If a multi-measure rest is followed by a clef change, they will collide as the attached example shows.
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"
\relative c' {
\compressFullBarRests
R1*27 |
\clef "alto" c1 |
R1*17 \clef "treble"
c1
}
\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))
}
<<attachment: mmrest.png>>
_______________________________________________ bug-lilypond mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-lilypond
