]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/text-spanner.cc
release: 1.5.47
[lilypond.git] / lily / text-spanner.cc
index 6457d433c30aa346a8240bfed2d6d95f0f990b8f..0ff02bf2e07e1c73d9b9a2b94f52362b4fee062a 100644 (file)
@@ -22,7 +22,7 @@ source file of the GNU LilyPond music typesetter
 /*
   TODO:
   - vertical start / vertical end (fixme-name) |
-  - contination types (vert. star, vert. end)  |-> eat volta-spanner
+  - contination types (vert. star, vert. end)  |-> eat volta-bracket
   - more styles
   - more texts/positions
 */
@@ -291,3 +291,16 @@ Text_spanner::setup_pedal_bracket(Spanner *me)
   me->set_grob_property ("shorten-pair", gh_cons ( gh_double2scm ( shorten[LEFT] ), 
                                                   gh_double2scm ( shorten[RIGHT] ) ));
 }
+
+
+
+ADD_INTERFACE (Pianopedal,"piano-pedal-interface",
+  "",
+  "pedal-type edge-width edge-height shorten-pair text-start left-widen right-widen");
+
+
+
+ADD_INTERFACE (Text_spanner,"text-spanner-interface",
+  "generic text spanner",
+  "dash-period dash-length edge-height edge-width edge-text shorten-pair type");
+