]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/lookup.hh
release: 1.0.18
[lilypond.git] / lily / include / lookup.hh
index 2e1997cfc1fdf69bee1894ad1acd98c1d5075efa..7efe60bb7e5c03fa4d4d06e7a2c32455c0a887ba 100644 (file)
@@ -29,10 +29,10 @@ public:
   Lookup (Symtables const&);
   virtual ~Lookup ();
   
-  Atom accidental (int,bool) const;
+  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;