X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fduration.hh;h=a7efb98eab5647bffb6502aeeb10328a0518f3f8;hb=cc6bf9259bf0d1ec37dfdc4104961519dc9bff7a;hp=0914e754e3171ae1e28f958d74558159eb4577b2;hpb=f4d01d39bd08b206b237f9b2ace76976e02a957f;p=lilypond.git diff --git a/lily/include/duration.hh b/lily/include/duration.hh index 0914e754e3..a7efb98eab 100644 --- a/lily/include/duration.hh +++ b/lily/include/duration.hh @@ -1,9 +1,20 @@ /* - duration.hh -- declare Duration + This file is part of LilyPond, the GNU music typesetter. - source file of the LilyPond music typesetter + Copyright (C) 1997--2012 Jan Nieuwenhuizen - (c) 1997--2007 Jan Nieuwenhuizen + 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 . */ #ifndef DURATION_HH @@ -45,5 +56,7 @@ private: INSTANTIATE_COMPARE (Duration, Duration::compare); DECLARE_UNSMOB (Duration, duration); +extern SCM Duration_type_p_proc; + #endif // DURATION_HH