]> git.donarmstrong.com Git - lilypond.git/commitdiff
* lily/parser.yy <score_body>: Fix typo.
authorWerner Lemberg <wl@gnu.org>
Wed, 22 Sep 2004 06:02:52 +0000 (06:02 +0000)
committerWerner Lemberg <wl@gnu.org>
Wed, 22 Sep 2004 06:02:52 +0000 (06:02 +0000)
ChangeLog
lily/parser.yy

index fd15fc978508be85df64ed7916344f74c2657edc..a84f0b47fb8281f2f306b99d95888fccbcbbf6ad 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+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.
index 3353ecf71ac48528bee8fe3e5fcc470cb1a1066e..4cdfa95838dc57b4c5b0d49a461674bb9ddf418d 100644 (file)
@@ -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"));