lilypond-user
[Top][All Lists]
Advanced

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

Turning off key-change cancellation naturals


From: J Ruiz
Subject: Turning off key-change cancellation naturals
Date: Mon, 28 May 2012 20:00:38 -0700 (PDT)

I'm setting the printKeyCancellation to false, to avoid Lilypond printing naturals when switching keys, but no luck; Lily still prints the cancellation naturals.
What am I missing?
 
\version "2.14.2"
\score{
 \new Staff {
  \override Staff.Clef #'full-size-change = ##t
  \relative c''{
  \cadenzaOn
  \key d \major
  d d d d
  \bar "|."
  \skip 32
  \set Staff.printKeyCancellation = ##f
  \key c \major
  \set Staff.forceClef = ##t
  c c c c
  }
 }
 \layout{}
}

reply via email to

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