]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/part-combine-chord-range.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / part-combine-chord-range.ly
index e28f6d4cdf3a0e6685b5070f9757b7b4c3122cc1..3683ba0f19c05acfee3cbcda9d3fa342849e7627 100644 (file)
@@ -3,16 +3,16 @@
 differences in steps between parts that may be combined into chords."
 }
 
-\version "2.19.16"
+\version "2.19.21"
 
 \layout { ragged-right = ##t }
 
-vone = \relative e' {
-  d4 e f fisis | g geses b' bisis | b2 beses
+vone = \relative {
+  d'4 e f fisis | g geses b' bisis | b2 beses
 }
 
-vtwo = \relative e' {
-  e4 e e e | e eisis d deses | c2 cisis
+vtwo = \relative {
+  e'4 e e e | e eisis d deses | c2 cisis
 }
 
 comm = { s1_"apart" s1_"chords" s1_"apart" }