Hi,

Am 01.07.2016 um 20:30 schrieb Br. Gabriel-Marie | SSPX:
> Well, so this will get rid of the time-signature,
> 
> \override TimeSignature.break-visibility = #all-invisible

I don't know where you put this but I think you need a Staff (or Score)
there because the TimeSignature is in the Staff and not in the Voice
context:

\once \override Staff.TimeSignature.break-visibility =
#end-of-line-invisible


> 
> But I still can't get rid of the three sharps that go with the clef. 
> This keeps on appearing at the end of the line and I can't get rid of
> it.  It seems to persist no matter what setting I use.
> 
>         \override KeySignature.break-visibility = #begin-of-line-visible
>         \override ClefModifier.break-visibility = #begin-of-line-visible
>         \override KeyCancellation.break-visibility = #begin-of-line-visible
> 

That works just the same:

\once \override Staff.KeyCancellation.break-visibility =
#end-of-line-invisible

In general a minimal example like this would be good for others to help
you. Something like this:

\relative {
  \key a \major
  \time 3/4
  b4 g'2 \break
  \once \override Staff.TimeSignature.break-visibility =
#end-of-line-invisible
  \once \override Staff.KeyCancellation.break-visibility =
#end-of-line-invisible
  \key c \major
  \time 4/4
  f1
}

Best,
Joram

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to