Changing the size of woodwind diagrams: Difference between revisions

Import snippet from LSR
 
mNo edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
The size and thickness of woodwind diagrams can be changed.
The size and thickness of woodwind diagrams can be changed.


<lilypond version="2.24.0">
<lilypond version="2.24">
\relative c'' {
\relative c'' {
   \textLengthOn
   \textLengthOn
   c1^\markup
   c1^\markup
    \woodwind-diagram
      \woodwind-diagram #'piccolo #'()
      #'piccolo
      #'()


   c^\markup
   c^\markup \override #'(size . 1.5)
    \override #'(size . 1.5) {
       \woodwind-diagram #'piccolo #'()
       \woodwind-diagram
   c^\markup \override #'(thickness . 0.15)
        #'piccolo
       \woodwind-diagram #'piccolo #'()
        #'()
    }
   c^\markup
    \override #'(thickness . 0.15) {
       \woodwind-diagram
        #'piccolo
        #'()
    }
}
}
</lilypond>
</lilypond>
Line 26: Line 16:
[[Category:Winds]]
[[Category:Winds]]
[[Category:Included in the official documentation]]
[[Category:Included in the official documentation]]
[[Category:Snippet]]