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: Michael Welsh Duggan
Subject: Possible bug in property_op_to_music
Date: Fri, 14 May 2004 00:56:14 -0400
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux)

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




reply via email to

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