[EMAIL PROTECTED] writes:
> 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?

yep - but I think this is not triggered, because \once is processed
separately.

-- 

 Han-Wen Nienhuys   |   [EMAIL PROTECTED]   |   http://www.xs4all.nl/~hanwen 



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

Reply via email to