From bb9289cddbfa4267451c96c8d8c29e5aafb6233e Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Tue, 30 Jun 2015 20:59:24 +0200 Subject: [PATCH] Issue 4471: event-chord-wrap! throws syntax error --- scm/music-functions.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scm/music-functions.scm b/scm/music-functions.scm index 88b87f3519..50db3bcd51 100644 --- a/scm/music-functions.scm +++ b/scm/music-functions.scm @@ -2003,8 +2003,7 @@ are expanded using the default settings of the parser." (expand-repeat-chords! (cons 'rhythmic-event (ly:parser-lookup '$chord-repeat-events)) - music) - music)) + music))) (define-public (event-chord-notes event-chord) "Return a list of all notes from @var{event-chord}." -- 2.39.5