]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/part-combine-global.ly
Merge branch 'stable'
[lilypond.git] / input / regression / part-combine-global.ly
index 655df4d37abcad79691d07d0c159929e09497956..9c5ef8dae2fba181d00580234fe65c3a6d895a94 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.12.0"
 
 vone =
 
 %%%%%%%%%%%%%%  0   1   2   3  
 \relative c'' {
-    \time 2/4
-    a8[ a]  a8[ a] |
-    a8[ a]  a8[ a]
+  \time 2/4
+  a8[ a]  a8[ a] |
+  a8[ a]  a8[ a]
 }
 
 vtwo =
 \relative c' {
-    \time 2/4
-    f8[ f]~ f8[ f] |
-    f8[ f]  f8[ f]
+  \time 2/4
+  f8[ f]~ f8[ f] |
+  f8[ f]  f8[ f]
 }
 
-\score {
-    \partcombine \vone \vtwo
-    }
+
+\partcombine \vone \vtwo
+