Comment #1 on issue 1565 by percival.music.ca: Changing staff with manual
beaming can give very long stems
http://code.google.com/p/lilypond/issues/detail?id=1565
% git bisect
e5cadfae74d26c56ab3f22cb1c7c81093249 is the first bad commit
commit e5cadfae74d26c56ab3f22cb1c7c81093249
Aut
Here's a somewhat reduced example that still shows the problem.
Stems down, the accidental and the manual beam are essential.
{
\new PianoStaff <<
\new Staff = "PianoRH1" {
\repeat unfold 19 { b'1 }
}
\new Staff = "PianoLH" {
\clef "bass"
\repeat unfold 4 { d1 }
a,2
Status: Accepted
Owner:
Labels: Type-Defect Priority-Critical Regression
New issue 1565 by philehol...@googlemail.com: Changing staff with manual
beaming can give very long stems
http://code.google.com/p/lilypond/issues/detail?id=1565
In the code below, the music in the left hand changes
The correct minimum example would be
\relative c' { a'8 (c4) }
and then this is identical to issue 1327.
Trevor
- Original Message -
From: "Bryan Previte"
To:
Sent: Monday, March 14, 2011 11:42 PM
Subject: Odd slur placement/collisions with stems and flags
% On stem-down/stem-up