]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/line-spanner.cc
release: 1.5.47
[lilypond.git] / lily / line-spanner.cc
index 9f8a47b83045d8e7dcf7a6fbcaca7b78c0155155..3b7c1495b3e98fbab38fa28647a1fbde35f324d4 100644 (file)
@@ -246,7 +246,7 @@ Line_spanner::brew_molecule (SCM smob)
 
   Real thick = me->paper_l ()->get_var ("stafflinethickness");  
 
-  SCM s = me->get_grob_property ("line-thickness");
+  SCM s = me->get_grob_property ("thickness");
   if (gh_number_p (s))
     thick *= gh_scm2double (s);
 
@@ -259,3 +259,10 @@ Line_spanner::brew_molecule (SCM smob)
 }
 
 
+
+ADD_INTERFACE (Line_spanner, "line-spanner-interface",
+  "Generic line drawn between two objects, eg. for use with glissandi.
+gap is measured in staff-spaces.   ",
+  "gap dash-period dash-length thickness type");
+
+