]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/cluster.cc
*** empty log message ***
[lilypond.git] / lily / cluster.cc
index 86b062b8098f37bb36502bb5fa4d2163260b4b2f..794c42640b358a4eef97229158cf7f215f41f401 100644 (file)
@@ -19,7 +19,7 @@
 #include "lookup.hh"
 #include "box.hh"
 #include "interval.hh"
-#include "paper-def.hh"
+#include "output-def.hh"
 #include "warn.hh"
 
 
@@ -53,7 +53,7 @@ brew_cluster_piece (Grob *me, Array<Offset> bottom_points, Array<Offset> top_poi
     }
 
 
-  Stencil out = Stencil ();
+  Stencil out;
   Array<Offset> points;
   points.clear ();
   int size = bottom_points.size ();