From 6e254587d3f3de092e8faea9986a27afb4723e49 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Wed, 17 Apr 2002 15:25:54 +0000 Subject: [PATCH] *** empty log message *** --- lily/include/ligature-bracket.hh | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 lily/include/ligature-bracket.hh 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 */ + -- 2.39.5