]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/part-combine-mmrest-after-solo.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / part-combine-mmrest-after-solo.ly
index 9433f7ee6319a83540eec7911f02837337da0479..be4cfc4dda991ac1e3304c184fd2f0300cd7597f 100644 (file)
@@ -1,10 +1,10 @@
 
 \header { texidoc = " Multimeasure rests are printed after solos, both
     for solo1 and for solo2."  }
-\version "2.6.0"
+\version "2.19.21"
 
-\layout { raggedright = ##t }
-  \new Staff 
-    \partcombine
-     \relative c''{ R1*2 | c4 r2.  | c2 r  | R1 }
-     \relative c' {  c2 r | R1 | c4 r2. | R1*2  }
+\layout { ragged-right = ##t }
+\new Staff 
+\partcombine
+\relative c''{ R1*2 | c4 r2.  | c2 r  | R1 }
+\relative {  c'2 r | R1 | c4 r2. | R1*2  }