Re: Removing time change from previous line

2013-03-24 Thread Alberto Simões
On 24/03/13 10:17, Eluze wrote: \override Staff.KeyCancellation #'break-visibility = #all-invisible Yay. Yep, was the missing one. Thank you, Eluze. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypon

Re: Removing time change from previous line

2013-03-24 Thread Eluze
oving-time-change-from-previous-line-tp143287p143312.html Sent from the User mailing list archive at Nabble.com. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Removing time change from previous line

2013-03-24 Thread Alberto Simões
Hello Still 2.14 here. Need to update. Nevertheless, This pair seems to work: \set Staff.explicitKeySignatureVisibility = #end-of-line-invisible \override Staff.TimeSignature #'break-visibility = #end-of-line-invisible *BUT* I wasn't able to remove the key cancelation. But I think I found

Re: Removing time change from previous line

2013-03-24 Thread Alberto Simões
On 24/03/13 09:51, Alberto Simões wrote: On 24/03/13 09:46, Alberto Simões wrote: Hello Still 2.14 here. Need to update. Nevertheless, This pair seems to work: \set Staff.explicitKeySignatureVisibility = #end-of-line-invisible \override Staff.TimeSignature #'break-visibility = #end-

Re: Removing time change from previous line

2013-03-24 Thread Alberto Simões
On 24/03/13 09:46, Alberto Simões wrote: Hello Still 2.14 here. Need to update. Nevertheless, This pair seems to work: \set Staff.explicitKeySignatureVisibility = #end-of-line-invisible \override Staff.TimeSignature #'break-visibility = #end-of-line-invisible *BUT* I wasn't able to re

Re: Removing time change from previous line

2013-03-23 Thread David Nalesnik
On Sat, Mar 23, 2013 at 6:11 PM, Noeck wrote: > > % 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 > > It is explained here: > > htt

Re: Removing time change from previous line

2013-03-23 Thread Noeck
> % 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 It is explained here: http://lilypond.org/doc/v2.14/Documentation/notation/visibility-of-o

Re: Removing time change from previous line

2013-03-23 Thread David Nalesnik
On Sat, Mar 23, 2013 at 5:32 PM, Noeck 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

Re: Removing time change from previous line

2013-03-23 Thread Noeck
> The rest appears to be nonsense. I'd expect #end-of-line-invisible to > work just fine. Oh, thanks! That reassures me. (I must have had some other problem before with this.) ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/m

Re: Removing time change from previous line

2013-03-23 Thread David Kastrup
Noeck writes: > 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

Re: Removing time change from previous line

2013-03-23 Thread Noeck
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

Removing time change from previous line

2013-03-23 Thread Alberto Simões
Hello Is there any way to remove the time signature that is shown in a previous line, when the time is changing? Not sure if I made myself clear: when issuing a \time command, if it occurs at the end of the staff line, it is repeated at the end of the current staff, and in the beginning of t