Generating custom flags: Difference between revisions

No edit summary
mNo edit summary
 
Line 37: Line 37:
{
{
   \time 1/4
   \time 1/4
   \textMark "Normal flags"
   <>^"Normal flags"
   \snippetexamplenotes
   \snippetexamplenotes


   \textMark "Custom flag: inverted"
   <>_"Custom flag: inverted"
   \override Flag.stencil = #inverted-flag
   \override Flag.stencil = #inverted-flag
   \snippetexamplenotes
   \snippetexamplenotes


   \textMark "Custom flag: weight"
   <>^"Custom flag: weight"
   \override Flag.stencil = #weight-flag
   \override Flag.stencil = #weight-flag
   \snippetexamplenotes
   \snippetexamplenotes


   \textMark "Revert to normal"
   <>_"Revert to normal"
   \revert Flag.stencil
   \revert Flag.stencil
   \snippetexamplenotes
   \snippetexamplenotes