Woodwind diagrams key lists: Difference between revisions
Import snippet from LSR |
mNo edit summary |
||
| (3 intermediate revisions by 2 users not shown) | |||
| 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 | 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 gets written to stderr but is not shown in the music (which means that the output displayed here in the Wiki is meaningless – you have to execute the code manually). If output to stdout is wanted instead, omit the code <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)) | ||
| Line 21: | Line 21: | ||
</lilypond> | </lilypond> | ||
[[Category:Instrument-specific]] | |||
[[Category:Non-music]] | |||
[[Category:Winds]] | |||
[[Category:Included in the official documentation]] | [[Category:Included in the official documentation]] | ||
[[Category: | [[Category:Snippet]] | ||