diff options
author | Han-Wen Nienhuys <hanwen@xs4all.nl> | 1996-11-01 17:48:30 +0100 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@xs4all.nl> | 1996-11-01 17:48:30 +0100 |
commit | 74e0f769a23454f038d20270463c734a9c22f5f9 (patch) | |
tree | 5c6dfd530af24e22b8154bf1c6bc7a787d5f3b25 /staff.hh | |
parent | 3daac955f29e408aa2aa271a883195ddc54633f4 (diff) |
release: 0.0.4
Diffstat (limited to 'staff.hh')
-rw-r--r-- | staff.hh | 19 |
1 files changed, 0 insertions, 19 deletions
@@ -5,25 +5,6 @@ #include "voice.hh" #include "command.hh" -struct Staff_column { - Score_column *score_column; - - /// fields to collect data vertically. - svec<Voice_element *> v_elts; - svec<Command *> s_commands; - - Staff_column(Score_column*s); - bool mus() const ; - Mtime when() const; - void add(Voice_element*ve); - /**************************************************************** - VIRTUAL - ****************************************************************/ - virtual void process_requests()=0; - virtual void process_commands()=0; - virtual ~Staff_column() { } -}; - /// base class for a collection of voices. struct Staff { |