Woodwind diagrams key lists: Difference between revisions
Import snippet from LSR |
m Replace version="2.24.0" with version="2.24" now that the LilyWiki extension supports auto-selecting the latest release in a stable series |
||
| Line 1: | Line 1: | ||
The snippet below produces a list of all possible keys and key settings for woodwind diagrams as defined in <code>scm/define-woodwind-diagrams.scm</code>. The list will be displayed in the log file, but not in the music. If output to the console is wanted, omit the <code>(current-error-port)</code> from the commands. | The snippet below produces a list of all possible keys and key settings for woodwind diagrams as defined in <code>scm/define-woodwind-diagrams.scm</code>. The list will be displayed in the log file, but not in the music. If output to the console is wanted, omit the <code>(current-error-port)</code> from the commands. | ||
<lilypond version="2.24 | <lilypond version="2.24"> | ||
#(print-keys-verbose 'piccolo (current-error-port)) | #(print-keys-verbose 'piccolo (current-error-port)) | ||
#(print-keys-verbose 'flute (current-error-port)) | #(print-keys-verbose 'flute (current-error-port)) | ||