This does the job for the whole score :
\paper { \translator { \StaffContext TimeSignature \set #'break-visibility = #end-of-line-invisible } }
If you want to suppress this printing only once in the score you may write :
\once \property Staff.TimeSignature \set #'break-visibility = end-of-line-invisible
in your score block just before the time change...
Tweaking lilypond seems a little bit complicated for the beginner, but a very good point of departure is now included in the doc :-)
http://lilypond.org/doc/v2.1/Documentation/user/out-www/lilypond/Constructing-a-tweak.html#Constructing%20a%20tweak
In the hope this will be usefull. Cheers,
Alex.
van Silfhout, Ruud wrote:
Hi,
In a piece of music I am typesetting I need to suppress the printing of a time change (e.g. to \time 3/4 in the example below) at the end of a staff. I only want to show it at the beginning of a staff.
\score { \notes \relative c' { \time 4/4 c1 d c \break \time 3/4 d } \paper { } }
TIA Ruud
_______________________________________________ Lilypond-devel mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-devel
_______________________________________________ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user