]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/line-spanner.cc
* input/no-notation/midi-lyric-barcheck.ly: new file.
[lilypond.git] / lily / line-spanner.cc
index 3daaab5557711e5dfcdf76c12b77571143edbf12..c73fd28948185a5cd6f52e1da7674d3f1d92bd39 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2000--2003 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 2000--2004 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 #include <math.h>
@@ -30,7 +30,7 @@ zigzag_molecule (Grob *me,
   Real dx = dz[X_AXIS];
   Real dy = dz[Y_AXIS];
 
-  Real thick = Staff_symbol_referencer::thickness (me);
+  Real thick = Staff_symbol_referencer::line_thickness (me);
   thick *= robust_scm2double (me->get_grob_property ("thickness"), 1.0); // todo: staff sym referencer? 
   
   Real staff_space = Staff_symbol_referencer::staff_space (me);