]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/grace-engraver.cc
Run `make grand-replace'.
[lilypond.git] / lily / grace-engraver.cc
index 197d618c00dad21d8dc6b85bbd808c01b76c557d..7fd5466895aa994da6750bd7ebf6f7561a80cf7d 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2004--2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2004--2008 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 ());
            }
        }
@@ -106,8 +106,15 @@ Grace_engraver::start_translation_timestep ()
 #include "translator.icc"
 
 ADD_TRANSLATOR (Grace_engraver,
-               /* doc */ "Set font size and other properties for grace notes.",
-               /* create */ "",
-               /* accept */ "",
-               /* read */ "graceSettings",
-               /* write */ "");
+               /* doc */
+               "Set font size and other properties for grace notes.",
+
+               /* create */
+               "",
+
+               /* read */
+               "graceSettings ",
+
+               /* write */
+               ""
+               );