On Sat, Mar 23, 2013 at 5:32 PM, Noeck <noeck.marb...@gmx.de> 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
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to