lilypond-user
[Top][All Lists]
Advanced

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

Re: Large time signatures


From: Jan Nieuwenhuizen
Subject: Re: Large time signatures
Date: Tue, 07 Sep 2004 11:45:24 +0200
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

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 <address@hidden> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org




reply via email to

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