]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/pitches/preventing-natural-signs-from-being-printed-when-the-key-signature-changes.ly
Clean up input/new, second step
[lilypond.git] / input / lsr / pitches / preventing-natural-signs-from-being-printed-when-the-key-signature-changes.ly
1 %%  Do not edit this file; it is auto-generated from LSR!
2 \version "2.11.35"
3
4 \header { texidoc = "
5 When the key signature changes, natural signs are automatically printed
6 to cancel any accidentals from previous key signatures. This may be
7 altered by setting to \"false\" the printKeyCancellation property in
8 the Staff context.
9 " }
10
11 \relative {
12 \key d \major
13 a b cis d
14 \key g \minor
15 a bes c d
16 \set Staff.printKeyCancellation = ##f
17 \key d \major
18 a b cis d
19 \key g \minor
20 a bes c d
21 }