X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fnote-head.hh;h=e5dee66a6103efe846687f7ba177db211579fbb5;hb=b4ba6444fc75af979d4c3e40a9e8db7fcd138ae9;hp=bbf747842e4e4086d70fe22f017bc8e5023afe4c;hpb=d9b43b93f2c885409bafdb157138158f65cc49aa;p=lilypond.git diff --git a/lily/include/note-head.hh b/lily/include/note-head.hh index bbf747842e..e5dee66a61 100644 --- a/lily/include/note-head.hh +++ b/lily/include/note-head.hh @@ -21,13 +21,13 @@ 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 (Interval, Grob*) ; + 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); - + static int get_balltype (Grob*) ; }; #endif // NOTEHEAD_HH