summaryrefslogtreecommitdiff
path: root/rhythmstaf.hh
diff options
context:
space:
mode:
authorHan-Wen Nienhuys <hanwen@xs4all.nl>1996-11-01 17:48:30 +0100
committerHan-Wen Nienhuys <hanwen@xs4all.nl>1996-11-01 17:48:30 +0100
commit74e0f769a23454f038d20270463c734a9c22f5f9 (patch)
tree5c6dfd530af24e22b8154bf1c6bc7a787d5f3b25 /rhythmstaf.hh
parent3daac955f29e408aa2aa271a883195ddc54633f4 (diff)
release: 0.0.4
Diffstat (limited to 'rhythmstaf.hh')
-rw-r--r--rhythmstaf.hh14
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
+
+