Hallo,
nach dem was ich von ding-dong lesen und sehen konnte, scheint das Problem in 2.15.13 (und damit wohl auch in der nächsten stable) gelöst zu sein.
Ich habe
hier noch einen anderen work-around gefunden: Einfach den Text für die unterste Stimme aus dem ChoirStaff rausnehmen und das Problem ist erledigt. Siehe den unterschiedlichen output beider scores in diesem Snippet:
\version "2.14.2"
\paper { ragged-right = ##f }
musicA =
\relative c' {
a4 a a a
}
musicB =
\relative c' {
a8 a b b c c a a
}
textA =
\lyricmode { bla bla bla bla }
textB =
\lyricmode { \override LyricText #'font-size = #10 bl -- a bl -- a bl -- a bl -- a }
\score {
\new ChoirStaff \with { instrumentName = "Chor" }
<<
\new Staff \new Voice = "A" \musicA
\new Lyrics \lyricsto "A" \textA
\new Staff \new Voice = "B" \musicB
\new Lyrics \lyricsto "B" \textB
>>
}
\score {
<<
\new ChoirStaff \with { instrumentName = "Chor" }
<<
\new Staff \new Voice = "A" \musicA
\new Lyrics \lyricsto "A" \textA
\new Staff \new Voice = "B" \musicB
>>
\new Lyrics \lyricsto "B" \textB
>>
}@Robert
Programmtechnisch hatte ich gehofft, einen Ansatz in Harms Thread zu "Wie liest man die aktuelle Höhe einer StaffGroup aus?" zu finden (...)
Dieses Problem ist leider noch ungelöst.
Gruß,
Harm