lilypond-user
[Top][All Lists]
Advanced

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

Re: time-change on the end of a stave?


From: Alexandre Beneteau
Subject: Re: time-change on the end of a stave?
Date: Mon, 08 Dec 2003 23:11:45 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031107 Debian/1.5-3

Hello,

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 address@hidden http://mail.gnu.org/mailman/listinfo/lilypond-devel







reply via email to

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