X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=blobdiff_plain;f=lily%2Finclude%2Flookup.hh;h=b7fcda070618dc6cfa87fb35322f81998e059805;hb=d960ed4a0412af65d03a876152dce51fa35d766c;hp=1d1d96c369445ed88a12c77e7d58ab1070c52d99;hpb=c0c6d3c94c67e65cd90a3f5a746faec73823b981;p=lilypond.git diff --git a/lily/include/lookup.hh b/lily/include/lookup.hh index 1d1d96c369..b7fcda0706 100644 --- a/lily/include/lookup.hh +++ b/lily/include/lookup.hh @@ -38,13 +38,13 @@ public: Molecule ledger_line (Interval) const; Molecule fill (Box b) const; Molecule filledbox (Box b) const; - Molecule hairpin (Real width, Real height, bool decresc, bool continued) const; + Molecule hairpin (Real width, Real height, Real thick, bool decresc, bool continued) const; Molecule tuplet_bracket (Real dy, Real dx, Real gap, Real thick,Real interline, Direction dir) const; Molecule rest (int, bool outside, String) const; Molecule accordion (SCM arg, Real interline_f) const; - Molecule slur (Array controls) const; + Molecule slur (Array controls, Real thick) const; Molecule text (String style, String text, Paper_def*) const; - Molecule staff_brace (Real dy) const; + Molecule staff_brace (Real dy, int) const; Molecule staff_bracket (Real dy) const; Molecule volta (Real h, Real w, Real thick, bool last_b) const; Molecule special_time_signature (String, int,int, Paper_def*) const;