]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/part-combine-cross.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / part-combine-cross.ly
index 5565a8899250898eef1c796efa51214626711445..fb570d0a4cc322e5abec4d0b42e760579d6c9d9f 100644 (file)
@@ -4,13 +4,11 @@
 "
     }
 
-\version "2.1.36"
+\version "2.19.21"
 
-vone = \notes \relative a' { g4 g f f e e d d }
-vtwo = \notes \relative a' { e4 e f f g g a a }
+vone =  \relative { g'4 g f f e e d d }
+vtwo =  \relative { e'4 e f f g g a a }
+\layout { ragged-right = ##t } 
 
-\score {
-   \partcombine \vone \vtwo
-   \paper { raggedright = ##t } 
-}
+\partcombine \vone \vtwo