File: list-notes.help.tcl

package info (click to toggle)
din 5.2.1-6
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 2,200 kB
  • sloc: cpp: 9,369; sh: 6,563; ansic: 2,977; tcl: 1,770; makefile: 283
file content (12 lines) | stat: -rw-r--r-- 500 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
set list-notes(name) list-notes
set list-notes(short) ln
set list-notes(purpose) {list notes of a scale}
set list-notes(invoke) {list-notes OR ln <scale_name>}
set list-notes(help) {}
set list-notes(examples) {
  list-scales ;# prints list of scales in din

  list-notes [get-var scale] ;# lists notes of the current scale
  llength [list-notes minor5] ;# prints number of notes in the scale minor5
  list-notes major ;# lists notes of major scale
  list-notes minor5 ;# lists notes of minor5 scale}