]> 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 13a0d82096e1b2a305fde7b46ca5560dd6ba2a63..8e896cfbc4c5c925f048b83baa2fffacb963295c 100644 (file)
@@ -3,7 +3,7 @@
   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
 "
@@ -11,7 +11,7 @@
 
 \layout { ragged-right = ##t }
 
-\version "2.12.0"
+\version "2.19.2"
 
 vone =  \relative a' {
   g2 g    g  g4 g f' c c( c) c c  c ~ c
@@ -19,7 +19,7 @@ vone =  \relative a' {
 }
 vtwo =  \relative a' {
   f2 f4 f f2 g4 g c, f f  f  f f~ f ~ f
-  f4 f2. ~ f4
+  f4 f2. ~ 4
 }