]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/cluster.cc
(class Paper_book):
[lilypond.git] / lily / cluster.cc
index d4cb47eb0bf1ebed370dc1e94b9ee5ced9c7f6e2..6cb0060e67cc33c28f2ed624d3f03f0ee6881420 100644 (file)
@@ -9,10 +9,6 @@
 */
 
 #include "cluster.hh"
-
-#include <cstdio>
-using namespace std;
-
 #include "international.hh"
 #include "item.hh"
 #include "lookup.hh"
@@ -25,7 +21,7 @@ using namespace std;
 
 /*
   TODO: Add support for cubic spline segments.
-*/
+ */
 Stencil
 brew_cluster_piece (Grob *me, vector<Offset> bottom_points, vector<Offset> top_points)
 {