lilypond-devel
[Top][All Lists]
Advanced

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

Re: include lines in breve X-extent (issue 1814) (issue 4931043)


From: bordage . bertrand
Subject: Re: include lines in breve X-extent (issue 1814) (issue 4931043)
Date: Tue, 06 Sep 2011 16:26:40 +0000

On 2011/09/06 08:54:40, janek wrote:
I'm not sure what you mean.  Are you saying that i should assign (i *
(gap +
stemthick), 0) to a variable in the for loop?  I.e. sth like

        for i := 0 step 1 until linecount - 1:
                foobar := (i * (gap + stemthick), 0);
                draw_gridline (z1 - foobar,
                               z2 - foobar,
                               stemthick);
                draw_gridline (z3 + foobar,
                               z4 + foobar,
                               stemthick);
        endfor;
?

Yes, that would be cleaner and easier to understand.

http://codereview.appspot.com/4931043/



reply via email to

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