Il 06/01/2013 16:09, Karol Majewski ha scritto:
Hi there,
I don't see how can change flag style (stencil) in metronome mark.
\version "2.17.9"
{
\override Flag.stencil = #old-straight-flag
\set autoBeaming = ##f
\tempo 8 = 120
c'8 d' e' f' g' a' b' c''
}
I wish *\override Flag.stencil = #old-straight-flag* worked. Unfortunately,
it doesn't.
The override has been applied to music, not to the metronome mark.
IIUC, MetronomeMark is a markup object. In the thirdd snippet here you
find an example to modify it:
http://lilypond.org/doc/v2.17/Documentation/notation/displaying-rhythms#metronome-marks
I know that you can modify the notehead style inside a markup, I don't
know if you can also modify the flag style.
See this example:
\version "2.17.10"
{
\set autoBeaming = ##f
\tempo \markup {
\concat {
(
\smaller \general-align #Y #DOWN
\override #'(style . mensural) {
\note #"8" #1
}
" = "
\general-align #Y #DOWN 120
)
}
}
c'8 d' e' f' g' a' b' c''
\override Flag.stencil = #old-straight-flag
c' d' e' f' g'
}
_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond