X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fmusic-sequence.hh;h=ad47f72bdc72c8fb6e5b6eb0590f45fc51044406;hb=47db9a3883d726ca53e2133a3b2298f78dd6a32e;hp=0f82ba0f76084db29d090b95f22da4b0a86254cf;hpb=d61cf3bbdb1c6670a127ba3baddf2f04d3e34fd3;p=lilypond.git diff --git a/lily/include/music-sequence.hh b/lily/include/music-sequence.hh index 0f82ba0f76..ad47f72bdc 100644 --- a/lily/include/music-sequence.hh +++ b/lily/include/music-sequence.hh @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 2000--2012 Han-Wen Nienhuys + Copyright (C) 2000--2015 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 @@ -29,11 +29,11 @@ struct Music_sequence public: DECLARE_SCHEME_CALLBACK (cumulative_length_callback, (SCM)); DECLARE_SCHEME_CALLBACK (maximum_length_callback, (SCM)); + DECLARE_SCHEME_CALLBACK (event_chord_length_callback, (SCM)); DECLARE_SCHEME_CALLBACK (minimum_start_callback, (SCM)); 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);