]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/fingering-column.hh
Release: bump Welcome versions.
[lilypond.git] / lily / include / fingering-column.hh
index 6d6bef2376c9daeb109217a8886ea72efb6e114f..f422da99ebe7444dc21e89e23a110ddd3fea4ddd 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1999--2012 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 1999--2015 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -28,7 +28,8 @@ struct Fingering_column
 {
   static void add_fingering (Grob *, Grob *);
   DECLARE_SCHEME_CALLBACK (calc_positioning_done, (SCM));
-  DECLARE_GROB_INTERFACE ();
+  static void do_x_positioning (Grob *me);
+  static void do_y_positioning (Grob *me);
 };
 
 #endif /* FINGERING_COLUMN_HH */