X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fscore-engraver.cc;h=0f853030b48abcde554531075864cc94ef671543;hb=1250bccd52cc74203c10f7815008bd47635fcf83;hp=746701722f28f5d281bd7082b59c5e3bb7b7203b;hpb=fcc5f76615e024803904a055902fdc6a3b24dccb;p=lilypond.git diff --git a/lily/score-engraver.cc b/lily/score-engraver.cc index 746701722f..0f853030b4 100644 --- a/lily/score-engraver.cc +++ b/lily/score-engraver.cc @@ -1,9 +1,20 @@ /* - score-engraver.cc -- implement Score_engraver + This file is part of LilyPond, the GNU music typesetter. - source file of the GNU LilyPond music typesetter + Copyright (C) 1997--2009 Han-Wen Nienhuys - (c) 1997--2007 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 + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + 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 . */ #include "score-engraver.hh" @@ -171,18 +182,18 @@ Score_engraver::typeset_all () ADD_TRANSLATOR_GROUP (Score_engraver, /* doc */ - "The top-level engraver. Takes care of generating " - "columns and the complete system (i.e., " - "@code{System}).\n" + "The top-level engraver. Takes care of generating" + " columns and the complete system (i.e.," + " @code{System}).\n" "\n" - "This engraver decides whether a column is breakable. " - "The default is that a column is always breakable. " - "However, every @code{Bar_engraver} that does not have " - "a bar line at a certain point sets @code{forbidBreaks} " - "to stop line breaks. In practice, this means that you " - "can make a break point by creating a bar line " - "(assuming that there are no beams or notes that " - "prevent a break point).", + "This engraver decides whether a column is breakable." + " The default is that a column is always breakable." + " However, every @code{Bar_engraver} that does not have" + " a bar line at a certain point sets @code{forbidBreaks}" + " to stop line breaks. In practice, this means that you" + " can make a break point by creating a bar line" + " (assuming that there are no beams or notes that" + " prevent a break point).", /* create */ "System ",