]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/lookup.hh
release: 1.1.55
[lilypond.git] / lily / include / lookup.hh
index 1d1d96c369445ed88a12c77e7d58ab1070c52d99..b7fcda070618dc6cfa87fb35322f81998e059805 100644 (file)
@@ -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<Offset> controls) const;
+  Molecule slur (Array<Offset> 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;