bug-lilypond
[Top][All Lists]
Advanced

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

RE: Multi-measure rests before a new temporary staff is added


From: Steven Weber
Subject: RE: Multi-measure rests before a new temporary staff is added
Date: Tue, 5 Nov 2013 12:07:10 -0800

Turns out it's not the time signature that's causing the problem, it's the
clef of the second staff.

\once \override Score.TimeSignature.stencil = ##f
\once \set Staff.explicitKeySignatureVisibility = #end-of-line-invisible
\once \set Score.explicitClefVisibility = #end-of-line-invisible

And the problem goes away, no need for an override to the multi-measure
rest.  So, this isn't a bug, it's just a PBKAC issue :)

--Steven

-----Original Message-----
From: Steven Weber [mailto:address@hidden 
Sent: Tuesday, November 05, 2013 8:44 AM
To: 'Eluze'; 'address@hidden'
Subject: RE: Multi-measure rests before a new temporary staff is added

I'm currently using:

\once \set Staff.explicitKeySignatureVisibility = #end-of-line-invisible
\once \override Staff.TimeSignature.stencil = ##f

which works great for everything except the multi-measure case.  Your
brilliant override below fixes the multi-measure case as well.  Thanks!

I'm still curious why LP doesn't typeset this way by default, but that's
less important now that I can make it do what I want.

--Steven

-----Original Message-----
From: address@hidden
[mailto:address@hidden On Behalf Of Eluze
Sent: Tuesday, November 05, 2013 6:19 AM
To: address@hidden
Subject: RE: Multi-measure rests before a new temporary staff is added

Steven Weber wrote
you can add

\override MultiMeasureRest.#'spacing-pair = #'(staff-bar . staff-bar)

to have the mmrest ignore the space taken by the TimeSignature

Eluze



--
View this message in context:
http://lilypond.1069038.n5.nabble.com/Multi-measure-rests-before-a-new-tempo
rary-staff-is-added-tp153390p153418.html
Sent from the Bugs mailing list archive at Nabble.com.

_______________________________________________
bug-lilypond mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/bug-lilypond




reply via email to

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