]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/grace-engraver.cc
Correct doc string of repeat tie engraver.
[lilypond.git] / lily / grace-engraver.cc
index ee9eaf9bf4532b57f8d5f4c12e7cb184c800a656..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 ());
            }
        }
@@ -108,6 +108,5 @@ Grace_engraver::start_translation_timestep ()
 ADD_TRANSLATOR (Grace_engraver,
                /* doc */ "Set font size and other properties for grace notes.",
                /* create */ "",
-               /* accept */ "",
                /* read */ "graceSettings",
                /* write */ "");