]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-correction-accidentals.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / spacing-correction-accidentals.ly
index cada938d574589de9a7506461379e38fb5518cfa..1c94c87408ce64a990e809bfa91063d50150e1a6 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.19.21"
 
 \header {
   texidoc = "If right hand stems have accidentals, optical spacing
@@ -6,8 +6,8 @@ correction is still applied, but only if the stem directions are
 different."
 }
 
-\relative c' {
+\relative {
   \time 2/4
-  c8 cis''
+  c'8 cis''
   cis8 cis,,
 }