]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/script-engraver.cc
* lily/slur-scoring.cc (get_bound_info): robustness: substitute
[lilypond.git] / lily / script-engraver.cc
index f393128911d0954a8aec55a7108540a2c23ba206..afeb0fe621cda7b452e06d0c3278ee31c16cb2d5 100644 (file)
@@ -97,9 +97,10 @@ void make_script_from_event (Grob *p, bool *follow, Context *tg,
   if (art == SCM_BOOL_F)
     {
       /* FIXME: */
-      warning (_ ("Do not know how to interpret articulation: "));
-      warning (_ ("Scheme encoding: "));
+      warning (_ ("don't know how to interpret articulation: "));
+      warning (_ ("scheme encoding: "));
       scm_write (art_type, scm_current_error_port ());
+      message ("");
       return;
     }
 
@@ -141,7 +142,6 @@ void make_script_from_event (Grob *p, bool *follow, Context *tg,
     }
 
   Side_position_interface::set_axis (p, Y_AXIS);
-
 }
 
 void