]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/fingering-column.hh
Run grand replace for 2015.
[lilypond.git] / lily / include / fingering-column.hh
index 6d6bef2376c9daeb109217a8886ea72efb6e114f..e7d47c0b43fc6f9d005b62a88fca0488e6129f20 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
@@ -29,6 +29,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 */