]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/tex-lookup.cc
release: 1.0.17
[lilypond.git] / lily / tex-lookup.cc
index 38826066297e9da6297f12cf3f6c05a01a38d13e..4f10886e117fb6b6564d5ea1618df7e1a0cc76fa 100644 (file)
@@ -42,9 +42,9 @@ Tex_lookup::~Tex_lookup()
 }
 
 Atom
-Tex_lookup::afm_find (String s, bool warn) const
+Tex_lookup::afm_find (String s) const
 {
-  return Lookup::afm_find (s, String ("\\char%d"), warn);
+  return Lookup::afm_find (s, String ("\\char%d"));
 }
 
 Atom*
@@ -63,6 +63,12 @@ Tex_lookup::character_str (int i) const
   return Lookup::character_str (i);
 }
 
+Atom
+Tex_lookup::dashed_slur (Array<Offset> controls, Real thick, Real dash) const
+{
+  return embed (Ps_lookup::dashed_slur (controls, thick, dash));
+}
+
 Atom
 Tex_lookup::embed (Atom a) const
 {