lilypond-0.0.35
[lilypond.git] / hdr / symbol.hh
blob62de3be4960760a87138855ea0f1e65b17847810
1 #ifndef SYMBOL_HH
2 #define SYMBOL_HH
4 #include "string.hh"
5 #include "boxes.hh"
6 #include "proto.hh"
8 struct Symbol {
9 String tex;
10 Box dim;
12 Symbol (String, Box);
13 Symbol();
16 #endif