lilypond-user
[Top][All Lists]
Advanced

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

Re: Removing time change from previous line


From: Noeck
Subject: Re: Removing time change from previous line
Date: Sat, 23 Mar 2013 23:32:37 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130308 Thunderbird/17.0.4

Hi Alberto,

this line should help you (2.16):
\override Staff.TimeSignature #'break-visibility = ##'end-of-line-invisible

or in version 2.17:
\override Staff.TimeSignature.break-visibility = ##'end-of-line-invisible

This is explained here:
http://www.lilypond.org/doc/v2.16/Documentation/notation/visibility-of-objects.de.html#using-break_002dvisibility

HTH
Joram


PS: Why so many problems with ##' ? Can this "end-of-line-invisible"
variable not just know itself whether it is a vector or what it is?
I know we need that # to tell the parser that we need to switch to
Scheme, but the rest is hard to remember (I always need an internet
connection for that and have to search the docs).



reply via email to

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