X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fsustain-pedal.cc;h=8c0cbed08f08e2e1382f9e69791ff50af5ef071f;hb=d9b43b93f2c885409bafdb157138158f65cc49aa;hp=851fddb88a54ec4bf8e0dad73c3447bf698060fe;hpb=94189ec2b8da6d7e89dc619c646a927adead9b19;p=lilypond.git diff --git a/lily/sustain-pedal.cc b/lily/sustain-pedal.cc index 851fddb88a..8c0cbed08f 100644 --- a/lily/sustain-pedal.cc +++ b/lily/sustain-pedal.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2000--2001 Han-Wen Nienhuys + (c) 2000--2002 Han-Wen Nienhuys */ #include "grob.hh" @@ -30,11 +30,11 @@ struct Sustain_pedal { public: - DECLARE_SCHEME_CALLBACK(brew_molecule, (SCM)); + DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM)); }; -MAKE_SCHEME_CALLBACK(Sustain_pedal,brew_molecule,1); +MAKE_SCHEME_CALLBACK (Sustain_pedal,brew_molecule,1); SCM Sustain_pedal::brew_molecule (SCM smob) {