]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/vaticana-ligature-engraver.cc
* buildscripts/analyse-cxx-log.py: new file. Read compile log to
[lilypond.git] / lily / vaticana-ligature-engraver.cc
index ca8d042ce27947aff73a61fd58a32e0211b9bd15..31005fac31d6a123a5c94ec0215ac2b778213004 100644 (file)
@@ -345,7 +345,7 @@ check_for_prefix_loss (Item *primitive)
       String prefs = Gregorian_ligature::prefixes_to_str (primitive);
       primitive->warning (_f ("ignored prefix (es) `%s' of this head according "
                              "to restrictions of the selected ligature style",
-                             prefs.to_str0 ()));
+                             prefs.c_str ()));
     }
 }
 
@@ -553,7 +553,7 @@ Vaticana_ligature_engraver::transform_heads (Spanner *ligature,
 
       if (prev_primitive)
        prev_primitive->set_property ("glyph-name",
-                                     scm_makfrom0str (prev_glyph_name.to_str0 ()));
+                                     scm_makfrom0str (prev_glyph_name.c_str ()));
 
       /*
        * In the backend, flexa shapes and joins need to know about line
@@ -571,7 +571,7 @@ Vaticana_ligature_engraver::transform_heads (Spanner *ligature,
     }
 
   prev_primitive->set_property ("glyph-name",
-                               scm_makfrom0str (prev_glyph_name.to_str0 ()));
+                               scm_makfrom0str (prev_glyph_name.c_str ()));
 
   align_heads (primitives, flexa_width, thickness);