]> git.donarmstrong.com Git - lilypond.git/blobdiff - rhythmstaf.hh
release: 0.0.5
[lilypond.git] / rhythmstaf.hh
index 8e362146e33d96ee5bf76c0840a7fe0a07f25962..69b61ec4877914133efd83c93c1e24c0851bfcf0 100644 (file)
@@ -32,11 +32,14 @@ struct Rhythmic_column : Staff_column {
 struct Rhythmic_staff : Staff {
     /// indirection to the PStaff.
     PStaff *theline;
+
+    /****************/
     void set_output(PScore *);
     void process_commands( PCursor<Command*> &where);
 
     void grant_requests();
     Staff_column * create_col(Score_column*);
+    Rhythmic_staff();
 };