Originally created by: *anonymous
Originally created by: PhilEHol...@googlemail.com
Originally owned by: mts...@gmail.com
Not a normal way of putting lyrics inside a Grand staff, and I discovered it by mistake, but it still shouldn't happen. In the (somewhat untiny) code below, the lyric hits the bar line joining the staves. Doesn't occur in 2.15.13, started in 2.13.14.
{
<<
\new StaffGroup
<<
\new Staff = "Soprano"
<<
\new Voice = "xSilentSoprano" {
\clef "treble"
\key bes\major
\time 6/8
f'8. ( [ g'16 ) ] f'8 d'4. | % 1
f'8. ( [ g'16 ) ] f'8 d'4. | % 2
c''4 c''8 a'4. | % 3
bes'4 bes'8 f'4. | % 4
}
\new Lyrics \lyricsto "xSilentSoprano" {
Si -- lent night, ho -- ly night,
Shep -- herds quake at the sight,
}
>>
\new Staff = "Tenor"
<<
\new Voice = "xSilentTenor" {
\clef "bass"
\key bes\major
\time 6/8
f4 f8 f4. | % 1
f4 f8 f4. | % 2
a4 a8 c'4. | % 3
bes4 bes8 bes4. | % 4
}
>>
>>
>>
}
Originally posted by: mts...@gmail.com
Suck, and just before Christmas too.
I'm on it...
Originally posted by: mts...@gmail.com
Adds Span_bar_stub_engraver to StaffGroup
http://codereview.appspot.com/5449043
Labels: Patch-new
Originally posted by: pkx1...@gmail.com
Passes make and make check
James
Labels: -Patch-new Patch-review
Owner: mts...@gmail.com
Originally posted by: ColinPKC...@gmail.com
(No comment was entered for this change.)
Labels: -Patch-review Patch-countdown
Originally posted by: ColinPKC...@gmail.com
Counted down to 20111201
Labels: -Patch-countdown Patch-push
Originally posted by: mts...@gmail.com
Pushed to staging as [rf2504279167dcd3a4db4f67f5e54033350b52af2].
Status: Fixed
Originally posted by: colingh...@gmail.com
As a first step to verifying this I tried Phil's tiny example with 2.14.2 in order to witness the failing behaviour. I was surprised to see that the lyrics don't collide with the bar lines, see attached.
I tried with 2.15.20 to verify that the lyrics don't collide with the bar lines, and they don't.
Originally posted by: PhilEHol...@googlemail.com
Sorry - my original report should have said 2.15.14, not 2.13.14 - so it was a regression in the latest development branch, and therefore not shown in 2.14. Verified on 2.15.21.
Labels: -Patch-push
Status: Verified