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

2013-11-05 Thread Eluze
n context: http://lilypond.1069038.n5.nabble.com/Multi-measure-rests-before-a-new-temporary-staff-is-added-tp153390p153433.html Sent from the Bugs mailing list archive at Nabble.com. ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.or

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

2013-11-05 Thread Steven Weber
'bug-lilypond@gnu.org' 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

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

2013-11-05 Thread Steven Weber
Behalf Of Eluze Sent: Tuesday, November 05, 2013 6:19 AM To: bug-lilypond@gnu.org 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 tak

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

2013-11-05 Thread Eluze
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

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

2013-11-05 Thread Mike Solomon
On Nov 5, 2013, at 3:01 AM, Steven Weber wrote: > Laziness. The movement I'm typesetting is 600+ measures long with tons of > time changes, and only 15 measures of that are split. That's why LP allows > this kind of construct in the first place, no? Because we still don't have > a good way to

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

2013-11-05 Thread Eluze
ood way to say "skip the next 500 measures, regardless of their > length." what's your code so far (to eliminate time, key or clef indications)? Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/Multi-measure-rests-before-a-new-temporary-staff-is-added-t

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

2013-11-04 Thread Steven Weber
: Re: Multi-measure rests before a new temporary staff is added Steven Weber wrote > Lilypond 2.17.29, Windows 7. > > I'm typesetting a piece where the part splits after a multi-measure rest > (and a forced line break). why not use the "usual" construct that defines

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

2013-11-04 Thread Eluze
| \break \repeat unfold 5 { c4 d e f | } } \new Staff { \clef bass \time 4/4 \colorContext blue \key f \major s1 *10 \repeat unfold 5 { c,4 d, e, f, | } } >> } Eluze -- View this message in context: http://lilypond.1069038.n5.nabb

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

2013-11-04 Thread Thomas Morley
2013/11/4 Steven Weber : > Lilypond 2.17.29, Windows 7. > > > > I'm typesetting a piece where the part splits after a multi-measure rest > (and a forced line break).No matter what I seem to try, the > multi-measure rest never fills up the entire bar (as seen in the attached > example.png). I'v

Multi-measure rests before a new temporary staff is added

2013-11-04 Thread Steven Weber
Lilypond 2.17.29, Windows 7. I'm typesetting a piece where the part splits after a multi-measure rest (and a forced line break).No matter what I seem to try, the multi-measure rest never fills up the entire bar (as seen in the attached example.png). I've tried overriding the Score.TimeSign