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.
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user