]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/lookup.hh
release: 1.0.17
[lilypond.git] / lily / include / lookup.hh
index ab761ac955940f58a89986db84edc735d0e0efe7..7efe60bb7e5c03fa4d4d06e7a2c32455c0a887ba 100644 (file)
@@ -31,8 +31,8 @@ public:
   
   Atom accidental (int) const;
   void add (String, Symtable*);
-  virtual Atom afm_find (String s, bool warn=true) const = 0;
-  Atom afm_find (String, String, bool warn=true) const;
+  virtual Atom afm_find (String s) const = 0;
+  Atom afm_find (String, String) const;
   virtual Atom* atom_p (String, int, Box) const = 0;
   Atom ball (int) const;
   Atom bar (String, Real height) const;
@@ -40,7 +40,7 @@ public:
   Atom beam (Real,Real, Real) const;
   virtual String character_str (int i) const;
   Atom clef (String) const;
-  virtual Atom dashed_slur (Array<Offset> controls, Real thick, Real dash) const;
+  virtual Atom dashed_slur (Array<Offset> controls, Real thick, Real dash) const = 0;
   Atom dots () const;
   Atom dynamic (String) const;
   Atom fill (Box b) const;