lilypond-user
[Top][All Lists]
Advanced

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

Re: Fontsize change when setting cue notes


From: Mats Bengtsson
Subject: Re: Fontsize change when setting cue notes
Date: Thu, 06 Mar 2003 11:36:43 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021130

Daniel Ashton wrote:

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?

Just set the fonSize property for the Voice instead of the full Staff:

\property Voice.fontSize = #-1
...
\property Voice.fontSize\unset


   /Mats





reply via email to

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