Woodwind diagrams listing: Difference between revisions
Import snippet from LSR |
mNo edit summary |
||
| (3 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
The following music shows all of the woodwind diagrams currently defined in LilyPond. | The following music shows all of the woodwind diagrams currently defined in LilyPond. | ||
<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]] | ||