]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/part-combine.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / part-combine.ly
index 438d503e3d60e905466f3f5ca8679455a1e34f6a..8669f5bf127c74c223aac846bd5fc7207f921ec1 100644 (file)
@@ -1,25 +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 different articulations (taking into account only slur/@/beam/@/tie), and
 @item wide pitch ranges.
 @end itemize
 "
-    }
-
-\version "2.1.26"
+}
 
-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.16.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
+
+