bug-lilypond
[Top][All Lists]
Advanced

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

stems of beamed notes too long before staff change


From: Wilbert Berendsen
Subject: stems of beamed notes too long before staff change
Date: Sun, 7 Oct 2007 21:44:11 +0200
User-agent: KMail/1.9.7

%{
When chaching staffs at a rest, the stems of the previous notes are too long.
This problem is visible in the first score.
In the second score the staff change is put after the rest, in this case the
stems have the correct length.
%}
\version "2.11.33" % git as of 6 okt 2007
\paper { ragged-right = ##t }
\score { <<
        \new Staff=rh \relative c'' {
                \time 12/8
                \voiceTwo r8 b, e a e b
                \change Staff=lh
                \voiceOne r e, g d' g, e
        }
        \new Staff=lh \relative c {\clef bass \voiceTwo c1. }
>> }

\score { <<
        \new Staff=rh \relative c'' {
                \time 12/8
                \voiceTwo r8 b, e a e b r
                \change Staff=lh
                \voiceOne e, g d' g, e
        }
        \new Staff=lh \relative c {\clef bass \voiceTwo c1. }
>> }



w best regards,
Wilbert Berendsen

-- 
http://www.wilbertberendsen.nl/
"You must be the change you wish to see in the world."
        -- Mahatma Gandi

Attachment: stem-too-long.png
Description: PNG image


reply via email to

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