X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fstaff-collecting-engraver.cc;h=2ff2b79cafcb68b1f9c4a6cf19bb7aab9792bd9f;hb=207f71b8b2ab9ca550e841615bedce393e652ca6;hp=feda839ee0c3ca6fa568cd07a0d98f8d01656b05;hpb=b7a0cffbf9d1069860368f289a5b50e9d1d90ba8;p=lilypond.git diff --git a/lily/staff-collecting-engraver.cc b/lily/staff-collecting-engraver.cc index feda839ee0..2ff2b79caf 100644 --- a/lily/staff-collecting-engraver.cc +++ b/lily/staff-collecting-engraver.cc @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 2001--2009 Han-Wen Nienhuys + Copyright (C) 2001--2015 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 @@ -58,15 +58,15 @@ ADD_ACKNOWLEDGER (Staff_collecting_engraver, staff_symbol); ADD_END_ACKNOWLEDGER (Staff_collecting_engraver, staff_symbol); ADD_TRANSLATOR (Staff_collecting_engraver, - /* doc */ - "Maintain the @code{stavesFound} variable.", + /* doc */ + "Maintain the @code{stavesFound} variable.", - /* create */ - "", + /* create */ + "", - /* read */ - "stavesFound ", + /* read */ + "stavesFound ", - /* write */ - "stavesFound " - ); + /* write */ + "stavesFound " + );