]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/custos.cc
*** empty log message ***
[lilypond.git] / lily / custos.cc
index 758890fdf1460d3558e0224a75222db7fe518367..38dd09a6fc510131ce7079e5cee0c95380773064 100644 (file)
@@ -15,7 +15,7 @@
 */
 
 #include <cstdio>
-#include <cmath> // rint
+#include <math.h> // rint
 
 #include "custos.hh"
 #include "direction.hh"
@@ -56,7 +56,7 @@ Custos::print (SCM smob)
   int pos = Staff_symbol_referencer::get_rounded_position (me);
   int sz = Staff_symbol_referencer::line_count (me)-1;
 
-  String font_char = "custodes-" + style + "-";
+  String font_char = "custodes." + style + ".";
   if (pos < neutral_pos)
     font_char += "u";
   else if (pos > neutral_pos)