]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/pango-font.cc
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / lily / pango-font.cc
index f38c5ff7b5ec96631b3a51b6e1b513af155461d8..73ea7426a65ea4a6bf498d1c9881a4bd138ae7ec 100644 (file)
@@ -174,7 +174,7 @@ Pango_font::pango_item_string_stencil (PangoItem const *item, string str) const
 
       if (glyph_name[0] ==  '\0' && has_glyph_names)
        {
-         programming_error ("Glyph has no name, but font supports glyph naming");
+         programming_error ("Glyph has no name, but font supports glyph naming. Skipping glyph.");
          continue;
        }