lilypond-0.0.4
[lilypond.git] / lookupsyms.hh
blobd4e08667dbae8533192dd63280d3b6a1b45f25d0
1 /*
2 lilypond, (c) 1996 Han-Wen Nienhuys
3 */
4 #ifndef LOOKUPSYMS_HH
5 #define LOOKUPSYMS_HH
7 #include "symbol.hh"
9 struct Lookup {
10 static Parametric_symbol *linestaff(int n);
11 static Parametric_symbol *meter(String);
12 static Symbol ball(int);
13 static Symbol rest(int);
14 static Symbol bar(String);
15 static Symbol dots(int);
18 #endif