]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/mensural-ligature.cc
* lily/parser.yy: Wrap non-post-events in EventChords before
[lilypond.git] / lily / mensural-ligature.cc
index c327da0b551d3c7455302b5db73e1d20c7c58fca..a36f1b17239386c35421129dff891a4f6bfbb111 100644 (file)
@@ -110,7 +110,7 @@ internal_brew_primitive (Grob *me)
 
   if (primitive & MLP_FLEXA)
     {
-      delta_pitch = robust_scm2int (me->get_property ("delta-position"),
+      delta_pitch = robust_scm2int (me->get_property ("delta-pitch"),
                                    0);
       width
        = robust_scm2double (me->get_property ("flexa-width"), 2.0 * staff_space);
@@ -221,12 +221,5 @@ Mensural_ligature::print (SCM)
 
 ADD_INTERFACE (Mensural_ligature, "mensural-ligature-interface",
               "A mensural ligature",
-
-              "delta-position "
-              "flexa-width "
-              "head-width "
-              "join-right-amount "
-              "primitive "
-              "thickness"
-              );
-
+              "delta-pitch flexa-width head-width join-right-amount " // "add-join "
+              "primitive thickness");