lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Progress indicator missing


From: Han-Wen Nienhuys
Subject: Re: Progress indicator missing
Date: Sun, 05 Nov 2006 14:29:34 +0100
User-agent: Thunderbird 1.5.0.7 (X11/20061027)

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 - address@hidden - http://www.xs4all.nl/~hanwen

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]