* 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
SMALLISH PROJECTS
+ * Help_line, Help_line_reg
+
* --fast/--draft: leave out constraints
* write Dynamic_line (to group dynamics horizontally)
* 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
/**
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_;
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();
};