2 header.cc -- implement Header
4 source file of the GNU LilyPond music typesetter
6 (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
10 #include "assoc-iter.hh"
14 Header::TeX_string() const
18 s
+= "\\def\\LilyIdString{" + lily_id_str_
+ "}";
20 for (Assoc_iter
<String
, String
> i(*this); i
.ok(); i
++)
22 s
+= "\\def\\mudela" + i
.key() + "{" + i
.val() + "}";