]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.96
authorfred <fred>
Tue, 26 Mar 2002 23:57:16 +0000 (23:57 +0000)
committerfred <fred>
Tue, 26 Mar 2002 23:57:16 +0000 (23:57 +0000)
lily/include/arpeggio.hh

index 317027d999de7a0ff033eb5b996a21a6fb942856..08c5a98c685f27a6a8f6e30594c31b17397fed93 100644 (file)
 
 #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*);
 };