Re: Persistent error on 'make': [Python] ordinal not in range(128)

2011-03-17 Thread Dmytro O. Redchuk
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

Allows for degree of feathering to be tweaked (issue4289052)

2011-03-17 Thread mtsolo
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

Re: Allows for degree of feathering to be tweaked (issue4289052)

2011-03-17 Thread hanwenn
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

Re: Allows for degree of feathering to be tweaked (issue4289052)

2011-03-17 Thread mtsolo
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

Re: Persistent error on 'make': [Python] ordinal not in range(128)

2011-03-17 Thread 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 > > @@ -48,7 +48,7 @@ underscore = _

Re: Allows for degree of feathering to be tweaked (issue4289052)

2011-03-17 Thread Han-Wen Nienhuys
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

Re: Persistent error on 'make': [Python] ordinal not in range(128)

2011-03-17 Thread Francisco Vila
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 >>

Re: Allows for degree of feathering to be tweaked (issue4289052)

2011-03-17 Thread m...@apollinemike.com
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

Re: Persistent error on 'make': [Python] ordinal not in range(128)

2011-03-17 Thread Graham Percival
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

Re: Persistent error on 'make': [Python] ordinal not in range(128)

2011-03-17 Thread Jan Nieuwenhuizen
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