]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/cluster.cc
* buildscripts/analyse-cxx-log.py: new file. Read compile log to
[lilypond.git] / lily / cluster.cc
index d370a65030dfe489a4996e00ae7782314b3d0e7b..7f4001007bfecbb29707c2367a9a51c9d6a12c64 100644 (file)
@@ -110,7 +110,7 @@ brew_cluster_piece (Grob *me, Array<Offset> bottom_points, Array<Offset> top_poi
       out.add_stencil (Lookup::round_filled_polygon (points, blotdiameter));
     }
   else
-    me->warning (_f ("unknown cluster style `%s'", shape.to_str0 ()));
+    me->warning (_f ("unknown cluster style `%s'", shape.c_str ()));
   return out;
 }