]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/part-combine-force.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / part-combine-force.ly
index af582f50f25fa856b5f4d025fd4eba4bb3281fb6..4a41ae3104741ba48247e38a29da9b0d3a74dd34 100644 (file)
@@ -1,17 +1,17 @@
 
 \header {
   texidoc ="Overrides for the part-combiner. All functions like
-  @code{\partcombineApart} and @code{\partcombineApartOnce} are internally implemented
-  using a dedicated @code{PartCombineForceEvent}.
-"
+  @code{\\partcombineApart} and @code{\\once \partcombineApart} are
+  internally implemented using a dedicated @code{partCombineForced}
+  context property."
 }
 
 \layout { ragged-right = ##t }
 
-\version "2.13.36"
+\version "2.19.29"
 
-mI = \relative c' {
-       e4 e c2 |
+mI = \relative {
+       e'4 e c2 |
        \partcombineApart c^"apart" e |
        e e |
        \partcombineChords e'^"chord" e |
@@ -19,8 +19,8 @@ mI = \relative c' {
        \partcombineUnisono c^"unisono" c |
        \partcombineAutomatic c\! c^"V1 longer" |
 }
-mII = \relative c' {
-       c4 c c2 |
+mII = \relative {
+       c'4 c c2 |
        c c |
        \partcombineAutomatic e^"auto" e |
        a, c |