]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/piano-pedal-bracket.cc
($(outdir)/%.pdf): add DVIPS_FLAGS. This will
[lilypond.git] / lily / piano-pedal-bracket.cc
index 957a79527492f633de8fb46b98e01ffc895e11a0..fb9a2ac4f664dcc718332351c9a868ffa991d1ec 100644 (file)
@@ -7,7 +7,7 @@ source file of the GNU LilyPond music typesetter
 
 */
 
-#include "molecule.hh"
+#include "stencil.hh"
 #include "spanner.hh"
 #include "item.hh"
 #include "tuplet-bracket.hh"
@@ -69,7 +69,7 @@ Piano_pedal_bracket::print (SCM smob)
     }
   
 
-  Molecule m ;
+  Stencil m ;
   if (!span_points.is_empty () &&
       span_points.length () > 0.001)
     {