From 8f99e6df74a2a4f82d88f0884a88ca6342f1e03b Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Sun, 10 Jul 2005 11:23:23 +0000 Subject: [PATCH] (Music_wrapper): use start_callback_proc (not length_callback_proc) for start_callback_. This fixes grace notes at the start of music wrappers. --- ChangeLog | 6 ++++++ lily/music-wrapper.cc | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c2d92ecfa1..87209404eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-07-10 Han-Wen Nienhuys + + * lily/music-wrapper.cc (Music_wrapper): use start_callback_proc + (not length_callback_proc) for start_callback_. This fixes grace + notes at the start of music wrappers. + 2005-07-08 Han-Wen Nienhuys * po/{de,fr}.po: update. diff --git a/lily/music-wrapper.cc b/lily/music-wrapper.cc index 7106707d5a..18fe4665cd 100644 --- a/lily/music-wrapper.cc +++ b/lily/music-wrapper.cc @@ -14,7 +14,7 @@ Music_wrapper::Music_wrapper (SCM x) if (!ly_c_procedure_p (length_callback_)) length_callback_ = length_callback_proc; if (!ly_c_procedure_p (start_callback_)) - start_callback_ = length_callback_proc; + start_callback_ = start_callback_proc; } MAKE_SCHEME_CALLBACK (Music_wrapper, start_callback, 1); -- 2.39.5