lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Announce] Boulez anyone?


From: Thomas Morley
Subject: Re: [Announce] Boulez anyone?
Date: Fri, 13 Feb 2015 21:33:33 +0100

2015-02-13 13:10 GMT+01:00 David Stephen Grant <address@hidden>:
> 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
> }
>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]