Originally created by: *anonymous
Originally created by: ma...@gregoriana.sk
Reported by Daniel Rosen:
http://lists.gnu.org/archive/html/bug-lilypond/2012-12/msg00060.html
In the example below, LilyPond should automatically push the full-bar rest in
the lower voice down vertically to avoid having it collide with the notehead in
the upper voice.
:::TeX
\version "2.16.1"
\new Staff <<
\new Voice { \time 3/4 \voiceOne e' e' e' }
\new Voice { \voiceTwo R1*3/4 }
>>
Originally posted by: k-ohara5...@oco.net
Other types of rests move to avoid the notes. It is a little more complicated for full-measure rests, because they center themselves in the measure after the note-spacing is worked out, and only then is it clear which notes they need to avoid. (Imagine an example with a more complicated rhythm.)
Full-measure rest would need to be positioned after the note-spacing is determined, when beams and slurs are positioned.
Diff: