X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fslur-performer.cc;h=f57a9b7a38beb0062b3f6a8897814a29dddf93c4;hb=8de826c5d4fb89d1048c134f97aeea22c28124e4;hp=06024a5820d4faa99db7b65d8eae6c4353ae6e28;hpb=b7a0cffbf9d1069860368f289a5b50e9d1d90ba8;p=lilypond.git diff --git a/lily/slur-performer.cc b/lily/slur-performer.cc index 06024a5820..f57a9b7a38 100644 --- a/lily/slur-performer.cc +++ b/lily/slur-performer.cc @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 1996--2009 Jan Nieuwenhuizen + Copyright (C) 1996--2012 Jan Nieuwenhuizen LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -39,7 +39,7 @@ protected: void start_translation_timestep (); void process_music (); void set_melisma (bool); - + DECLARE_TRANSLATOR_LISTENER (slur); private: Stream_event *start_ev_; @@ -96,15 +96,15 @@ Slur_performer::listen_slur (Stream_event *ev) } ADD_TRANSLATOR (Slur_performer, - /* doc */ - "", + /* doc */ + "", - /* create */ - "", + /* create */ + "", - /* read */ - "", + /* read */ + "", - /* write */ - "" - ); + /* write */ + "" + );