]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.65
authorfred <fred>
Sun, 24 Mar 2002 19:43:50 +0000 (19:43 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:43:50 +0000 (19:43 +0000)
lily/parser.y

index 0eb8d019688baaf3bc42805162b69fdab502d35b..539148422c187db7f6763b3bba4b635485bc8343 100644 (file)
@@ -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;