diff options
Diffstat (limited to 'rhythmstaf.hh')
-rw-r--r-- | rhythmstaf.hh | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/rhythmstaf.hh b/rhythmstaf.hh index 1e56355cd7..8e362146e3 100644 --- a/rhythmstaf.hh +++ b/rhythmstaf.hh @@ -1,3 +1,13 @@ +/* + rhythmstaf.hh -- part of LilyPond + + (c) 1996 Han-Wen Nienhuys +*/ + +#ifndef RHYTHMSTAF_HH +#define RHYTHMSTAF_HH +#include "stcol.hh" + struct Rhythmic_staff; /// column of Rhythmic_staff @@ -29,3 +39,7 @@ struct Rhythmic_staff : Staff { Staff_column * create_col(Score_column*); }; + +#endif // RHYTHMSTAF_HH + + |