From e34e22ca0066617732a35aba56b06f34cd46a1c6 Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Fri, 21 Oct 2011 23:11:07 +0200 Subject: [PATCH] Avoid followup error for \endSpanners --- ly/music-functions-init.ly | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ly/music-functions-init.ly b/ly/music-functions-init.ly index 32b4614ee2..185ee7be38 100644 --- a/ly/music-functions-init.ly +++ b/ly/music-functions-init.ly @@ -313,7 +313,9 @@ without the need of a specific end spanner.") end-ev-chord)))) total) - (ly:input-message location (_ "argument endSpanners is not an EventChord: ~a" music)))) + (begin + (ly:input-message location (_ "argument endSpanners is not an EventChord: ~a" music)) + music))) -- 2.39.2