]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/spanner.cc
Run `make grand-replace'.
[lilypond.git] / lily / spanner.cc
index e73399dae07db19a06887cb09b25006be09b8716..476f75d8c26e8da85be44c334e3ca6fd18641149 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1996--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 1996--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "pointer-group-interface.hh"
@@ -191,7 +191,7 @@ Spanner::set_bound (Direction d, Grob *s)
   Item *i = dynamic_cast<Item *> (s);
   if (!i)
     {
-      programming_error ("must have Item for spanner bound");
+      programming_error ("must have Item for spanner bound of " + name());
       return;
     }