Writing complex piano scores with Spontini

2020-07-01 Thread Paolo Prete
Hello, as I said a few days ago, I prepared a first example on how to use the Spontini editor to create very complex scores for piano, which combine cross-staff and polyphony. Other examples will follow, more and more complex. The bars are taken from a prelude of Debussy ("Danseuses de Delphes"):

Re: GSoC 2020: make hangs when making fonts

2020-07-01 Thread David Kastrup
Owen Lamb writes: > Hi all, > > It appears that my problem was just a newbie mistake after all. > > Near the end of last week (Thursday or Friday, it must have been), I > decided to try out Hyper-V on my machine, just to see what it could do. I > didn't end up doing anything with it, but I

Re: GSoC 2020: make hangs when making fonts

2020-07-01 Thread Owen Lamb
Hi all, It appears that my problem was just a newbie mistake after all. Near the end of last week (Thursday or Friday, it must have been), I decided to try out Hyper-V on my machine, just to see what it could do. I didn't end up doing anything with it, but I didn't get rid of it, either. I never

Re: Python coding style

2020-07-01 Thread Noeck
For automatic PEP8 formatting, there is autopep8: https://pypi.org/project/autopep8/ and yapf: https://pypi.org/project/yapf/ among others. Cheers, Joram

Re: GSoC 2020: make hangs when making fonts

2020-07-01 Thread Owen Lamb
Sure thing--it's coming your way! On Wed, Jul 1, 2020 at 1:01 PM Michael Käppler wrote: > Am 01.07.2020 um 21:15 schrieb Owen Lamb: > > Hi Michael, > > > > 1. I've been using VBox version 6.1.8, one version behind the latest. > > Today I updated to 6.1.10, but the problem persists. > Can you

Re: GSoC 2020: make hangs when making fonts

2020-07-01 Thread Michael Käppler
Am 01.07.2020 um 21:15 schrieb Owen Lamb: Hi Michael, 1. I've been using VBox version 6.1.8, one version behind the latest. Today I updated to 6.1.10, but the problem persists. Can you please send me the output of 'VBoxManage showvminfo NAMEOFYOURVM' privately, too? Cheers, Michael

Re: GSoC 2020: make hangs when making fonts

2020-07-01 Thread Michael Käppler
Am 01.07.2020 um 21:15 schrieb Owen Lamb: Hi Michael, 1. I've been using VBox version 6.1.8, one version behind the latest. Today I updated to 6.1.10, but the problem persists. 2. No, I'm not using -j, but today I tried -j2 to see what would happen. Both threads got stuck, one while processing

Re: GSoC 2020: make hangs when making fonts

2020-07-01 Thread Owen Lamb
Hi Michael, 1. I've been using VBox version 6.1.8, one version behind the latest. Today I updated to 6.1.10, but the problem persists. 2. No, I'm not using -j, but today I tried -j2 to see what would happen. Both threads got stuck, one while processing feta11.pfb, and the other while processing

Re: Python coding style

2020-07-01 Thread Carl Sorensen
On Wed, Jul 1, 2020 at 10:55 AM Jean Abou Samra wrote: > Hi Carl, > > Thanks for your reply. > Le 01/07/2020 à 17:05, Carl Sorensen a écrit : > > Hi Jean, > > On Wed, Jul 1, 2020 at 6:03 AM Jean Abou Samra wrote: > >> Hi everybody, >> >> There is some discussion in !212 about coding style

Re: Python coding style

2020-07-01 Thread Jean Abou Samra
Hi Carl, Thanks for your reply. Le 01/07/2020 à 17:05, Carl Sorensen a écrit : Hi Jean, On Wed, Jul 1, 2020 at 6:03 AM Jean Abou Samra > wrote: Hi everybody, There is some discussion in !212 about coding style inside our Python scripts. The

Re: Python coding style

2020-07-01 Thread Carl Sorensen
Hi Jean, On Wed, Jul 1, 2020 at 6:03 AM Jean Abou Samra wrote: > Hi everybody, > > There is some discussion in !212 about coding style inside our Python > scripts. > > The Contributor's Guide (10.5.1) clearly states that "Python code should > use PEP 8". So, I'd like to be sure everyone agrees

Re: [lilypond-book] @format environments

2020-07-01 Thread Michael Käppler
Am 30.06.2020 um 09:23 schrieb Werner LEMBERG: @format @exampleindent 0 @verbatim \relative { a4 b c d } @end verbatim @end format [...] What I do not understand here: The @verbatim environment is not indented by default, as far as I can see. What is the reason to set '@exampleindent 0',

Python coding style

2020-07-01 Thread Jean Abou Samra
Hi everybody, There is some discussion in !212 about coding style inside our Python scripts. The Contributor's Guide (10.5.1) clearly states that "Python code should use PEP 8". So, I'd like to be sure everyone agrees on the following points which are part of applying this PEP: - Remove

Re: [RFC] Use GitLab Milestones

2020-07-01 Thread Jonas Hahnfeld
Am Dienstag, den 30.06.2020, 14:54 +0200 schrieb Jonas Hahnfeld: > Am Montag, den 29.06.2020, 08:25 -0400 schrieb Dan Eble: > > On Jun 29, 2020, at 07:49, Jonas Hahnfeld wrote: > > > I got the list down to five corner cases, all involving multiple > > > commits related to a single issue. > > > >

Re: GSoC 2020: make hangs when making fonts

2020-07-01 Thread Michael Käppler
I'd really like to see if someone can reproduce any of this on a different machine and a fresh LilyDev VM, so please holler if you're willing to try! I will try this today. I cannot reproduce this, neither with current master (7854d1b4) nor with dev/lamb/GSoC-2020. I'm using LilyDev 2 in

Re: GSoC 2020: make hangs when making fonts

2020-07-01 Thread Jonas Hahnfeld via Discussions on LilyPond development
Am Mittwoch, den 01.07.2020, 10:43 +0200 schrieb Jean Abou Samra: > Owen, > > Le 01/07/2020 à 00:36, Owen Lamb a écrit : > > On Tue, Jun 30, 2020 at 3:04 PM Jean Abou Samra wrote: > > > So git clean didn't work? At this point, unfortunately I can't help > > > much--my > > > previous message

Re: GSoC 2020: make hangs when making fonts

2020-07-01 Thread Jean Abou Samra
Owen, Le 01/07/2020 à 00:36, Owen Lamb a écrit : On Tue, Jun 30, 2020 at 3:04 PM Jean Abou Samra > wrote: So git clean didn't work? At this point, unfortunately I can't help much--my previous message was merely a shot in the dark but I understand