X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Flyric-performer.cc;h=3fd9900e7e97d18ae2ce0e72cce57fbafc080815;hb=0942948dca35950b6e9cd3529ada31c38360e184;hp=decb4c9c6c6f5511debef38eccca03dbd51aae5e;hpb=1c846b2c2348b4e0ca4a3c2e8fb267047ba2d203;p=lilypond.git diff --git a/lily/lyric-performer.cc b/lily/lyric-performer.cc index decb4c9c6c..3fd9900e7e 100644 --- a/lily/lyric-performer.cc +++ b/lily/lyric-performer.cc @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 1997--2011 Jan Nieuwenhuizen + Copyright (C) 1997--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 @@ -50,7 +50,7 @@ Lyric_performer::process_music () && ly_scm2string (events_[0]->get_property ("text")).length ()) { audio_ = new Audio_text (Audio_text::LYRIC, - ly_scm2string (events_[0]->get_property ("text"))); + ly_scm2string (events_[0]->get_property ("text"))); Audio_element_info info (audio_, events_[0]); announce_element (info); } @@ -75,15 +75,15 @@ Lyric_performer::listen_lyric (Stream_event *event) } ADD_TRANSLATOR (Lyric_performer, - /* doc */ - "", + /* doc */ + "", - /* create */ - "", + /* create */ + "", - /* read */ - "", + /* read */ + "", - /* write */ - "" - ); + /* write */ + "" + );