X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fdefault-bar-line-engraver.cc;h=c5680c3089e8853d8b2764b0440f6c902f22a9e5;hb=bc95f4434f760d41191341ab4508b2064eb19025;hp=8d78a2c9484850f147f184ce4a89dca49fea307a;hpb=75eebcb49e52d296b1da3e1074e0825d2c780db4;p=lilypond.git diff --git a/lily/default-bar-line-engraver.cc b/lily/default-bar-line-engraver.cc index 8d78a2c948..c5680c3089 100644 --- a/lily/default-bar-line-engraver.cc +++ b/lily/default-bar-line-engraver.cc @@ -1,9 +1,20 @@ /* - timing-engraver.cc -- implement Default_bar_line_engraver + This file is part of LilyPond, the GNU music typesetter. - source file of the GNU LilyPond music typesetter + Copyright (C) 1997--2010 Han-Wen Nienhuys - (c) 1997--2006 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 "engraver.hh" @@ -28,14 +39,13 @@ public: #include "translator.icc" ADD_TRANSLATOR (Default_bar_line_engraver, - "This engraver determines what kind of automatic bar " - "lines should be produced, " - "and sets @code{whichBar} " - "accordingly. It should be at the same " - "level as @ref{Timing_translator}. ", + /* doc */ + "This engraver determines what kind of automatic bar lines" + " should be produced, and sets @code{whichBar} accordingly." + " It should be at the same level as @ref{Timing_translator}.", - /* create */ "", - /* accept */ "", + /* create */ + "", /* read */ "automaticBars " @@ -45,7 +55,9 @@ ADD_TRANSLATOR (Default_bar_line_engraver, "whichBar " "measurePosition ", - /* write */ "automaticBars"); + /* write */ + "automaticBars " + ); Default_bar_line_engraver::Default_bar_line_engraver () {