Changing the size of woodwind diagrams: 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 5: | Line 5: | ||
\textLengthOn | \textLengthOn | ||
c1^\markup | c1^\markup | ||
\woodwind-diagram #'piccolo #'() | |||
c^\markup | c^\markup \override #'(size . 1.5) | ||
\woodwind-diagram #'piccolo #'() | |||
\woodwind-diagram | c^\markup \override #'(thickness . 0.15) | ||
\woodwind-diagram #'piccolo #'() | |||
c^\markup | |||
\woodwind-diagram | |||
} | } | ||
</lilypond> | </lilypond> | ||
| Line 26: | Line 16: | ||
[[Category:Winds]] | [[Category:Winds]] | ||
[[Category:Included in the official documentation]] | [[Category:Included in the official documentation]] | ||
[[Category:Snippet]] | |||