%
% This file shows a problem with rests in lilypond
% CVS 2004-02-09 14:09 MET.
%
% . Rests belonging to a voice in a multi-voice staff are incorrectly
%   moved to the default position.  In the example below, bar two, the
%   quarter rests are positioned correctly while the eighth rests should
%   be moved up.
%
%   This is a severe bug.
%
% . In bar one, rests under the beam are unnecessarily moved away from
%   the default position.
%
%   This is a severe bug.
%

\version "2.1.20"

\score {
  \notes \relative c' {
    <a c e>8[ r <c e a> r <e a c> r <a c e>]  r |
    << { 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