From: Werner Lemberg Date: Wed, 22 Sep 2004 06:02:52 +0000 (+0000) Subject: * lily/parser.yy : Fix typo. X-Git-Tag: release/2.3.19~32 X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=commitdiff_plain;h=317e73ce7c33e89312d32b609cacb1f71ccb394f;p=lilypond.git * lily/parser.yy : Fix typo. --- diff --git a/ChangeLog b/ChangeLog index fd15fc9785..a84f0b47fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-09-22 Werner Lemberg + + * lily/parser.yy : Fix typo. + 2004-09-22 Graham Percival * Documentation/user/tutorial.itely: modified a "future planning" comment. diff --git a/lily/parser.yy b/lily/parser.yy index 3353ecf71a..4cdfa95838 100644 --- a/lily/parser.yy +++ b/lily/parser.yy @@ -693,7 +693,7 @@ score_body: $$->header_ = $2; } | score_body output_def { - if ($2->lookup_variable (ly_symbol2scm ("is-bookpaper")) = SCM_BOOL_T) + if ($2->lookup_variable (ly_symbol2scm ("is-bookpaper")) == SCM_BOOL_T) { THIS->parser_error (_("\\bookpaper cannot be in \\score. Use \\paper instead"));