]> git.donarmstrong.com Git - lilypond.git/commitdiff
parser.yy: Don't initialize chord drum note duration with postevents
authorDavid Kastrup <dak@gnu.org>
Mon, 25 Jul 2011 12:14:04 +0000 (14:14 +0200)
committerDavid Kastrup <dak@gnu.org>
Mon, 25 Jul 2011 12:14:04 +0000 (14:14 +0200)
lily/parser.yy

index 4b38cca61865745960294ce94be6f6bf1a42c2cb..6c45e5950717b12c093bc339aaad79985718052f 100644 (file)
@@ -1570,7 +1570,6 @@ chord_body_element:
        }
        | DRUM_PITCH post_events {
                Music *n = MY_MAKE_MUSIC ("NoteEvent", @$);
-               n->set_property ("duration", $2);
                n->set_property ("drum-type", $1);
 
                if (scm_is_pair ($2)) {