bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Possible bug in property_op_to_music


From: Michael Welsh Duggan
Subject: Re: Possible bug in property_op_to_music
Date: Fri, 14 May 2004 08:44:49 -0400
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux)

Han-Wen Nienhuys  <address@hidden> writes:

> address@hidden 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
(address@hidden)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]