lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

anther rest buglet


From: Werner LEMBERG
Subject: anther rest buglet
Date: Sat, 14 Feb 2004 16:29:23 +0100 (CET)

%
% 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

PNG image


reply via email to

[Prev in Thread] Current Thread [Next in Thread]