]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.22
authorfred <fred>
Sun, 24 Mar 2002 19:59:03 +0000 (19:59 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:59:03 +0000 (19:59 +0000)
lily/include/lookup.hh

index 96cd46e6b707186778e1407a22bd867629d4c8a3..d4f8663c35dbdda5a4091a6089cc0bfdbb4779b8 100644 (file)
@@ -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;