bug-lilypond
[Top][All Lists]
Advanced

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

Possible bug in property_op_to_music


From: Han-Wen Nienhuys
Subject: Possible bug in property_op_to_music
Date: Fri, 14 May 2004 09:04:14 +0200

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.

-- 

 Han-Wen Nienhuys   |   address@hidden   |   http://www.xs4all.nl/~hanwen 





reply via email to

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