From: fred Date: Tue, 26 Mar 2002 23:57:16 +0000 (+0000) Subject: lilypond-1.3.96 X-Git-Tag: release/1.5.59~1241 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2fffaa021c1b9a6cca2e2482ad984105a539cb2e;p=lilypond.git lilypond-1.3.96 --- diff --git a/lily/include/arpeggio.hh b/lily/include/arpeggio.hh index 317027d999..08c5a98c68 100644 --- a/lily/include/arpeggio.hh +++ b/lily/include/arpeggio.hh @@ -11,11 +11,16 @@ #include "lily-guile.hh" #include "lily-proto.hh" +/* + properties: + stems -- list of stem objects, corresponding to the notes that the + arp has to be before. */ class Arpeggio { public: DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM)); + DECLARE_SCHEME_CALLBACK(width_callback, (SCM,SCM)); static bool has_interface (Score_element*); };