]> git.donarmstrong.com Git - lilypond.git/commitdiff
(My_lily_lexer): bugfix; op should be tag.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 14 May 2004 06:49:52 +0000 (06:49 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 14 May 2004 06:49:52 +0000 (06:49 +0000)
ChangeLog
lily/parser.yy

index 66c27657cb8e37e8009c3bde079ac90d7d799fea..222a4fe72137c7123496212cc4c7d9cbdf986561 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
+
 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
 
        * scripts/convert-ly.py (FatalConversionError.func): handle + in
index 5d181da880d914d5f867f3cc32225d8ac597834d..781cde635ecb7944b1619f012db624488f160e25 100644 (file)
@@ -2716,7 +2716,7 @@ property_op_to_music (SCM op)
                        internal_type_checking_global_b = itc;
                }
 
-       if (op == ly_symbol2scm ("poppush"))
+       if (tag == ly_symbol2scm ("poppush"))
                m->set_property ("pop-first", SCM_BOOL_T);