]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/part-combine-global.ly
Make the length of beamlets configurable.
[lilypond.git] / input / regression / part-combine-global.ly
index d1ec56c940a3d5919defe1d93ab16fa0e0c8023f..0016c04b5dc46e5588b361e83b034b900444a5fe 100644 (file)
@@ -10,25 +10,25 @@ In the 2nd measure, the pattern without the tie, leads to combined
 voices.
   
 "
-    }
-\version "2.1.28"
+       }
+\version "2.11.51"
 
-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]~ f8[ f] |
+  f8[ f]  f8[ f]
 }
 
-\score {
-    \partcombine \vone \vtwo
-    }
+
+\partcombine \vone \vtwo
+