]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/tex-lookup.hh
release: 1.0.17
[lilypond.git] / lily / include / tex-lookup.hh
index 5f812088aff978b24c202bb890de6189d7c755e1..cdb9839fcc5f3c685b0b4648be8a2e42e0892816 100644 (file)
@@ -20,8 +20,9 @@ public:
   Tex_lookup (Symtables const& s);
   virtual ~Tex_lookup();
 
-  virtual Atom afm_find (String s, bool warn=false) const;
+  virtual Atom afm_find (String s) const;
   virtual String character_str (int i) const;
+  virtual Atom dashed_slur (Array<Offset> controls, Real thick, Real dash) const;
   virtual Atom* atom_p (String, int, Box) const;
   Atom embed (Atom a) const;
   virtual Atom hairpin (Real width, bool decresc, bool continued) const;