X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Frepeated-music.hh;h=a346f6a388c7150d22e4872f9274fe0f8af59c7d;hb=daeadc4fd2d0e4e9df4113b2204bf792b4e37703;hp=9d17bf1a05c3a24ee55bc1c561459c15299e7d12;hpb=545092a25d8ca41dc90b87482474b3719f7130a9;p=lilypond.git diff --git a/lily/include/repeated-music.hh b/lily/include/repeated-music.hh index 9d17bf1a05..a346f6a388 100644 --- a/lily/include/repeated-music.hh +++ b/lily/include/repeated-music.hh @@ -1,9 +1,20 @@ /* - repeated-music.hh -- declare Repeated_music + This file is part of LilyPond, the GNU music typesetter. - source file of the GNU LilyPond music typesetter + Copyright (C) 1999--2015 Han-Wen Nienhuys - (c) 1999--2005 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 . */ #ifndef REPEATED_MUSIC_HH @@ -51,7 +62,6 @@ public: /* How often do we repeat? */ static int repeat_count (Music *); - DECLARE_SCHEME_CALLBACK (relative_callback, (SCM, SCM)); static Moment body_get_length (Music *); static Moment alternatives_get_length (Music *, bool fold);