]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-accidental.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / spacing-accidental.ly
index 5b4fd217b0171337f3f861e4271692f087b96636..8089d81d88fb9869f60d2fa35eee190cea5d7006 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.11.51"
+\version "2.19.21"
 
 \header {
   texidoc = "Accidentals sticking out to the left
@@ -8,9 +8,9 @@ of a note will take a little more space, but only if the spacing is tight."
 
 \layout { ragged-right = ##t}
 
-\relative c'' {
+\relative {
   \time 8/4
-  c2 c2 cis2 cis2 |
+  c''2 c2 cis2 cis2 |
   c8 c8 cis8 cis8 cis c c c]
 }