Han-Wen Nienhuys wrote:
2008/5/30 Mats Bengtsson <[EMAIL PROTECTED]>:

It cannot be that simple, since there are no font related settings on
TimeSignature in
scm/define-grobs.scm and the font related settings are done within
ly:time-signature::print
which ins't used here.

There are default font settings which enter the grob property list
through definitions in \layout{}
OK, but these should not differ between the Clef and the TimeSignature grobs.

However, I finally managed to find the culprit, namely that the property style was set on the
TimeSignature grob. Adding the line
\override Staff.TimeSignature #'style = ##f
solves the problem!

  /Mats



_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to