X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Frepeated-music.hh;h=a346f6a388c7150d22e4872f9274fe0f8af59c7d;hb=7d71f371e483a4a305fc16a2b3fbce879a464253;hp=818d1c822f83665b3881ab62cbca6b77a0e3bc5a;hpb=8cab78caa0db1ba14f2e52e4c1ddbb541ea0e5cb;p=lilypond.git diff --git a/lily/include/repeated-music.hh b/lily/include/repeated-music.hh index 818d1c822f..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--2009 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);