From e96c3db98dd34cc45b49e2abfdaa8bdc6ad2683d Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:43:50 +0000 Subject: [PATCH] lilypond-0.0.65 --- lily/parser.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5