]> git.donarmstrong.com Git - lilypond.git/commitdiff
Issue 4471: event-chord-wrap! throws syntax error
authorDavid Kastrup <dak@gnu.org>
Tue, 30 Jun 2015 18:59:24 +0000 (20:59 +0200)
committerDavid Kastrup <dak@gnu.org>
Fri, 3 Jul 2015 11:30:12 +0000 (13:30 +0200)
scm/music-functions.scm

index 88b87f3519b0eeff37523b78b2a949296267a79b..50db3bcd518a67c9c78163395779512fcbe65113 100644 (file)
@@ -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}."