X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Ftuplet-number.cc;h=7e1993ecb4bafbd2add1425799d5e83d69a1ee5c;hb=ea9a554d6e26f957a8f65fd3a72e378b5fa556b5;hp=78697ca4b11cf1953eccfe2420b6a49c9cec4a5a;hpb=3cbf6c54f49b0a36c4819528dbbb836a5d0455c6;p=lilypond.git diff --git a/lily/tuplet-number.cc b/lily/tuplet-number.cc index 78697ca4b1..7e1993ecb4 100644 --- a/lily/tuplet-number.cc +++ b/lily/tuplet-number.cc @@ -1,10 +1,21 @@ /* - tuplet-number.cc -- implement Tuplet_number + This file is part of LilyPond, the GNU music typesetter. - source file of the GNU LilyPond music typesetter + Copyright (C) 2005--2010 Han-Wen Nienhuys - (c) 2005--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 "tuplet-bracket.hh" @@ -66,10 +77,10 @@ Tuplet_number::calc_cross_staff (SCM smob) } ADD_INTERFACE (Tuplet_number, - "The number for a bracket. " - , + "The number for a bracket.", /* properties */ "avoid-slur " // UGH. - "bracket "); + "bracket " + );