]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/part-combine.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / part-combine.ly
index 415824688305fefb128eb702033ade1e842c6e86..13a0d82096e1b2a305fde7b46ca5560dd6ba2a63 100644 (file)
@@ -1,26 +1,30 @@
 
 \header {
-    texidoc ="The new part combiner.
-Apart for:
+  texidoc ="The new part combiner stays apart from:
 @itemize @bullet
-@item different durations (start points)
-@item different articulations (only slur/beam/tie work)
-@item wide pitch ranges
+@item different durations,
+@item different articulations (taking into account only slur/beam/tie), and
+@item wide pitch ranges.
 @end itemize
 "
-    }
-
-\version "2.1.22"
+}
 
-vone = \notes \relative a' { g2 g    g  g4 g f' c c( c) c c  c ~ c
-                            c2. c4   c
-                        }
-vtwo = \notes \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.12.0"
 
-\score {
-   \partcombine \vone \vtwo
+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
+
+