lilypond-user
[Top][All Lists]
Advanced

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

Re: Remove trailing time-signature


From: Noeck
Subject: Re: Remove trailing time-signature
Date: Fri, 1 Jul 2016 20:57:07 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0

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



reply via email to

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