Werner LEMBERG escreveu:
The phases

  Preprocessing graphical objects...

and

  Layout output to `%s'...

can take a loooong time with big scores.  What about a progress
indicator?  Ideally this should be a percentage, but any number will
do just to indicate that something is happening.


Most of the formatting backend is demand-driven, so it's not always clear how much time an operation takes,

  obj->get_property ("direction")

may return a number directly, or trigger a complete (re)formatting of the entire score.


The time is probably spent in

System::pre_processing ()
System::post_processing ()

please experiment a bit with what would be useful.



--

Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen

LilyPond Software Design
 -- Code for Music Notation
http://www.lilypond-design.com



_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to