Hi Peter,

> I want to do something slightly unusual: at the end of a score I want a new 
> key signature.

If you don’t mind a hack…

\version "2.19.80"

\language "english"

\score {
  \new Staff {
    \key c \major
    c''1 1 1 1
    \bar "||"
   \tweak X-extent #empty-interval \tweak extra-offset #'(1 . 0) \key a \major
    s128 \bar ""
  }
}

Note: I’m 100% there are better ways…  ;)

Hope that helps!
Kieren.
________________________________

Kieren MacMillan, composer
‣ website: www.kierenmacmillan.info
‣ email: [email protected]


_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to