]> git.donarmstrong.com Git - lilypond.git/blob - hdr/clef.hh
243ea6ebdd8f9e1a8a9fe37b1ac53115a71f717c
[lilypond.git] / hdr / clef.hh
1 /*
2   clef.hh -- part of LilyPond
3
4   (c) 1996 Han-Wen Nienhuys
5 */
6
7 #ifndef CLEF_HH
8 #define CLEF_HH
9 #include "scalar.hh"
10 #include "vray.hh"
11
12 struct Clef {
13     int c0_pos;
14     String clef_type;
15
16     Clef();
17     void read(svec<Scalar> args);    
18 };
19 #endif // CLEF_HH
20