From: Han-Wen Nienhuys Date: Wed, 17 Apr 2002 15:25:54 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release/1.5.53~11 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6e254587d3f3de092e8faea9986a27afb4723e49;p=lilypond.git *** empty log message *** --- diff --git a/lily/include/ligature-bracket.hh b/lily/include/ligature-bracket.hh new file mode 100644 index 0000000000..355e1d745a --- /dev/null +++ b/lily/include/ligature-bracket.hh @@ -0,0 +1,25 @@ +/* + ligature-bracket.hh -- part of GNU LilyPond + + source file of the GNU LilyPond music typesetter + + (c) 2002 Juergen Reuter +*/ + +#ifndef LIGATURE_BRACKET_HH +#define LIGATURE_BRACKET_HH + +#include "lily-proto.hh" +#include "lily-guile.hh" + +class Ligature_bracket +{ +public: + Ligature_bracket (SCM); + DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM )); + +private: +}; + +#endif /* LIGATURE_BRACKET_HH */ +