]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/part-combine-solo.ly
Regression test line lengths
[lilypond.git] / input / regression / part-combine-solo.ly
index 304589e4bad55a4507f12b224e4e37580522e3ea..c9f23735d2281ade812d0bd3a325d0117a3d481d 100644 (file)
@@ -19,10 +19,10 @@ vtwo =  \relative g' { g4.   g8 r2          g4 r4 r2  g4 }
 
 \version "2.4.0"
 
-\score {
+\paper { raggedright = ##t } 
+
     
-    << \set Score.skipBars = ##t
+<< \set Score.skipBars = ##t
    \partcombine \vone \vtwo
-       >>
-}
+>>