Using alternative flag styles: Difference between revisions

Import snippet from LSR
 
mNo edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Alternative styles of flag on eighth and shorter notes can be displayed by overriding the <code>stencil</code> property of <code>Flag</code>. Valid values are <code>modern-straight-flag</code>, <code>old-straight-flag</code> and <code>flat-flag</code>.
Alternative styles of flag on eighth and shorter notes can be displayed by overriding the <code>stencil</code> property of <code>Flag</code>. Valid values are <code>modern-straight-flag</code>, <code>old-straight-flag</code>, and <code>flat-flag</code>.


<lilypond version="2.24.0">
<lilypond version="2.24">
testnotes = {
testnotes = {
   \autoBeamOff
   \autoBeamOff
Line 25: Line 25:
   }
   }
   \layout {
   \layout {
    indent = 0
     \context {
     \context {
       \Score
       \Score
Line 34: Line 33:
</lilypond>
</lilypond>


[[Category:Included in the official documentation]]
[[Category:Rhythms]]
[[Category:Rhythms]]
[[Category:Tweaks and overrides]]
[[Category:Tweaks and overrides]]
[[Category:Included in the official documentation]]
[[Category:Snippet]]