]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/part-combine-global.ly
Merge remote-tracking branch 'origin/translation' into staging
[lilypond.git] / input / regression / part-combine-global.ly
index 638402846edc5db1efa9f7c1372585ceb6940afd..9f99d8993762bb6747b818779d6f24e6f707123c 100644 (file)
@@ -10,25 +10,25 @@ In the 2nd measure, the pattern without the tie, leads to combined
 voices.
   
 "
-    }
-\version "2.1.22"
+       }
+\version "2.19.2"
 
-vone =\notes
+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 =\notes
+vtwo =
 \relative c' {
-    \time 2/4
-    f8[ f]~ f8[ f] |
-    f8[ f]  f8[ f]
+  \time 2/4
+  f8[ f]~ 8[ f] |
+  f8[ f]  f8[ f]
 }
 
-\score {
-    \partcombine \vone \vtwo
-    }
+
+\partcombine \vone \vtwo
+