]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.30
authorfred <fred>
Sun, 24 Mar 2002 19:29:30 +0000 (19:29 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:29:30 +0000 (19:29 +0000)
hdr/lookup.hh

index ac479b8549b3db534f899c04de87956b7fc1514e..540bf664f7eb2160100604d7c88fd8087d147e28 100644 (file)
@@ -11,7 +11,7 @@
 struct Lookup {
     Symtables *symtables_;
     String texsetting;
-    /****************/
+    /* *************** */
     void add(String, Symtable*);
 
     Real internote();
@@ -19,14 +19,16 @@ struct Lookup {
     Symbol linestaff(int n, Real w);
     Symbol fill(Box b);
     Symbol beam_element(int,int,Real=0);
+
     /// round slope to closest TeXslope
     Symbol beam(Real&,Real);
-    Symbol streepjes(int pos);
+
     /**
       pos == 3 : 3 lines above staff (extending below note)
 
       pos == -3: below staff
       */
+    Symbol streepjes(int pos);
 
     Symbol meter(Array<Scalar>);
     Symbol stem(Real y1_pos, Real y2_pos);
@@ -44,7 +46,7 @@ struct Lookup {
     Symbol big_slur(int dy, Real &dx, int dir);
     Symbol text(String style, String text, int align = 1);
     Symbol script(String idx);
-
+    Symbol hairpin(Real & width, bool decresc);
 
     Lookup();
     Lookup(Lookup const &);