lilypond-user
[Top][All Lists]
Advanced

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

Additional spaces for \rest ?


From: Thomas Scharkowski
Subject: Additional spaces for \rest ?
Date: Sun, 22 Feb 2004 15:27:25 +0100
User-agent: Mozilla Thunderbird 0.5 (Windows/20040207)

Hello,

the following example produces rests (\rest) which are placed some spaces over or under the desired position in upper or lower voice respectively. It did not happen in previous versions (around 2.0.1).
Is this a bug?

Thomas
cygwin
xp

--

\version "2.1.25"
\score {
\notes {
%Oberstimme
<<        {
        \relative c''{
        c4 c r c
        c c c\rest c
        }
        }
%Unterstimme
\\      {
        \relative c'{
        c4 r c c
        c c\rest c c
        }
        }
>>
 }

\paper {
raggedright=##t
\translator {
\ScoreContext
\remove Bar_number_engraver
}
}
}




reply via email to

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