]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-accidental-staffs.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / spacing-accidental-staffs.ly
index 7b8a3eaae54e69c09dfea9c56a7b9d34b90b2365..f049260fe16e302da59638c1ae14c3b94c4d43e4 100644 (file)
@@ -1,15 +1,17 @@
-\version "2.6.0"
+\version "2.19.21"
 
 \header { 
   texidoc = "Accidentals in different staves do not affect the
 spacing of the eighth notes here."
 }
 
-\relative c'' <<
+\layout { ragged-right = ##t}
+
+\relative <<
   \new Staff {
     \time 4/4
 
-    c8[ c8 cis8 cis8]
+    c''8[ c8 cis8 cis8]
     cis8[ cis8 cis8 cis]
   }
   {
@@ -17,7 +19,7 @@ spacing of the eighth notes here."
   }
 >>
 
-\layout { raggedright = ##t}