]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-non-adjacent-columns1.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / spacing-non-adjacent-columns1.ly
index 0780f39775feb947a0b9c4510f79439b0f8d9b7f..557f268ff2c6448b72e0f0fb8e571ef8b05213ef 100644 (file)
@@ -1,15 +1,15 @@
-\version "2.16.0"
+\version "2.19.21"
 \paper {ragged-right = ##t}
 \header {
   texidoc = "The spacing engine avoids collisions between non-adjacent columns."
 }
 
 
-foo = \relative c'' {
-  g'32[ c,]
+foo = \relative {
+  g''32[ c,]
 }
 
-bar = \relative {
+bar = \relative {
   c16 <feses ases ceses eses ases ceses eses geses beses deses>4
 }