X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fmensural-ligature.cc;h=ca0fe9b039174c2131c2b9f244e22ad6576cfa6b;hb=b950bfac562447bf1870db4bfcbaa9ecbd3e1c0e;hp=1670de902b965df5c51bb1ed5cc40829bb62411e;hpb=7f3f0083f89d87c5ed0422858e9648fc759e98a4;p=lilypond.git diff --git a/lily/mensural-ligature.cc b/lily/mensural-ligature.cc index 1670de902b..ca0fe9b039 100644 --- a/lily/mensural-ligature.cc +++ b/lily/mensural-ligature.cc @@ -1,10 +1,21 @@ /* - mensural-ligature.cc -- implement Mensural_ligature + This file is part of LilyPond, the GNU music typesetter. - source file of the GNU LilyPond music typesetter - - (c) 2002--2008 Juergen Reuter , + Copyright (C) 2002--2010 Juergen Reuter , Pal Benko + + 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 "mensural-ligature.hh" @@ -94,8 +105,8 @@ internal_brew_primitive (Grob *me) SCM primitive_scm = me->get_property ("primitive"); if (primitive_scm == SCM_EOL) { - programming_error ("Mensural_ligature: " - "undefined primitive -> ignoring grob"); + programming_error ("Mensural_ligature:" + " undefined primitive -> ignoring grob"); return Lookup::blank (Box (Interval (0, 0), Interval (0, 0))); } int primitive = scm_to_int (primitive_scm); @@ -138,8 +149,8 @@ internal_brew_primitive (Grob *me) out = brew_flexa (me, delta_pitch, false, width, thickness); break; default: - programming_error (_ ("Mensural_ligature: " - "unexpected case fall-through")); + programming_error (_ ("Mensural_ligature:" + " unexpected case fall-through")); return Lookup::blank (Box (Interval (0, 0), Interval (0, 0))); }