]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/key-signature-cancellation.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / key-signature-cancellation.ly
index 7120507c09dda48418388de55bf2f1a669cdaca2..af13a67cfcabd6ff48d3f58a11573b00f1e18686 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.16"
+\version "2.11.51"
 
-\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
 }