From c99dfd99dad09d53e491362d8e5a22b6b1473de0 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:59:03 +0000 Subject: [PATCH] lilypond-0.1.22 --- lily/include/lookup.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.39.5