X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fmusic-sequence.hh;h=0f82ba0f76084db29d090b95f22da4b0a86254cf;hb=c49a3e5b7af2a83e0f87c6f13fdd80673d926209;hp=2e54de4e6cb1c6205d1ba2acd7f9718432b39db9;hpb=a6a4b3fc2009f17a1a48cca0c11bfd3f38645937;p=lilypond.git diff --git a/lily/include/music-sequence.hh b/lily/include/music-sequence.hh index 2e54de4e6c..0f82ba0f76 100644 --- a/lily/include/music-sequence.hh +++ b/lily/include/music-sequence.hh @@ -1,9 +1,20 @@ /* - music-sequence.hh -- declare Music_sequence + This file is part of LilyPond, the GNU music typesetter. - source file of the GNU LilyPond music typesetter + Copyright (C) 2000--2012 Han-Wen Nienhuys - (c) 2000--2008 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 MUSIC_SEQUENCE_HH @@ -22,6 +33,7 @@ public: DECLARE_SCHEME_CALLBACK (first_start_callback, (SCM)); DECLARE_SCHEME_CALLBACK (simultaneous_relative_callback, (SCM, SCM)); DECLARE_SCHEME_CALLBACK (event_chord_relative_callback, (SCM, SCM)); + DECLARE_SCHEME_CALLBACK (repeated_chord_relative_callback, (SCM, SCM)); Pitch do_relative_octave (Pitch p, bool b);