Thanks, added as
http://code.google.com/p/lilypond/issues/detail?id=471

Cheers,
- Graham


Mats Bengtsson wrote:
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
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/bug-lilypond




_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to