summaryrefslogtreecommitdiff
path: root/rhythmstaf.hh
diff options
context:
space:
mode:
authorHan-Wen Nienhuys <hanwen@xs4all.nl>1996-11-05 17:55:42 +0100
committerHan-Wen Nienhuys <hanwen@xs4all.nl>1996-11-05 17:55:42 +0100
commit748e6176ab755ccf841f408d13d5818260a05d32 (patch)
treeaed0afeddb2233cf6bf67d9f82ffde051c57f715 /rhythmstaf.hh
parent74e0f769a23454f038d20270463c734a9c22f5f9 (diff)
release: 0.0.5
Diffstat (limited to 'rhythmstaf.hh')
-rw-r--r--rhythmstaf.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/rhythmstaf.hh b/rhythmstaf.hh
index 8e362146e3..69b61ec487 100644
--- a/rhythmstaf.hh
+++ b/rhythmstaf.hh
@@ -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();
};