From: fred Date: Sun, 24 Mar 2002 19:43:38 +0000 (+0000) Subject: lilypond-0.0.64 X-Git-Tag: release/1.5.59~4711 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=698d370933fba5106e11244c28d04f3f989b7811;p=lilypond.git lilypond-0.0.64 --- diff --git a/TODO b/TODO index 2a42edee5a..9bbc6f491a 100644 --- a/TODO +++ b/TODO @@ -112,13 +112,8 @@ BUGS * staccato dot positions. - * \meter 4/4; c1. doesn't gen bar. - * stacked scripts. - * redo timing stuff <-> pulk to allow \meter 2/4; e2. to work - out correctly - * key transposition. * help-lines for rests @@ -165,6 +160,8 @@ INPUTLANGUAGE SMALLISH PROJECTS + * Help_line, Help_line_reg + * --fast/--draft: leave out constraints * write Dynamic_line (to group dynamics horizontally) @@ -181,9 +178,11 @@ SMALLISH PROJECTS * cleanup lily-proto.hh and proto.hh * half-sharps, half-flats - - * resync barcheck. + * adaptive accidental spacing. + + * score_elem invible_b_ flag + * key undo * unix style paths for LILYINCLUDE env diff --git a/lily/include/pulk-voice.hh b/lily/include/pulk-voice.hh index 3b90063050..9d26d9798a 100644 --- a/lily/include/pulk-voice.hh +++ b/lily/include/pulk-voice.hh @@ -18,7 +18,9 @@ /** Align requests with starting time. - */ + + To our foreign readers "pulk"ing is what you do with the stuff in + your nose to get it out. (and I don't mean blowing) */ class Pulk_voice { PCursor cur_; @@ -34,6 +36,10 @@ public: bool ok()const { return cur_.ok() ; } Pulk_voice(Voice*, int staff_idx); + + /** + Get the requests at when(), and advance. + */ Array get_req_l_arr(); };