]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.64
authorfred <fred>
Sun, 24 Mar 2002 19:43:38 +0000 (19:43 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:43:38 +0000 (19:43 +0000)
TODO
lily/include/pulk-voice.hh

diff --git a/TODO b/TODO
index 2a42edee5a73e422230faebecca03fd657e6d164..9bbc6f491a2ac97d9a6eb978e0fdce3cbbdcf4f8 100644 (file)
--- 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
index 3b9006305050a8856bdd43b6bf88d4e87c6a1af0..9d26d9798ad5bbd6c5f3e896befc0602c99ae8c6 100644 (file)
@@ -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<Voice_element*> 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<Request*> get_req_l_arr();
 };