Han-Wen Nienhuys  <[EMAIL PROTECTED]> writes:

> [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.

This is triggered, just not by \once.  It is triggerd by "\override".

-- 
Michael Welsh Duggan
([EMAIL PROTECTED])


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

Reply via email to