]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/porrectus.hh
* lily/parser.yy (command_element): move clef stuff into Scheme.
[lilypond.git] / lily / include / porrectus.hh
index 9fa037ab9c344950e7f894d67b9450caf27edf36..453471f66a40611397be7443698c792f47f972d6 100644 (file)
@@ -22,6 +22,7 @@ public:
   static void set_right_head (Grob *, Item *);
   static Item *get_right_head (Grob *);
   DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM));
+  static bool has_interface (Grob*);
 
 private:
   static Molecule brew_vaticana_molecule (Item *, Real,
@@ -30,8 +31,6 @@ private:
   static Molecule brew_mensural_molecule (Item *, Real,
                                          bool, Real, Real,
                                          bool, Direction);
-  static Molecule brew_bezier_sandwich (Bezier, Bezier);
-  static Molecule brew_horizontal_slope (Real, Real, Real);
   static Molecule create_ledger_line (Interval, Grob *);
   static Molecule create_streepjes (Grob *, int, int, Interval);
 };