]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/key-signature-cancellation.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / key-signature-cancellation.ly
1 \header {
2
3   texidoc = "Key cancellation signs consists of naturals for pitches
4   that are not in the new key signature. Naturals get a little padding
5   so the stems don't collide."
6
7 }
8
9 \version "2.16.0"
10
11 \layout {
12   ragged-right = ##t
13 }
14
15 {
16
17   \key a \major
18   g'1
19   \key f \minor
20   g'1
21   \key cis \major
22   g'1
23   \key c \major
24   g'1
25 }