]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 17 Apr 2002 15:25:54 +0000 (15:25 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 17 Apr 2002 15:25:54 +0000 (15:25 +0000)
lily/include/ligature-bracket.hh [new file with mode: 0644]

diff --git a/lily/include/ligature-bracket.hh b/lily/include/ligature-bracket.hh
new file mode 100644 (file)
index 0000000..355e1d7
--- /dev/null
@@ -0,0 +1,25 @@
+/*
+  ligature-bracket.hh -- part of GNU LilyPond
+
+  source file of the GNU LilyPond music typesetter
+  
+  (c) 2002 Juergen Reuter <reuter@ipd.uka.de>
+*/
+
+#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 */
+