]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 17 Apr 2002 16:06:52 +0000 (16:06 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 17 Apr 2002 16:06:52 +0000 (16:06 +0000)
lily/include/ligature-bracket.hh
lily/ligature-bracket.cc

index 355e1d745afab51e75e6fb07ec4d6ea956910ecb..74c6ca95a29b888bf84053e429075a2ff71abe90 100644 (file)
@@ -17,6 +17,7 @@ class Ligature_bracket
 public:
   Ligature_bracket (SCM);
   DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM ));
+  static bool has_interface (Grob*);
 
 private:
 };
index e63c4cdf9d5f37ee8024f371992d288d0e353e18..ec1e20c3bd73d74d7b4d7a1cf284ec9a7053847e 100644 (file)
@@ -144,3 +144,6 @@ Ligature_bracket::brew_molecule (SCM smob)
   return bracket.smobbed_copy ();
 }
 
+ADD_INTERFACE(Ligature_bracket, "ligature-bracket-interface",
+             "",
+             "width height");