% % This file shows a problem with rests in lilypond % CVS 2004-02-14 00:47 MET. % % . Vertical rest positions in a multi-voice staff should obey the % duration of notes; this is, they shouldn't return to a default % position too early. % % . IMHO the first rest could be positioned higher. %
\version "2.1.23"
\score {
\notes \relative c' {
<< { \time 4/4 g'1 } \\
{ \time 4/4 r8 d4 d8 r d4 d8 } >>
}
\paper {
raggedright = ##t
}
}
% EOF
<<inline: rests2.png>>
_______________________________________________ Lilypond-devel mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-devel
