]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/score-grav.cc
release: 0.1.65
[lilypond.git] / lily / score-grav.cc
index 27b149a5471b7fd2c46e82982ef763e38b5c5e1f..bbcaec268544be65123d335d72aca32430972ef9 100644 (file)
@@ -142,7 +142,7 @@ Score_engraver::typeset_all()
            if (!s->spanned_drul_[d])
              {
                s->set_bounds(d, command_column_l_);
-               warning ("Unbound spanner");
+               ::warning ("Unbound spanner (type " + String (s->name ()) + ")");
              }
          } while (flip(&d) != LEFT);
        }