diff options
Diffstat (limited to 'stcol.hh')
-rw-r--r-- | stcol.hh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ struct Staff_column { svec<Command *> s_commands; Staff_column(Score_column*s); - bool mus() const ; + bool mus() const; Real when() const; void add(Voice_element*ve); /**************************************************************** |