]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/part-combine-force-mmrest-position.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / part-combine-force-mmrest-position.ly
index 0d3de55492ee57c19502b235624fc1333378a199..cbdbd0cd8a209db19421cb8824fa472fd6d0d393 100644 (file)
@@ -1,13 +1,13 @@
 
 \header {
   texidoc ="If the part-combiner shows two separate voices, multi-measure rests
-  are supposed to use the same settings as @code{\voiceOnce} and @code{\voiceTwo}.
+  are supposed to use the same settings as @code{\\voiceOnce} and @code{\\voiceTwo}.
 "
 }
 
 \layout { ragged-right = ##t }
 
-\version "2.16.0"
+\version "2.19.21"
 
 mI = \relative c'' {
   \partcombineApart
@@ -15,9 +15,9 @@ mI = \relative c'' {
   R1 |
   c1
 }
-mII = \relative c' {
+mII = \relative {
   R1 |
-  c2 c |
+  c'2 c |
   c1
 }