]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/new-part-combine-solo.ly
* input/regression/new-part-combine-solo-global.ly: new file.
[lilypond.git] / input / regression / new-part-combine-solo.ly
index 8b96e7df681003de2e221bc78e5f68accff168f7..be212b8a0d0ea5c70e59c196fb9366331e483e3b 100644 (file)
@@ -18,7 +18,8 @@ vone = \notes \relative a' { g4 r8 g8 g8 r8 g8 r8 g2 ~ g2 ~ g4 }
 vtwo = \notes \relative g' { e4.   e8 r2          e4 r4 r2  e4 } 
 
 \score {
-    << \property Score.skipBars = ##t 
+    
+    << \property Score.skipBars = ##t
    \newpartcombine \vone \vtwo
        >>
 }