Re: No ledger for custodes beyond 5-line staff

2020-10-15 Thread Matthew Fong
Hello Jean and Jonas, Filed https://gitlab.com/lilypond/lilypond/-/issues/6055 Many thanks, mattfong On Thu, Oct 15, 2020 at 3:16 PM Matthew Fong wrote: > Hello Jean and Jonas, > > I appreciate the directions. I will work through the directions and file > the bug! >

Re: No ledger for custodes beyond 5-line staff

2020-10-15 Thread Matthew Fong
a Scheme engraver (the actual > implementation may be completely different in the end, but > this still provides a start). > > You will need to be given access to the tracker. To the lilypond-devel > list: I propose that we give Matthew Reporter permissions in > the GitLab

Re: GUB failure

2020-04-06 Thread Matthew Peveler
On Mon, Apr 6, 2020 at 11:52 PM Phil Holmes wrote: > If anyone knows how to upgrade my Ubuntu 14 machine to the later Python > version, > please say. You can use the deadsnakes ppa (fkrull/deadsnakes for pre Ubuntu-16.04, deadsnakes/ppa

Write permissions for lilypond sourceforge

2019-10-02 Thread Matthew Peveler
Hello, Could I please given write access to sourceforge as I'd ideally like to contribute a few small python changes upstream from the py2to3 work continues broader discussion. My profile is https://sourceforge.net/u/masterodin/profile and the email is same as this one (matt.peve...@gmail.com).

Re: Python 3

2019-09-30 Thread Matthew Peveler
On Mon, Sep 30, 2019 at 7:08 PM Dan Eble wrote: > The thought that gave rise to my question was that I would be more > comfortable collaborating if these changes were in git rather than a dozen > patches in multiple messages in the mailing list archive. (I don’t intend > that to sound mean.) >

Re: Python 3 (was: 2.20 where are we?)

2019-09-30 Thread Matthew Peveler
On Mon, Sep 30, 2019 at 5:46 PM Joram wrote: > Am 27.09.19 um 22:34 schrieb Matthew Peveler: > > long vs int, unicode vs str, StringIO vs io, iter.next vs > > iter.__next__, reload, xrange vs range. > > It is very well feasible to support both version. I hope by shims you

Re: Python 3

2019-09-30 Thread Matthew Peveler
On Sep 30, 2019, at 14:22, David Kastrup wrote: > > But I don't see > that a clean cut from Python2 to Python3 in a single step is easily > feasible and testable for all targets at once including all GUB targets. Yeah, I did this for my own edification, and with the thought that it might make it

Re: Python 3 (was: 2.20 where are we?)

2019-09-27 Thread Matthew Peveler
26, 2019 at 6:03 AM Jonas Hahnfeld wrote: > Am Montag, den 23.09.2019, 12:26 -0300 schrieb Matthew Peveler: > > On Sat, Sep 21, 2019 at 5:52 AM Jonas Hahnfeld via lilypond-devel < > lilypond-devel@gnu.org> wrote: > > > On top of that I've worked on the attached patch

Re: Python 3 (was: 2.20 where are we?)

2019-09-23 Thread Matthew Peveler
On Mon, Sep 23, 2019 at 12:26 PM Matthew Peveler wrote: > Please see the attached for small patches for these two things, and got "make check" to run for me using Python 3.7.4 as well. Hm, not sure why the patch files got converted to binary when sending, though I've also made

Re: Python 3 (was: 2.20 where are we?)

2019-09-23 Thread Matthew Peveler
On Sat, Sep 21, 2019 at 5:52 AM Jonas Hahnfeld via lilypond-devel < lilypond-devel@gnu.org> wrote: > On top of that I've worked on the attached patches which brings the make targets check / test and doc back to life with Python 3.7.4. In applying your patches and running "make check", I encountere

Helping with python3 development

2019-09-10 Thread Matthew Peveler
pt to contribute to this effort in some part, though would require some guidance on this front on how to contribute, especially given that patches would be to a branch and not master, not fixing open bugs, etc. Regards, Matthew Peveler ___ lilypond-devel ma

GSoC 2017

2017-03-01 Thread Matthew Sedam
Hello everyone! My name is Matthew Sedam, and I am interested in LillyPond for Google Summer of Code 2017. I am particularly interested in the "Adopt the SMuFL music font encoding standard" idea. I would like to know what progress, if any, has been done on this project. I also would

Re: 8 measures per line

2009-11-11 Thread Matthew
GODILLON wrote: How can I reduce the print size in order to print 8 measures per line instead of 4 . Try #(set-global-staff-size XX) where XX is your staff size; default = 20 see: http://lilypond.org/doc/v2.12/Documentation/user/lilypond/Setting-the-staff-size#Setting-the-staff-size Hope tha