]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/part-combine.ly
* lily/book.cc (LY_DEFINE): new function. ly:make-book. Supercedes
[lilypond.git] / input / regression / part-combine.ly
index 5e432cf6f7946173ace0f3f33608148975810064..de8d45333361b86cb9b828ff9cf344259c9e2036 100644 (file)
@@ -9,17 +9,18 @@
 "
     }
 
-\version "2.1.22"
+\version "2.3.4"
 
-vone = \notes \relative a' { g2 g    g  g4 g f' c c( c) c c  c ~ c
+vone =  \relative a' { g2 g    g  g4 g f' c c( c) c c  c ~ c
                             c2. c4   c
                         }
-vtwo = \notes \relative a' { f2 f4 f f2 g4 g c, f f  f  f f~ f ~ f
+vtwo =  \relative a' { f2 f4 f f2 g4 g c, f f  f  f f~ f ~ f
                             f4 f2. ~ f4
 
                         }
 
 \score {
    \partcombine \vone \vtwo
+   \paper { raggedright = ##t } 
 }