]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/repeated-music.hh
Imported Upstream version 2.19.45
[lilypond.git] / lily / include / repeated-music.hh
index 92a278e90ce519d2b3a728d15041c1e33aa26c41..a346f6a388c7150d22e4872f9274fe0f8af59c7d 100644 (file)
@@ -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 <hanwen@xs4all.nl>
 
-  (c) 1999--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  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 <http://www.gnu.org/licenses/>.
 */
 
 #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);