From 525a051b0b0bebc0983afc1fad3e6710e9f30c72 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Mon, 6 Jan 2003 00:36:27 +0000 Subject: [PATCH] *** empty log message *** --- lily/new-fingering-engraver.cc | 2 +- lily/paper-score.cc | 2 +- lily/system.cc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lily/new-fingering-engraver.cc b/lily/new-fingering-engraver.cc index 0c95e5624a..f653a0ab62 100644 --- a/lily/new-fingering-engraver.cc +++ b/lily/new-fingering-engraver.cc @@ -296,5 +296,5 @@ ENTER_DESCRIPTION(New_fingering_engraver, /* creats*/ "Fingering", /* accepts */ "text-script-event", /* acks */ "rhythmic-head-interface stem-interface", -/* reads */ "fingersHorizontal", +/* reads */ "fingerHorizontalDirection", /* write */ ""); diff --git a/lily/paper-score.cc b/lily/paper-score.cc index 077e5c2f0d..ce5acf7b63 100644 --- a/lily/paper-score.cc +++ b/lily/paper-score.cc @@ -80,7 +80,7 @@ Paper_score::process () system_->spanner_count ())); - progress_indication (_ ("Preprocessing elements...") + " "); + progress_indication (_ ("Preprocessing graphical objects...") + " "); /* Be sure to set breakability on first & last column. diff --git a/lily/system.cc b/lily/system.cc index 20f97023a8..5f4c39256c 100644 --- a/lily/system.cc +++ b/lily/system.cc @@ -388,7 +388,7 @@ System::pre_processing () sc->calculate_dependencies (PRECALCED, PRECALCING, ly_symbol2scm ("before-line-breaking-callback")); } - progress_indication ("\n" + _ ("Calculating column positions...") + " "); + progress_indication ("\n" + _ ("Calculating line breaks...") + " "); for (SCM s = get_grob_property ("all-elements"); gh_pair_p (s); s = ly_cdr (s)) { Grob * e = unsmob_grob (ly_car (s)); -- 2.39.5