]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/part-combine-global.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / part-combine-global.ly
index 655df4d37abcad79691d07d0c159929e09497956..e52ea590a41ec953e80acbd57706eb021d537b90 100644 (file)
@@ -10,25 +10,25 @@ In the 2nd measure, the pattern without the tie, leads to combined
 voices.
   
 "
-    }
-\version "2.3.4"
+       }
+\version "2.19.21"
 
 vone =
 
 %%%%%%%%%%%%%%  0   1   2   3  
-\relative c'' {
-    \time 2/4
-    a8[ a]  a8[ a] |
-    a8[ a]  a8[ a]
+\relative {
+  \time 2/4
+  a'8[ a]  a8[ a] |
+  a8[ a]  a8[ a]
 }
 
 vtwo =
-\relative c' {
-    \time 2/4
-    f8[ f]~ f8[ f] |
-    f8[ f]  f8[ f]
+\relative {
+  \time 2/4
+  f'8[ f]~ 8[ f] |
+  f8[ f]  f8[ f]
 }
 
-\score {
-    \partcombine \vone \vtwo
-    }
+
+\partcombine \vone \vtwo
+