]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/key-signature-cancellation.ly
* configure.in (reloc_b): bump fontforge requirement to 20050624.
[lilypond.git] / input / regression / key-signature-cancellation.ly
1 \header { texidoc = "Cancellation signs are printed by default. The
2    spacing of the natural signs depends on their vertical
3    positions. The stems should not clash graphically."
4
5 }
6
7 \version "2.6.0"
8
9 \layout {
10     raggedright = ##t
11 }
12
13 {
14
15     \key a \major
16     g'1
17     \key f \minor
18     g'1
19 }