Re: shortened flags: choosing appropriate flag (issue4410049)

2011-06-10 Thread Ian Hulin
On 10/06/11 09:30, lemniskata.bernoull...@gmail.com wrote: > Ian, > > thanks for review! > http://codereview.appspot.com/4410049/diff/16001/lily/stem.cc#newcode792 > lily/stem.cc:792: > On 2011/06/09 04:55:10, Ian Hulin (gmail) wrote: >> /* >> Look up the font character allowing for the varian

Re: shortened flags: choosing appropriate flag (issue4410049)

2011-06-10 Thread lemniskata . bernoullego
On 2011/06/09 08:12:53, MikeSol wrote: Hey Janek, All the metafont stuff looks good! Last time we touched base, I recall that we had talked about looking into embedding a lot of this info into the font - did that prove to be not doable? Other than that, I have one comment below about t

Re: shortened flags: choosing appropriate flag (issue4410049)

2011-06-10 Thread lemniskata . bernoullego
Ian, thanks for review! http://codereview.appspot.com/4410049/diff/16001/input/regression/shortened-flags-cues.ly File input/regression/shortened-flags-cues.ly (right): http://codereview.appspot.com/4410049/diff/16001/input/regression/shortened-flags-cues.ly#newcode6 input/regression/shortened

Re: shortened flags: choosing appropriate flag (issue4410049)

2011-06-09 Thread reinhold . kainhofer
http://codereview.appspot.com/4410049/diff/16001/lily/stem.cc File lily/stem.cc (right): http://codereview.appspot.com/4410049/diff/16001/lily/stem.cc#newcode612 lily/stem.cc:612: On 2011/06/09 08:12:54, MikeSol wrote: I remember we worked on a Scheme version of this a while back Code for fla

Re: shortened flags: choosing appropriate flag (issue4410049)

2011-06-09 Thread mtsolo
Hey Janek, All the metafont stuff looks good! Last time we touched base, I recall that we had talked about looking into embedding a lot of this info into the font - did that prove to be not doable? Other than that, I have one comment below about the C++ stuff. Cheers, Mike http://codereview.

Re: shortened flags: choosing appropriate flag (issue4410049)

2011-06-08 Thread ianhulin44
Spelling commenting and formatting changes only. Cheers, Ian http://codereview.appspot.com/4410049/diff/16001/input/regression/shortened-flags-cues.ly File input/regression/shortened-flags-cues.ly (right): http://codereview.appspot.com/4410049/diff/16001/input/regression/shortened-flags-cues.ly

Re: shortened flags: choosing appropriate flag (issue4410049)

2011-04-20 Thread Janek Warchoł
Hi, 2011/4/17 : > Please add a stemful regtest with several overrides just to make sure > that this works completely. Added. 2011/4/18 Han-Wen Nienhuys : > You are initializing this list just once, while in principle it can > have different values for every loaded font. Even if it may work, it

Re: shortened flags: choosing appropriate flag (issue4410049)

2011-04-18 Thread Han-Wen Nienhuys
On Mon, Apr 18, 2011 at 11:16 AM, Han-Wen Nienhuys wrote: >> } >> uses (i think) two different design sizes (one for cues, one for normal >> notes) and yet everything is fine - change from regular flags to >> shortened flags take place on note d both in cues and normal notes. >> Also when i compi

Re: shortened flags: choosing appropriate flag (issue4410049)

2011-04-18 Thread Han-Wen Nienhuys
On Mon, Apr 18, 2011 at 5:02 AM, wrote: > \relative c'' { >        \new CueVoice { >                \voiceOne \autoBeamOff >                a8 b c d e f g a >                a,16 b c d e f g a >                } > >        \new Voice { >                \voiceOne \autoBeamOff >                a,16

Re: shortened flags: choosing appropriate flag (issue4410049)

2011-04-18 Thread lemniskata . bernoullego
http://codereview.appspot.com/4410049/diff/1/lily/stem.cc File lily/stem.cc (right): http://codereview.appspot.com/4410049/diff/1/lily/stem.cc#newcode619 lily/stem.cc:619: static vector available_flag_lengths[2][5]; On 2011/04/18 03:42:53, hanwenn wrote: You cannot do this. This will screw u

Re: shortened flags: choosing appropriate flag (issue4410049)

2011-04-17 Thread hanwenn
http://codereview.appspot.com/4410049/diff/1/lily/stem.cc File lily/stem.cc (right): http://codereview.appspot.com/4410049/diff/1/lily/stem.cc#newcode619 lily/stem.cc:619: static vector available_flag_lengths[2][5]; You cannot do this. This will screw up if two .ly files use fonts of different

Re: shortened flags: choosing appropriate flag (issue4410049)

2011-04-17 Thread mtsolo
Please add a stemful regtest with several overrides just to make sure that this works completely. http://codereview.appspot.com/4410049/diff/1/lily/stem.cc File lily/stem.cc (right): http://codereview.appspot.com/4410049/diff/1/lily/stem.cc#newcode620 lily/stem.cc:620: It seems like this new st

shortened flags: choosing appropriate flag (issue4410049)

2011-04-14 Thread lemniskata . bernoullego
Reviewers: , Message: Passes regtests (i see a regression in partcombine-midi.ly, however from Graham's message about midi regtests http://lists.gnu.org/archive/html/lilypond-devel/2011-04/msg00283.html i understand that it's not my fault). If i understand correctly, the default way of calculati