On Wed 16 Mar 2011, 15:52 Francisco Vila wrote:
> >> def encoded_write(f, s):
> >> - f.write (s.encode (f.encoding or 'utf_8'))
> >> + f.write (s.encode ('utf_8'))
> >>
> >> # ugh, Python 2.5 optparse requires Unicode strings in some argument
> >> # functions, and refuse them in some other
Reviewers: ,
Message:
Makes degree of feathering tweakable.
Will need a convert-ly rule and several changes in various
regtests/docs, but it works.
Cheers,
Mike
Description:
Allows for degree of feathering to be tweaked
Please review this at http://codereview.appspot.com/4289052/
Affected fil
http://codereview.appspot.com/4289052/diff/2001/lily/beam.cc
File lily/beam.cc (right):
http://codereview.appspot.com/4289052/diff/2001/lily/beam.cc#newcode1508
lily/beam.cc:1508: Interval feather_interval = robust_scm2interval
(me->get_property ("feather-direction"), Interval (0.0, 0.0));
renam
http://codereview.appspot.com/4289052/diff/2001/lily/beam.cc
File lily/beam.cc (right):
http://codereview.appspot.com/4289052/diff/2001/lily/beam.cc#newcode1518
lily/beam.cc:1518: xl, xr, Direction (feather_dir),
On 2011/03/17 12:22:57, hanwenn wrote:
this still supposes that there is just one
On Wed, Mar 16, 2011 at 09:34:24AM +0200, Dmytro O. Redchuk wrote:
> On Wed 16 Mar 2011, 08:23 Francisco Vila wrote:
> > diff --git a/python/lilylib.py b/python/lilylib.py
> > index 3bf77f6..4be48e7 100644
> > --- a/python/lilylib.py
> > +++ b/python/lilylib.py
> > @@ -48,7 +48,7 @@ underscore = _
On Thu, Mar 17, 2011 at 9:46 AM, wrote:
>> this still supposes that there is just one fixed amount of
>
> featheriness?
>
> You're right.
> I'm honestly not sure exactly how feathering effects this function. All
> of the tests I'm running seem to pass just fine, so I'm not sure if this
> functio
2011/3/17 Graham Percival :
> On Wed, Mar 16, 2011 at 09:34:24AM +0200, Dmytro O. Redchuk wrote:
>> On Wed 16 Mar 2011, 08:23 Francisco Vila wrote:
>> > diff --git a/python/lilylib.py b/python/lilylib.py
>> > index 3bf77f6..4be48e7 100644
>> > --- a/python/lilylib.py
>> > +++ b/python/lilylib.py
>>
On Mar 17, 2011, at 9:27 AM, Han-Wen Nienhuys wrote:
> On Thu, Mar 17, 2011 at 9:46 AM, wrote:
>>> this still supposes that there is just one fixed amount of
>>
>> featheriness?
>>
>> You're right.
>> I'm honestly not sure exactly how feathering effects this function. All
>> of the tests I'm
On Thu, Mar 17, 2011 at 02:27:20PM +0100, Francisco Vila wrote:
> 2011/3/17 Graham Percival :
> > On Wed, Mar 16, 2011 at 09:34:24AM +0200, Dmytro O. Redchuk wrote:
> >> On Wed 16 Mar 2011, 08:23 Francisco Vila wrote:
> >> > diff --git a/python/lilylib.py b/python/lilylib.py
> >> > index 3bf77f6..4
Graham Percival schreef op do 17-03-2011 om 18:54 [+]:
> Well, maybe somebody could spend 15 making this work, then we
> wouldn't need to discuss it any more?
Please try the attached patch. Also consider
http://lists.gnu.org/archive/html/bug-lilypond/2011-03/msg00219.html
Jan.
--
Jan Ni
10 matches
Mail list logo