From 2fffaa021c1b9a6cca2e2482ad984105a539cb2e Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 26 Mar 2002 23:57:16 +0000 Subject: [PATCH] lilypond-1.3.96 --- lily/include/arpeggio.hh | 5 +++++ 1 file changed, 5 insertions(+) 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*); }; -- 2.39.5