From: fred Date: Tue, 26 Mar 2002 23:57:03 +0000 (+0000) Subject: lilypond-1.3.95 X-Git-Tag: release/1.5.59~1253 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=fa875805c9032fc26ed6879936f50467b6a91324;p=lilypond.git lilypond-1.3.95 --- diff --git a/lily/include/arpeggio.hh b/lily/include/arpeggio.hh new file mode 100644 index 0000000000..317027d999 --- /dev/null +++ b/lily/include/arpeggio.hh @@ -0,0 +1,23 @@ +/* + arpegio.hh -- declare Arpeggio + + source file of the GNU LilyPond music typesetter + + (c) 2000 Jan Nieuwenhuizen +*/ + +#ifndef ARPEGGIO_HH +#define ARPEGGIO_HH + +#include "lily-guile.hh" +#include "lily-proto.hh" + +class Arpeggio +{ +public: + DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM)); + static bool has_interface (Score_element*); +}; + +#endif /* ARPEGGIO_HH */ + diff --git a/lily/include/span-arpeggio.hh b/lily/include/span-arpeggio.hh new file mode 100644 index 0000000000..a494fbeb26 --- /dev/null +++ b/lily/include/span-arpeggio.hh @@ -0,0 +1,24 @@ +/* + span-arpegio.hh -- declare Span_arpeggio + + source file of the GNU LilyPond music typesetter + + (c) 2000 Jan Nieuwenhuizen +*/ + +#ifndef SPAN_ARPEGGIO_HH +#define SPAN_ARPEGGIO_HH + +#include "lily-guile.hh" +#include "lily-proto.hh" +#include "interval.hh" + +class Span_arpeggio +{ +public: + DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM)); + static bool has_interface (Score_element*); +}; + +#endif /* SPAN_ARPEGGIO_HH */ + diff --git a/lily/span-bar.cc b/lily/span-bar.cc index 6f04809e74..189b54ff99 100644 --- a/lily/span-bar.cc +++ b/lily/span-bar.cc @@ -145,6 +145,7 @@ Span_bar::get_bar_size (SCM smob) } return gh_double2scm (iv.length ()); } + void Span_bar::set_interface (Score_element *me) {