[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: strange beaming when changing staff
From: |
Trevor Daniels |
Subject: |
Re: strange beaming when changing staff |
Date: |
Thu, 14 Apr 2011 09:40:25 +0100 |
Nathan Chou wrote Thursday, April 14, 2011 6:27 AM
I'm not top posting
\version "2.13.58"
<<
\new Staff{ \clef treble \time 2/4
b'8 b' b' b' | \change Staff = "bottom"
}
\new Staff = "bottom"{ \clef bass
c8 c c c |
}
(sorry if this bug has been reported already, I didn't see it)
The beam of last pair of notes extends all the way to the bottom
note when
\change Staff = "bottom" is present, for some reason
This is definitely a bug in current git, and a critical
regression.
It looks the same as the bug reported by Friedrich Fisher
a few days ago:
This time the stems are really much too long!
Regards FF
\version "2.13.59"
\new Staff {
\time 6/8
\key a \major
\clef treble
<<
{ <d'' fis''>4 d'''16 b'' e'''4. }
\\
{ d'4. e }
\\
\\
{ s4 s8 <fis'' a''> <e'' gis''> <b' gis''> }
>>
}
in http://old.nabble.com/stemlength-II-tp31364477p31364477.html
Trevor