From: fred Date: Sun, 24 Mar 2002 19:43:50 +0000 (+0000) Subject: lilypond-0.0.65 X-Git-Tag: release/1.5.59~4700 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e96c3db98dd34cc45b49e2abfdaa8bdc6ad2683d;p=lilypond.git lilypond-0.0.65 --- diff --git a/lily/parser.y b/lily/parser.y index 0eb8d01968..539148422c 100644 --- a/lily/parser.y +++ b/lily/parser.y @@ -792,7 +792,7 @@ dynamic_req: ad_p ->loudness_ = (Dynamic_req::Loudness)$3; $$ =ad_p; } - |SPANDYNAMIC '{' int int '}' { + | SPANDYNAMIC '{' int int '}' { Span_dynamic_req * sp_p = new Span_dynamic_req; sp_p->spantype = $4; sp_p-> dynamic_dir_i_ = $3;