From: David Kastrup Date: Tue, 30 Jun 2015 18:59:24 +0000 (+0200) Subject: Issue 4471: event-chord-wrap! throws syntax error X-Git-Tag: release/2.19.23-1~33 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=bb9289cddbfa4267451c96c8d8c29e5aafb6233e;p=lilypond.git Issue 4471: event-chord-wrap! throws syntax error --- 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}."