Hi.

I find that Lilypond defaults to placing voiceOne rests at a height that is a bit too high when voiceTwo notes are on the low side. I would tend to place the rests in this example a full space lower than Lilypond does.

-----begin example-----

% rests-too-high.ly
% Rests in voiceOne are too high when voiceTwo is low.

\version "2.10.8" % Mac OS X 10.4.8, iBook G4
\paper { ragged-right = ##t }

{
        \time 3/4
        <<
                { r4 r a'} \\
                { \relative e' { e8 e e e e e } }
        >>
}

------end example------

Best,
Marnen E. Laibow-Koser
[EMAIL PROTECTED]

PNG image

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

Reply via email to