]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/timing-translator.cc
Doc-es: update Wind and World.
[lilypond.git] / lily / timing-translator.cc
index a813957d04726684ca28b1a7218f436fa2d5eba8..1252c2e577dca1db80cebb4059651deb289b3635 100644 (file)
@@ -1,10 +1,20 @@
 /*
-  timing-translator.cc -- implement Timing_translator
+  This file is part of LilyPond, the GNU music typesetter.
 
+  Copyright (C) 1997--2010 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
-  source file of the GNU LilyPond music typesetter
+  LilyPond is free software: you can redistribute it and/or modify
+  it under the terms of the GNU General Public License as published by
+  the Free Software Foundation, either version 3 of the License, or
+  (at your option) any later version.
 
-  (c) 1997--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  LilyPond is distributed in the hope that it will be useful,
+  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+  GNU General Public License for more details.
+
+  You should have received a copy of the GNU General Public License
+  along with LilyPond.  If not, see <http://www.gnu.org/licenses/>.
 */
 
 #include "timing-translator.hh"
@@ -125,11 +135,11 @@ Timing_translator::start_translation_timestep ()
 
 ADD_TRANSLATOR (Timing_translator,
                /* doc */
-               "This engraver adds the alias @code{Timing} to its containing "
-               "context.  Responsible for synchronizing timing information "
-               "from staves.  Normally in @code{Score}.  In order to create "
-               "polyrhythmic music, this engraver should be removed from "
-               "@code{Score} and placed in @code{Staff}.",
+               "This engraver adds the alias @code{Timing} to its containing"
+               " context.  Responsible for synchronizing timing information"
+               " from staves.  Normally in @code{Score}.  In order to create"
+               " polyrhythmic music, this engraver should be removed from"
+               " @code{Score} and placed in @code{Staff}.",
 
                /* create */
                "",