Woodwind diagrams key lists: Difference between revisions

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
mNo edit summary
 
(2 intermediate revisions by the same user 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 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 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">
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:Winds]]
[[Category:Snippet]]