]> 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 26483c4ffc95ddcb697da8596f804fe6b741e42b..fda6838ce690207dfcb2e291dabeb6861218353c 100644 (file)
@@ -1,17 +1,17 @@
 
 \header {
   texidoc ="Overrides for the part-combiner. All functions like
-  @code{\partcombineApart} and @code{\partcombineApartOnce} are internally implemented
+  @code{\\partcombineApart} and @code{\\partcombineApartOnce} are internally implemented
   using a dedicated @code{PartCombineForceEvent}.
 "
 }
 
 \layout { ragged-right = ##t }
 
-\version "2.14.0"
+\version "2.19.21"
 
-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 |