]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/lookup.hh
release: 1.0.13
[lilypond.git] / lily / include / lookup.hh
index 3993b9e9a7121f2e0d4533c28d102e58c16aec3c..a1bedc7a24769668d43e518212dbd3494bec9b3a 100644 (file)
@@ -31,7 +31,7 @@ public:
   Atom accidental (int) const;
   void add (String, Symtable*);
   virtual Atom afm_find (String s) const = 0;
-  Atom afm_find (String, String) const; 
+  Atom afm_find (String, String) const;
   Atom ball (int) const;
   Atom bar (String, Real height) const;
   Atom beam (Real,Real, Real) const;
@@ -55,7 +55,7 @@ public:
   Atom text (String style, String text) const;
   Atom vbrace (Real &dy) const;
   virtual Atom vbracket (Real &dy) const = 0;
-  Atom special_time_signature (String) const;
+  Atom special_time_signature (String, Array<Scalar>) const;
   Atom time_signature (Array<Scalar>) const;
 
   Paper_def * paper_l_;