]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/melody-spanner.hh
Imported Upstream version 2.16.0
[lilypond.git] / lily / include / melody-spanner.hh
index bcfab163e52b6c3f623d3c313c8467884f74accd..7a441b31a909371d0461a5443495b76d42af58a4 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2005--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 2005--2012 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
@@ -26,9 +26,9 @@
 class Melody_spanner
 {
 public:
-  DECLARE_GROB_INTERFACE();
-  static void add_stem (Grob*, Grob*);
-  DECLARE_SCHEME_CALLBACK(calc_neutral_stem_direction, (SCM));
+  DECLARE_GROB_INTERFACE ();
+  static void add_stem (Grob *, Grob *);
+  DECLARE_SCHEME_CALLBACK (calc_neutral_stem_direction, (SCM));
 };
 
 #endif /* MELODY_SPANNER_HH */