]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/key-signature-cancellation.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / key-signature-cancellation.ly
index fa2734fe38aa5724a7a64dfa29117a2206fea2a6..520b7d029876a13a8d9f24cbb1499551b799c510 100644 (file)
@@ -1,19 +1,25 @@
-\header { texidoc = "Cancellation signs are printed by default. The
-   spacing of the natural signs depends on their vertical
-   positions. The stems should not clash graphically."
+\header {
+
+  texidoc = "Key cancellation signs consists of naturals for pitches
+  that are not in the new key signature. Naturals get a little padding
+  so the stems don't collide."
 
 }
 
-\version "2.3.22"
+\version "2.16.0"
 
 \layout {
-    raggedright = ##t
+  ragged-right = ##t
 }
 
 {
 
-    \key a \major
-    g'1
-    \key f \minor
-    g'1
+  \key a \major
+  g'1
+  \key f \minor
+  g'1
+  \key cis \major
+  g'1
+  \key c \major
+  g'1
 }