]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/part-combine.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / part-combine.ly
index 43269c64233bbe25fd85bbcc0c144b8ae3e8c95f..89f5fd5fcba1065d4b71d76da9da948bb84d8446 100644 (file)
@@ -1,26 +1,30 @@
 
 \header {
-    texidoc ="The new part combiner stays apart from:
+  texidoc ="The new part combiner stays apart from:
 @itemize @bullet
 @item different durations,
 @item different articulations (taking into account only slur/beam/tie), and
 @item wide pitch ranges.
 @end itemize
 "
-    }
-
-\version "2.6.0"
+}
 
-vone =  \relative a' { g2 g    g  g4 g f' c c( c) c c  c ~ c
-                            c2. c4   c
-                        }
-vtwo =  \relative a' { f2 f4 f f2 g4 g c, f f  f  f f~ f ~ f
-                            f4 f2. ~ f4
+\layout { ragged-right = ##t }
 
-                        }
+\version "2.11.51"
 
-\score {
-   \partcombine \vone \vtwo
-   \layout { raggedright = ##t } 
+vone =  \relative a' {
+  g2 g    g  g4 g f' c c( c) c c  c ~ c
+  c2. c4   c
 }
+vtwo =  \relative a' {
+  f2 f4 f f2 g4 g c, f f  f  f f~ f ~ f
+  f4 f2. ~ f4
+}
+
+
+\partcombine \vone \vtwo
+
+