]> 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 cefd7fcc3283c7741e879ae3c2a75b56d51d83f4..8e896cfbc4c5c925f048b83baa2fffacb963295c 100644 (file)
@@ -3,15 +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
 "
 }
 
-\layout { raggedright = ##t }
+\layout { ragged-right = ##t }
 
-\version "2.6.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
 }