X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Farpeggio.hh;h=60313afdbeef7e729b00c202a31ab7bfab9c4ad9;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=08c5a98c685f27a6a8f6e30594c31b17397fed93;hpb=7249d131a7b58117ad502f17975af50ea4144a05;p=lilypond.git diff --git a/lily/include/arpeggio.hh b/lily/include/arpeggio.hh index 08c5a98c68..60313afdbe 100644 --- a/lily/include/arpeggio.hh +++ b/lily/include/arpeggio.hh @@ -1,27 +1,30 @@ /* arpegio.hh -- declare Arpeggio - + source file of the GNU LilyPond music typesetter - (c) 2000 Jan Nieuwenhuizen + (c) 2000--2008 Jan Nieuwenhuizen */ #ifndef ARPEGGIO_HH #define ARPEGGIO_HH -#include "lily-guile.hh" #include "lily-proto.hh" -/* - properties: +#include "grob-interface.hh" + - 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*); + static Grob *get_common_y (Grob *); + DECLARE_SCHEME_CALLBACK (print, (SCM)); + DECLARE_SCHEME_CALLBACK (calc_positions, (SCM)); + DECLARE_SCHEME_CALLBACK (brew_chord_bracket, (SCM)); + DECLARE_SCHEME_CALLBACK (brew_chord_slur, (SCM)); + DECLARE_SCHEME_CALLBACK (width, (SCM)); + DECLARE_SCHEME_CALLBACK (height, (SCM)); + DECLARE_SCHEME_CALLBACK (pure_height, (SCM, SCM, SCM)); + DECLARE_GROB_INTERFACE(); }; #endif /* ARPEGGIO_HH */