]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/ligature-bracket.hh
* lily/parser.yy (command_element): move clef stuff into Scheme.
[lilypond.git] / lily / include / ligature-bracket.hh
index 74c6ca95a29b888bf84053e429075a2ff71abe90..696e9fbe49efd18be8ae7d5fdc1c8c9dc7408ba2 100644 (file)
 #include "lily-proto.hh"
 #include "lily-guile.hh"
 
-class Ligature_bracket
+struct Ligature_bracket
 {
-public:
-  Ligature_bracket (SCM);
   DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM ));
   static bool has_interface (Grob*);
-
-private:
 };
 
 #endif /* LIGATURE_BRACKET_HH */