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




_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to