]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/key-signature-cancellation.ly
* input/regression/key-signature-cancellation.ly (Module): new file.
[lilypond.git] / input / regression / key-signature-cancellation.ly
1 \header { texidoc = "Cancellation are printed before the barline. The
2    spacing of the natural signs depends on their vertical
3    positions. The stems should not clash graphically."
4
5
6 }
7
8 \paper {
9     raggedright = ##T
10 }
11
12 {
13
14     \key a \major
15     g'1
16     \key f \minor
17     g'1
18 }