Whole-measure rests don't take other voices' notes into consideration when deciding on placement, leading to collisions. The proper solution, I believe, would be to move the rest as I've done manually in the attached use-case.

Thanks,
Chris

--
Chris Snyder
Adoro Music Publishing
(616) 828-4436
www.adoromusicpub.com
\version "2.13.21"

\score {
	\new Staff <<
		\new Voice {
			\voiceOne
			R1 |
			\once \override MultiMeasureRest #'Y-offset = #3 R1|
			\once \override MultiMeasureRest #'Y-offset = #3.5 R1
		}
		\new Voice {
			\voiceTwo
			e''1^"Bad" |
			e''1^"Better"  |
			e''1^"Best, or too far?"
		}
	>>
}

<<attachment: wholeMeasureRestCollision.png>>

_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to