]> 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 b1c52a68b7d52608897f05ce0dc2a6bd3c18d5ac..8669f5bf127c74c223aac846bd5fc7207f921ec1 100644 (file)
@@ -3,13 +3,15 @@
   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.6.0"
+\layout { ragged-right = ##t }
+
+\version "2.16.0"
 
 vone =  \relative a' {
   g2 g    g  g4 g f' c c( c) c c  c ~ c
@@ -23,6 +25,6 @@ vtwo =  \relative a' {
 
 \partcombine \vone \vtwo
 
-\layout { raggedright = ##t }