]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/note-head.hh
* The grand 2005-2006 replace.
[lilypond.git] / lily / include / note-head.hh
index 478ed07baa49821fcca59ab2d264eead212f887d..263ed5376f7c757587bd9c059603a26f448c079a 100644 (file)
@@ -1,7 +1,7 @@
 /*
   note-head.hh -- part of GNU LilyPond
 
-  (c) 1996--2005 Han-Wen Nienhuys
+  (c) 1996--2006 Han-Wen Nienhuys
 */
 
 #ifndef NOTEHEAD_HH
@@ -21,7 +21,7 @@ class Note_head
 public:
   DECLARE_SCHEME_CALLBACK (print, (SCM));
   DECLARE_SCHEME_CALLBACK (brew_ez_stencil, (SCM));
-  DECLARE_SCHEME_CALLBACK (stem_x_shift, (SCM, SCM));
+  DECLARE_SCHEME_CALLBACK (stem_x_shift, (SCM));
   DECLARE_SCHEME_CALLBACK (calc_stem_attachment, (SCM));
   static bool has_interface (Grob *);
   static Real stem_attachment_coordinate (Grob *, Axis a);