lilypond-user
[Top][All Lists]
Advanced

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

Re: Key change with simultaneous key cancellation


From: Kieren MacMillan
Subject: Re: Key change with simultaneous key cancellation
Date: Tue, 21 Nov 2017 10:10:57 -0500

Hi,

> the Key Cancellation in the second staff is printed before (i.e. to the left 
> of) the new key signature in the first staff. Is it possible to get them 
> aligned?

What about this?

%%%%  SNIPPET BEGINS
\version "2.19.80"

\layout {
  \context {
    \Staff
   % \consists "Break_align_engraver"
  }
}

\new GrandStaff <<
  \new Staff {
    s1
    \key bes \minor \break
    s1
  }
  \new Staff {
    \key fis \major
    s1
    \once \override Score.KeyCancellation.X-extent = #'(0 . 0)
    \key a \minor
    s1
  }
>>
%%%%  SNIPPET ENDS

Hope that helps!
Kieren.
________________________________

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




reply via email to

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