]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/line-spanner.cc
* GNUmakefile.in (short-examples):
[lilypond.git] / lily / line-spanner.cc
index 9f8a47b83045d8e7dcf7a6fbcaca7b78c0155155..5ba97cf8e3c2eaa8903fc38eee1c12b2b10c865e 100644 (file)
@@ -244,9 +244,9 @@ Line_spanner::brew_molecule (SCM smob)
       
       }
 
-  Real thick = me->paper_l ()->get_var ("stafflinethickness");  
+  Real thick = me->paper_l ()->get_var ("linethickness");  
 
-  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");
+
+