]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix post_events list order for multi-measure rests.
authorNeil Puttock <n.puttock@gmail.com>
Sat, 15 May 2010 15:26:15 +0000 (16:26 +0100)
committerNeil Puttock <n.puttock@gmail.com>
Sat, 15 May 2010 15:26:15 +0000 (16:26 +0100)
* lily/parser.yy (event_chord):

  reverse post_events arg to multi-measure-rest syntax constructor

lily/parser.yy

index ac0d357f9a307831ddf95970f94ae9cc9dc74817..8e29cc904bdc82cb6057cb8ee0c9a42425f6d33f 100644 (file)
@@ -1485,7 +1485,8 @@ event_chord:
        | MULTI_MEASURE_REST optional_notemode_duration post_events {
                Input i;
                i.set_location (@1, @3);
-               $$ = MAKE_SYNTAX ("multi-measure-rest", i, $2, $3);
+               $$ = MAKE_SYNTAX ("multi-measure-rest", i, $2,
+                                 scm_reverse_x ($3, SCM_EOL));
        }
        | command_element
        /* note chord elements are memorized into