X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fmelody-spanner.hh;h=7a441b31a909371d0461a5443495b76d42af58a4;hb=c924aab690820bb69bec043608b4a7b46023bafb;hp=b68393481a3888722f9ac517a960f9a4466ba157;hpb=a6bd229f7fe1dc4a03478e14ccc0c0c66b225061;p=lilypond.git diff --git a/lily/include/melody-spanner.hh b/lily/include/melody-spanner.hh index b68393481a..7a441b31a9 100644 --- a/lily/include/melody-spanner.hh +++ b/lily/include/melody-spanner.hh @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 2005--2010 Han-Wen Nienhuys + Copyright (C) 2005--2012 Han-Wen Nienhuys 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 */