]> 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 98762e66b8f7531653fc926e649a84c83f50fb6f..520b7d029876a13a8d9f24cbb1499551b799c510 100644 (file)
@@ -1,20 +1,25 @@
-\header { texidoc = "Cancellation are printed before the barline. 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.14"
+\version "2.16.0"
 
-\paper {
-    raggedright = ##t
+\layout {
+  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
 }