]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 6 Jan 2003 00:36:27 +0000 (00:36 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 6 Jan 2003 00:36:27 +0000 (00:36 +0000)
lily/new-fingering-engraver.cc
lily/paper-score.cc
lily/system.cc

index 0c95e5624afd206922663c0320af5d845272ace3..f653a0ab62e9454142ec6e82e6c4e15bb50c85be 100644 (file)
@@ -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 */       "");
index 077e5c2f0de818d133d9dc7930c6bdbf369a9f0e..ce5acf7b63fb75a0b2cd2238946251a12a34e84f 100644 (file)
@@ -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.
index 20f97023a8efd4e014c136bfd3e17a99404cddd0..5f4c39256c178d71d4acebf76ae0eedfc4ea7a64 100644 (file)
@@ -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));