X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fnote-head.hh;h=1c7e12dd843d8bf1f4442791eb6eed7c7d121796;hb=1cd3b2484a4095d4e3fb6422dbc695a1a1219eea;hp=89d5667983addcc5f4b40555621ef26ac29d6e2a;hpb=e24df7c27635dc996c466295eacf2981bddccaf7;p=lilypond.git diff --git a/lily/include/note-head.hh b/lily/include/note-head.hh index 89d5667983..1c7e12dd84 100644 --- a/lily/include/note-head.hh +++ b/lily/include/note-head.hh @@ -11,20 +11,20 @@ /** ball at the end of the stem. Also takes care of ledger lines. - NoteHead is a kind of RhythmicHead, see there. +NoteHead is a kind of RhythmicHead, see there. - Read-only: +Read-only: */ -class Note_head +class Note_head { public: - DECLARE_SCHEME_CALLBACK (print, (SCM )); + DECLARE_SCHEME_CALLBACK (print, (SCM)); DECLARE_SCHEME_CALLBACK (brew_ez_stencil, (SCM)); - DECLARE_SCHEME_CALLBACK (extent, (SCM,SCM)); - static bool has_interface (Grob*); + DECLARE_SCHEME_CALLBACK (extent, (SCM, SCM)); + static bool has_interface (Grob *); static Real stem_attachment_coordinate (Grob *, Axis a); - static int get_balltype (Grob*) ; + static int get_balltype (Grob *); }; #endif // NOTEHEAD_HH