From 322b2cf4ce69542dbb2465ea010767dd6ba7056c Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:29:30 +0000 Subject: [PATCH] lilypond-0.0.30 --- hdr/lookup.hh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/hdr/lookup.hh b/hdr/lookup.hh index ac479b8549..540bf664f7 100644 --- a/hdr/lookup.hh +++ b/hdr/lookup.hh @@ -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); 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 &); -- 2.39.5