]> git.donarmstrong.com Git - lilypond.git/blob - hdr/tex.hh
release: 0.0.9
[lilypond.git] / hdr / tex.hh
1 #ifndef TEX_HH
2 #define TEX_HH
3
4 #include "string.hh"
5 #include "boxes.hh"
6
7 /// parameter substitution in TeXstrings
8 String
9 substitute_args(String source, svec<String> args);
10 /**
11   this structure provides a simple macro mechanism:
12
13   if source == "tex%bla%", then
14   eval({"X","Y"})  == "texXblaY"
15   */
16
17 /// #h# is in points
18 String vstrut(Real h);
19
20
21 #endif