]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/ps-plet.cc
patch::: 1.0.12.jcn2: opniewvisite
[lilypond.git] / lily / ps-plet.cc
index 47819d220317da655ad8730ec339b9122dc47d0b..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -1,32 +0,0 @@
-/*
-  ps-plet.cc -- implement Lookup::*plet
-
-  source file of the GNU LilyPond music typesetter
-
-  (c)  1997--1998 Jan Nieuwenhuizen <janneke@gnu.org>
-*/
-
-#include <math.h>
-#include "main.hh"
-#include "misc.hh"
-#include "lookup.hh"
-#include "molecule.hh"
-#include "dimension.hh"
-#include "debug.hh"
-#include "paper-def.hh"
-#include "string-convert.hh"
-
-Atom
-Lookup::plet (Real dy , Real dx, Direction dir) const
-{
-  String ps = "\\embeddedps{\n";
-  
-  ps += String_convert::double_str (dx) + " " 
-    + String_convert::double_str (dy) + " "
-    + String_convert::int_str ((int)dir) +
-    " draw_plet}";
-
-  Atom s;
-  s.tex_ = ps;
-  return s;
-}