]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/part-combine.ly
Merge remote-tracking branch 'origin/translation'
[lilypond.git] / input / regression / part-combine.ly
index ba29b30d7e6e6dc69faac111c4bbcaddb6ff6cc7..8e896cfbc4c5c925f048b83baa2fffacb963295c 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 different articulations (taking into account only slur/@/beam/@/tie), and
 @item wide pitch ranges.
 @end itemize
 "
-    }
-
-\version "2.3.17"
+}
 
-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.19.2"
 
-\score {
-   \partcombine \vone \vtwo
-   \paper { 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. ~ 4
+}
+
+
+\partcombine \vone \vtwo
+
+