]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/note-head.hh
release: 1.5.48
[lilypond.git] / lily / include / note-head.hh
index e60679d67b6ab7007b6a34bb1f3fb4bd98149489..55a9aa0b5aaef3e8ee9e2e19f9899001342ae79a 100644 (file)
@@ -21,9 +21,9 @@ class Note_head
 {
 public:
   DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM ));
-  static Interval head_extent (Grob*,Axis);
-  static Molecule ledger_lines (Grob*, bool, int,Direction,Interval);
-  static Molecule ledger_line ( Grob*, Interval);
+  static Interval head_extent (Grob*, Axis);
+  static Molecule brew_ledger_lines (Grob *me, int pos, int interspaces,
+                                    Interval x_extent, bool take_space);
   DECLARE_SCHEME_CALLBACK (brew_ez_molecule, (SCM ));
   static bool has_interface (Grob*);
   static Real stem_attachment_coordinate (Grob *, Axis a);