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: David Nalesnik
Subject: Re: Removing time change from previous line
Date: Sat, 23 Mar 2013 18:02:20 -0500



On Sat, Mar 23, 2013 at 5:32 PM, Noeck <address@hidden> wrote:
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

Yes, this will work with the time signature.  However, for some reason, overriding 'break-visibility of KeySignature doesn't have any effect on the cautionary key signature.  Not sure if I'm misunderstanding something:

 \new Staff {
  \override Staff.TimeSignature #'break-visibility = #end-of-line-invisible
  % why doesn't the following line work?
  \override Staff.KeySignature #'break-visibility = #end-of-line-invisible
  % this does:
  \set Staff.explicitKeySignatureVisibility = #end-of-line-invisible
  c1
  \break
  \time 3/4
  \key cis \major
  cis2.
}

-David

reply via email to

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