lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Hiding an end-of-line cautionary key signature


From: Graham Percival
Subject: Re: Hiding an end-of-line cautionary key signature
Date: Fri, 14 Sep 2007 11:33:55 -0700
User-agent: Icedove 1.5.0.12 (X11/20070607)

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
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-lilypond






reply via email to

[Prev in Thread] Current Thread [Next in Thread]