From: fred Date: Sun, 24 Mar 2002 19:52:38 +0000 (+0000) Subject: lilypond-0.1.1 X-Git-Tag: release/1.5.59~4186 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c7a32133c599bcd1eba8fd9404b60d5e6204ab56;p=lilypond.git lilypond-0.1.1 --- diff --git a/lily/parser.y b/lily/parser.y index 67acc1d8ae..d494a11a48 100644 --- a/lily/parser.y +++ b/lily/parser.y @@ -441,7 +441,7 @@ paper_body: | paper_body STRING '=' dim ';' { $$->set_var(*$2, $4); } - | paper_body STRING '=' REAL ';' { + | paper_body STRING '=' real ';' { $$->set_var(*$2, $4); } | paper_body input_translator_spec {