From: fred Date: Sun, 24 Mar 2002 19:40:22 +0000 (+0000) Subject: lilypond-0.0.59 X-Git-Tag: release/1.5.59~4894 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=8113766aad367b47ede6650a1b5ce5addf3d30f4;p=lilypond.git lilypond-0.0.59 --- diff --git a/lily/score.cc b/lily/score.cc index 30514a7c5f..7441d5c790 100644 --- a/lily/score.cc +++ b/lily/score.cc @@ -26,7 +26,7 @@ extern String default_out_fn; void Score::setup_music() { - *mlog << "\nSetting up music ..." << flush; + *mlog << "\nSetting up requests..." << flush; Pulk_voices pulk(staffs_); @@ -60,7 +60,7 @@ Score::setup_music() void Score::process_music() { - *mlog << "Processing music ..." << flush; + *mlog << "Processing requests ..." << flush; for (Score_walker w(this); w.ok(); w++) { w.process(); }