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 17:44:39 +0200

Hi,

Le ven. 17 mai 2019 à 17:39, Kieren MacMillan <address@hidden> a écrit :
> Note: I’m 100% there are better ways…  ;)

Yep,
\version "2.19.80"

\language "english"

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

Cheers,
Pierre

reply via email to

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