]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/script-interface.cc
*** empty log message ***
[lilypond.git] / lily / script-interface.cc
index f2dcbea2c8d6ea0bb5925b71422deaeb80f414e6..b6a17251efff27e59d6f767fc0d75256c1ed2227 100644 (file)
@@ -51,7 +51,7 @@ Script_interface::before_line_breaking (SCM smob)
   if (!d)
     {
       /* FIXME: This should never happen: `arbitrary' directions.  */
-      programming_error ("Script direction not yet known!");
+      programming_error ("script direction not yet known");
       d = DOWN;
     }
 
@@ -76,7 +76,7 @@ Script_interface::print (SCM smob)
   Direction dir = Side_position_interface::get_direction (me);
   if (!dir)
     {
-      programming_error ("Script direction not known, but stencil wanted.");
+      programming_error ("script direction unknown, but stencil wanted");
       dir = DOWN;
     }
   return get_stencil (me, dir).smobbed_copy ();