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: Kieren MacMillan
Subject: Re: Can I force a staff to continue for a new key signature?
Date: Fri, 17 May 2019 11:38:37 -0400

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: address@hidden




reply via email to

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