]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/part-combine.ly
(conv): add 2.2.0 rule.
[lilypond.git] / input / regression / part-combine.ly
index 5e432cf6f7946173ace0f3f33608148975810064..34fa1a57642a49a4f69b16e3698bff48a8ff4227 100644 (file)
@@ -9,7 +9,7 @@
 "
     }
 
-\version "2.1.22"
+\version "2.1.36"
 
 vone = \notes \relative a' { g2 g    g  g4 g f' c c( c) c c  c ~ c
                             c2. c4   c
@@ -21,5 +21,6 @@ vtwo = \notes \relative a' { f2 f4 f f2 g4 g c, f f  f  f f~ f ~ f
 
 \score {
    \partcombine \vone \vtwo
+   \paper { raggedright = ##t } 
 }