]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/note-head.hh
* lily/score.cc (Score): unprotect copy of Output_def. Plugs
[lilypond.git] / lily / include / note-head.hh
index 89d5667983addcc5f4b40555621ef26ac29d6e2a..1c7e12dd843d8bf1f4442791eb6eed7c7d121796 100644 (file)
 
 /** 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