From 8113766aad367b47ede6650a1b5ce5addf3d30f4 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:40:22 +0000 Subject: [PATCH] lilypond-0.0.59 --- lily/score.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(); } -- 2.39.5