]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/grace-engraver.cc
Oops - did not see the following changes during the previous merge.
[lilypond.git] / lily / grace-engraver.cc
index b23b168d6951358b90598e11a1aa36b26eccad03..5be9307f08fe11dd8e967d334b5f7a68422ca8ed 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2004--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2004--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "engraver.hh"
@@ -81,7 +81,7 @@ Grace_engraver::consider_change_grace_settings ()
            }
          else
            {
-             programming_error ("can't find context");
+             programming_error ("cannot find context: ");
              scm_display (context_name, scm_current_error_port ());
            }
        }