lilypond-devel
[Top][All Lists]
Advanced

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

bracket questions


From: Han-Wen
Subject: bracket questions
Date: Sun, 9 Jun 2002 23:47:12 +0200

this code

(tuplet-bracket.cc)

      if ( gh_pair_p (ew) )
        width[d] +=  gh_scm2double (index_cell (ew, d)) * d;
      if ( gh_pair_p (sp) )
        shorten[d] +=  gh_scm2double (index_cell (sp, d));

is confusing: the edge-shorten and edge-width have different
conventions for signs at the left edge (so it seems from the code, and
also from what happens when I tweak them). Moreover edge-width and
shorten-pair have bad names: it suggests that they control the same
thing.

Can you change the code to

* have the same sign convention for the left edge ?

* have better names (eg. bracket-flare iso. edge-width) ?

and double check that all other bracket code follows the same
conventions?


(did I just sound like a angry dictator?

opps. Let me rectify that:  )


Please? 




Thanks in advance




-- 

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



reply via email to

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