Woodwind diagrams listing: 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 2: | Line 2: | ||
<lilypond version="2.24"> | <lilypond version="2.24"> | ||
\relative c' { | \relative c' { | ||
\textLengthOn | \textLengthOn | ||
c1^ | c1^\markup \center-column { "tin whistle" | ||
\markup { | " " | ||
\woodwind-diagram #'tin-whistle #'() } | |||
c1^\markup \center-column { "piccolo" | |||
" " | |||
\woodwind-diagram #'piccolo #'() } | |||
c1^\markup \center-column { "flute" | |||
" " | |||
\woodwind-diagram #'flute #'() } | |||
c1^\markup \center-column { "oboe" | |||
" " | |||
\woodwind-diagram #'oboe #'() } | |||
c1^\markup \center-column { "clarinet" | |||
" " | |||
\woodwind-diagram #'clarinet #'() } | |||
\break | |||
c1^ | c1^\markup \center-column { "bass clarinet" | ||
" " | |||
\woodwind-diagram #'bass-clarinet #'() } | |||
c1^\markup \center-column { "saxophone" | |||
" " | |||
\woodwind-diagram #'saxophone #'() } | |||
c1^\markup \center-column { "bassoon" | |||
" " | |||
\woodwind-diagram #'bassoon #'() } | |||
c1^\markup \center-column { "contrabassoon" | |||
" " | |||
c1^ | \woodwind-diagram #'contrabassoon #'() } | ||
} | |||
c1^\markup | |||
c1^\markup | |||
\paper { | |||
system-system-spacing.padding = 5 | |||
} | } | ||
</lilypond> | </lilypond> | ||
[[Category:Specific notation]] | [[Category:Specific notation]] | ||
[[Category:Winds]] | |||
[[Category:Included in the official documentation]] | [[Category:Included in the official documentation]] | ||
[[Category: | [[Category:Snippet]] | ||