+2004-09-22 Werner Lemberg <wl@gnu.org>
+
+ * lily/parser.yy <score_body>: Fix typo.
+
2004-09-22 Graham Percival <gperlist@shaw.ca>
* Documentation/user/tutorial.itely: modified a "future planning" comment.
$$->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"));