]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/preventing-natural-signs-from-being-printed-when-the-key-signature-changes.ly
Deeply revise input/lsr structure, generation and compilation
[lilypond.git] / input / lsr / 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 %% Tags: pitches
3 \version "2.11.35"
4
5 \header { texidoc = "
6 When the key signature changes, natural signs are automatically printed
7 to cancel any accidentals from previous key signatures. This may be
8 altered by setting to \"false\" the printKeyCancellation property in
9 the Staff context.
10 " }
11
12 \relative {
13 \key d \major
14 a b cis d
15 \key g \minor
16 a bes c d
17 \set Staff.printKeyCancellation = ##f
18 \key d \major
19 a b cis d
20 \key g \minor
21 a bes c d
22 }