From: fred Date: Sun, 24 Mar 2002 19:59:03 +0000 (+0000) Subject: lilypond-0.1.22 X-Git-Tag: release/1.5.59~3809 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c99dfd99dad09d53e491362d8e5a22b6b1473de0;p=lilypond.git lilypond-0.1.22 --- diff --git a/lily/include/lookup.hh b/lily/include/lookup.hh index 96cd46e6b7..d4f8663c35 100644 --- a/lily/include/lookup.hh +++ b/lily/include/lookup.hh @@ -24,7 +24,7 @@ struct Lookup { void add (String, Symtable*); void print() const; - Atom linestaff (int n, Real w) const; + Atom linestaff (int n, Real ss, Real w) const; Atom fill (Box b) const; Atom beam_element (int,int,Real=0) const; @@ -49,7 +49,7 @@ struct Lookup { Atom clef (String) const; Atom bar (String, Real height) const; - Atom dots (int) const; + Atom dots () const; Atom slur (int dy, Real &dx, Direction dir) const; Atom half_slur (int dy, Real &dx, Direction dir, int xpart) const; Atom half_slur_middlepart (Real &dx, Direction dir) const;