Kim Bastin writes:

> Can this style be emulated in Lilypond?

Try:

\relative c' {
    \override Staff.TimeSignature #'style = ##f
    \override Staff.TimeSignature #'font-size = 5
    c1
    \time 3/4
    c1
}

I think you may want to separate these settings from the music itself
(in a \global section), so that you can easily use this for the score
only, and not for the individual parts (which is quite annoying to
read).

Jan.

-- 
Jan Nieuwenhuizen <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org


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

Reply via email to