lilypond-0.0.4
[lilypond.git] / tex.hh
blob2f60630fd597760965e02386dceed1aafea7f60a
1 #ifndef TEX_HH
2 #define TEX_HH
4 #include "string.hh"
5 #include "boxes.hh"
7 String
8 substitute_args(String source, svec<String> args);
9 /**
10 this structure provides a simple macro mechanism:
12 if source == "tex%bla%", then
13 eval({"X","Y"}) == "texXblaY"
16 /// #h# is in points
17 String vstrut(Real h);
20 #endif