]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/key-signature-cancellation.ly
release commit
[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 \version "2.3.14"
9
10 \paper {
11     raggedright = ##t
12 }
13
14 {
15
16     \key a \major
17     g'1
18     \key f \minor
19     g'1
20 }