I've added a new example in the LSR, showing this solution (for version 2.10
it turns out that also the time signature is playing a trick here), see
http://lsr.dsi.unimi.it/LSR/Item?u=1&id=325
I also send the corresponding example as a bug report (or feature request).
The setting of Staff.explicitKeySignatureVisibility shouldn't be necessary
in the following example:
\version "2.11.32"
\score {
\new StaffGroup \relative c''{
\new Staff
\key f \major
c1 c^"Unwanted extra space" \break
<< { c1 c }
\new Staff {
\key f \major
c1 c
}
>>
c1 c^"Fixed here" \break
<< { c1 c }
\new Staff {
\once \set Staff.explicitKeySignatureVisibility =
#end-of-line-invisible
\key f \major
c1 c
}
>>
}
}
/Mats
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond