]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/part-combine-solo-global.ly
(setcolor): implement (re)setcolor with <g>
[lilypond.git] / input / regression / part-combine-solo-global.ly
index f6c655d248a1c189fbd0cc4e8a85d696a3622fe5..af129707f78515c92a4c3e4d2cd5edf87cf7277f 100644 (file)
@@ -5,10 +5,10 @@
 
 }
 
-\version "2.3.4"
+\version "2.4.0"
+\paper { raggedright = ##t } 
 
-\score {
-    \new Staff
+\new Staff
     \partcombine  \relative c'' {
        bes2(
         a4)
@@ -16,4 +16,3 @@
      \relative c' {
        r2 cis4
     }
-}