Am Freitag, 30. Juli 2010, um 21:30:26 schrieben Sie: > On 30 July 2010 19:34, Reinhold Kainhofer <[email protected]> wrote: > > If a multi-measure rest is followed by a clef change, they will collide > > as the attached example shows. > > Ah, good catch, Reinhold. :) > > The default for 'spacing-pair isn't ideal for compressed rests: it > spaces the rest to the barline, which is usually what we want for > single rests (especially if there are multiple staves).
Ahm, no, I don't think we want this before a clef change, because, here again, the rest will collide with the clef. See attached file... Cheers, Reinhold -- ------------------------------------------------------------------ Reinhold Kainhofer, [email protected], http://reinhold.kainhofer.com/ * Financial & Actuarial Math., Vienna Univ. of Technology, Austria * http://www.fam.tuwien.ac.at/, DVR: 0005886 * LilyPond, Music typesetting, http://www.lilypond.org
\version "2.13.29"
% \layout {
% \context {\Score
% \override MultiMeasureRest #'spacing-pair =
% #(lambda (grob)
% (cons 'break-alignment
% (if (> (ly:grob-property grob 'measure-count) 1)
% 'break-alignment
% 'staff-bar)))
% }
% }
\relative c' {
\compressFullBarRests
R1 \clef "alto" |
R1*13 | R1*14 |
\clef "alto" c1 |
R1*10| \time 4/2 \key fis \major R1*2 \time 4/4 R1 \clef "treble"
e1 e e e
}
\header { tagline= ##f }
\paper {
indent = 0\mm
line-width = 160\mm - 2.0 * 0.4\in
line-width = 160\mm
force-assignment = #""
line-width = #(- line-width (* mm 3.000000))
}
mmrest.pdf
Description: Adobe PDF document
_______________________________________________ bug-lilypond mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-lilypond
