lilypond-user
[Top][All Lists]
Advanced

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

Re: Can I force a staff to continue for a new key signature?


From: Pierre Perol-Schneider
Subject: Re: Can I force a staff to continue for a new key signature?
Date: Fri, 17 May 2019 18:15:56 +0200

Hi Kieren,
How about:

\score {
  \new Staff {
    \key c \major
    c''1 1 1 1
    \bar "||"
    \once\override Staff.KeySignature.X-extent = #'(0 . 4.3)
    \key a \major
  }
  \layout {
    \context {
      \Staff
      \override StaffSymbol.break-align-symbols = #'(time-signature key-signature staff-bar break-alignment)
    }
  }
}



Le ven. 17 mai 2019 à 18:10, Kieren MacMillan <address@hidden> a écrit :
Hi Pierre,

In your solution, what’s the best way to "pad" the end of the staff (so that there’s space between the right edge of the key signature and the right edge of the staff)?

\tweak-ing the KeySignature.extra-spacing-width doesn’t seem to work.  =(

Thanks!
Kieren.
________________________________

Kieren MacMillan, composer
‣ website: www.kierenmacmillan.info
‣ email: address@hidden


reply via email to

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