]> git.donarmstrong.com Git - lilypond.git/commitdiff
Avoid followup error for \endSpanners
authorDavid Kastrup <dak@gnu.org>
Fri, 21 Oct 2011 21:11:07 +0000 (23:11 +0200)
committerDavid Kastrup <dak@gnu.org>
Fri, 21 Oct 2011 21:12:06 +0000 (23:12 +0200)
ly/music-functions-init.ly

index 32b4614ee2dfaa6de9a8b5d6e7048dd1d966f847..185ee7be382af797b8ebe2e432f6e6b18fa4d3d6 100644 (file)
@@ -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)))