lilypond-user
[Top][All Lists]
Advanced

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

Re: Key signature change


From: Kieren MacMillan
Subject: Re: Key signature change
Date: Mon, 3 Mar 2008 06:50:16 -0600

Hi Hugo,

how can I insert a key change without all those cancelation symbols of the previous key

Not surprisingly, a search for "cancellation" in the docs quickly leads to the right answer:

\layout
{
        \context
        {
                \Score
                \override KeyCancellation #'stencil = ##f
        }
}

\score
{
        \relative c'
        {
                \key e \major
                cis4 dis e fis
                \key ees \major
                g f ees d
        }
}

Hope this helps!
Kieren.




reply via email to

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