It looks to me that the following line in property_op_to_music:

        if (op == ly_symbol2scm ("poppush"))
                m->set_property ("pop-first", SCM_BOOL_T);

should instead be:

        if (tag == ly_symbol2scm ("poppush"))
                m->set_property ("pop-first", SCM_BOOL_T);

Is this so, or am I overlooking something?

-- 
Michael Welsh Duggan
([EMAIL PROTECTED])


_______________________________________________
bug-lilypond mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to