2015-02-13 13:10 GMT+01:00 David Stephen Grant <da...@davidgrant.no>:
> I've been wondering - is there an easy way to use the built-in straight
> LilyPond flags also in metronome marks and markups?

Yes, use:

  \override Score.MetronomeMark.flag-style = #'modern-straight-flag
and
  \override TextScript.flag-style = #'modern-straight-flag

or for a single markup:

\markup
\override #'(flag-style . modern-straight-flag)
{
    "modern-straight-flag:"
    \note-by-number #3 #0 #UP
}

>
> \version "2.19.15"
>
> \relative c' {
>   \override Score.Flag.stencil = #modern-straight-flag
>
>   \time 2/4
>   \autoBeamOff
>
>   \tempo "Default flag:" 8 = 120
>   c8 d16 c32 d64 \acciaccatura { c8 }
>   d64^\markup { "Default flag:"\note-by-number #3 #0 #UP } r4
> }
>

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to