%
% This file shows a problem with rests in multi-voice staves in lilypond
% CVS 2004-01-27 07:18 MET.
%
% . Rests belonging to a voice in a multi-voice staff are incorrectly
%   moved to the default position.  IMHO, this should only happen if
%   a `skip' rest is used.
%
%   This is a severe bug.
%

\version "2.1.15"

\score {
  \notes \relative c' {
    R1 | << { r8 g''4 g8 r g4 g8 } \\
            { d,4    r   d   r   } >>
  }

  \paper {
    linewidth = -1
  }
}

% EOF

<<inline: rests.png>>

_______________________________________________
Lilypond-devel mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to