From 2514806ea61ee5aacc2821758b44a3d213bbaca5 Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Mon, 25 Jul 2011 14:14:04 +0200 Subject: [PATCH] parser.yy: Don't initialize chord drum note duration with postevents --- lily/parser.yy | 1 - 1 file changed, 1 deletion(-) diff --git a/lily/parser.yy b/lily/parser.yy index 4b38cca618..6c45e59507 100644 --- a/lily/parser.yy +++ b/lily/parser.yy @@ -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)) { -- 2.39.5