]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/quote-iterator.cc
*** empty log message ***
[lilypond.git] / lily / quote-iterator.cc
index 7e561c6bc3c938e4864aa646a4c559d7be71b250..44266a6bc469b703f2b206fd13e4d00547e20030 100644 (file)
@@ -229,7 +229,7 @@ Quote_iterator::process (Moment m)
 
          Music *mus = unsmob_music (scm_car (ev_acc));
          if (!mus)
-           programming_error ("need music in quote.");
+           programming_error ("no music found in quote");
          else if (accept_music_type (mus))
            {
              if (quote_pitch || me_pitch)
@@ -251,7 +251,8 @@ Quote_iterator::process (Moment m)
 
              bool b = quote_outlet_.get_outlet ()->try_music (mus);
              if (!b)
-               mus->origin ()->warning (_f ("In quotation: junking event %s", mus->name ()));
+               mus->origin ()->warning (_f ("in quotation: junking event %s",
+                                            mus->name ()));
            }
        }