]> git.donarmstrong.com Git - lilypond.git/blobdiff - rhythmstaf.hh
release: 0.0.4
[lilypond.git] / rhythmstaf.hh
index 1e56355cd709a8b21017c398016cf93aed896d54..8e362146e33d96ee5bf76c0840a7fe0a07f25962 100644 (file)
@@ -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
+
+