]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/score-engraver.cc
release: 1.3.83
[lilypond.git] / lily / score-engraver.cc
index 80ad78157a8fea3c180ebaf92b7911a18b58faad..2cbeafd1eb7b9c89a265d00f008bb2ccf65b9137 100644 (file)
@@ -148,7 +148,7 @@ Score_engraver::typeset_all()
            if (!s->get_bound (d))
              {
                s->set_bound(d, command_column_l_);
-               ::warning (_f ("unbound spanner `%s'", classname(s)));
+               ::warning (_f ("unbound spanner `%s'", s->name().ch_C()));
              }
          } while (flip(&d) != LEFT);
        }