lilypond-user
[Top][All Lists]
Advanced

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

Fontsize change when setting cue notes


From: Han-Wen Nienhuys
Subject: Fontsize change when setting cue notes
Date: Wed, 5 Mar 2003 19:55:54 +0100

address@hidden writes:
> 
> In the middle of a voice I have the following:
> 
>    < {)gs2 s2 | s1}
>    \context Voice = cue {
>      \property Staff.fontSize = #-1
>      \property Voice.Stem \override #'length = #5.5
>      \property Voice.Beam \override #'thickness = #0.384
>      \property Voice.Beam \override #'space-function =
>          #(lambda (beam mult) (* 0.8 (Beam::space_function beam mult)))
>      s4 e'2 e4 | e f e d
>      \property Staff.fontSize\unset
>    } > |
> 
> The G-sharp gets set in the small font.  Is there a way to avoid this?

yes, explicitly set font-relative-size on the Accidentals grob.

-- 

Han-Wen Nienhuys   |   address@hidden   |   http://www.cs.uu.nl/~hanwen 




reply via email to

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