2 ps-plet.cc -- implement Lookup::*plet
4 source file of the GNU LilyPond music typesetter
6 (c) 1997--1998 Jan Nieuwenhuizen <janneke@gnu.org>
13 #include "molecule.hh"
14 #include "dimension.hh"
16 #include "paper-def.hh"
17 #include "string-convert.hh"
20 Lookup::plet (Real dy
, Real dx
, Direction dir
) const
22 String ps
= "\\embeddedps{\n";
24 ps
+= String_convert::double_str (dx
) + " "
25 + String_convert::double_str (dy
) + " "
26 + String_convert::int_str ((int)dir
) +