Re: Reduce the gap between time signature and the first note

2021-11-09 Thread Xavier Scheuer
On Sun, 7 Nov 2021 at 18:56, Paolo Prete wrote: > > Hello, > > I'm trying to have a minimum space between a TimeSignature and the first note after it (and, consequently, all the following notes). I tried: > > \once\override Score.TimeSignature.space-alist = > #'((first-note fixed-space . 0

Frescobaldi fails with Fedora 35 / Python 3.10

2021-11-09 Thread Martin Tarenskeen
Hi, After upgrading my Linux Fedora from 34 to 35, which now provides Python 3.10, Frescobaldi will hang with a message like: Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/frescobaldi_app/qpageview/highlight.py", line 209, in paintEvent super().paintEven

Re: Frescobaldi fails with Fedora 35 / Python 3.10

2021-11-09 Thread Knute Snortum
Just out of interest, what level of Frescobaldi are you using? -- Knute Snortum On Tue, Nov 9, 2021 at 1:18 AM Martin Tarenskeen wrote: > > > Hi, > > After upgrading my Linux Fedora from 34 to 35, which now provides Python > 3.10, Frescobaldi will hang with a message like: > > Traceback (most r

opus migration

2021-11-09 Thread Mark Stephen Mrotek
Hello, . A piano piece I am engraving has several sections. Each has different meters, keys, and number of voices. Each is coded in a separate score for ease of future editing. The entire piece is structured \header { title = ''title'' composer = ''composer'' opus = ''opus'' } \in

Re: opus migration

2021-11-09 Thread David Wright
On Tue 09 Nov 2021 at 10:41:22 (-0800), Mark Stephen Mrotek wrote: > A piano piece I am engraving has several sections. Each has different > meters, keys, and number of voices. Each is coded in a separate score for > ease of future editing. > > The entire piece is structured > > \header { > title

RE: opus migration

2021-11-09 Thread Mark Stephen Mrotek
David, Thank you for your prompt reply. I did not explain the structure of the piece accurately. It is Opus 13 of Beethoven. The six sections of the first movement are in separate scores. These are what are in the "include" \version "2.22.1" \header { title = "Sonate" composer = "L. v. Beet

Re: opus migration

2021-11-09 Thread David Wright
On Tue 09 Nov 2021 at 11:43:54 (-0800), Mark Stephen Mrotek wrote: > I did not explain the structure of the piece accurately. > It is Opus 13 of Beethoven. > The six sections of the first movement are in separate scores. These are what > are in the "include" > > \version "2.22.1" > \header { >

Re: opus migration

2021-11-09 Thread Valentin Petzel
Hello Mark, Am I right to assume each section has it’s own score? In that case you can get rid of any kind of header markup by setting scoreTitleMarkup to #f or "" in a paper block, so \paper { scoreTitleMarkup = ##f } If you need score titles on only some scores it would be possible to specify

RE: opus migration

2021-11-09 Thread Mark Stephen Mrotek
Valentin, Thank you for your suggestions. I shall try them. Mark -Original Message- From: Valentin Petzel [mailto:valen...@petzel.at] Sent: Tuesday, November 9, 2021 1:01 PM To: lilypond-user@gnu.org Cc: Mark Stephen Mrotek Subject: Re: opus migration Hello Mark, Am I right to assume

RE: opus migration

2021-11-09 Thread Mark Stephen Mrotek
Mr. Wright, I am not a power user of Lilypond. I transcribe music for my study and personal performance. If my incompetence results in inquiries that are sophomoric or inane to your expertise then your option is to ignore them. We all crawl before we walk. Mark -Original Message- From: D

Re: lilypond-user Digest, Vol 228, Issue 42

2021-11-09 Thread Frederick Bartlett
Well, rats. I just tried it (fedora 35, frescobaldi 3.1.3) and had the same result. I had to kill -9 frescobaldi. While my user account uses anaconda python at 3.8.8, the system python is 3.10.0. Fwiw, the other big problem with this release is a malloc bug in glibc 2.4.3 which renders CUDA 11.5

Re: Frescobaldi fails with Fedora 35 / Python 3.10

2021-11-09 Thread Martin Tarenskeen
On Tue, 9 Nov 2021, Knute Snortum wrote: Just out of interest, what level of Frescobaldi are you using? -- Knute Snortum Level? I don't understand your question? MT

Re: Frescobaldi fails with Fedora 35 / Python 3.10

2021-11-09 Thread Paul Hodges
What version, then? Paul On 09/11/2021 23:08:59, "Martin Tarenskeen" wrote: > > >On Tue, 9 Nov 2021, Knute Snortum wrote: > >>Just out of interest, what level of Frescobaldi are you using? >> >>-- >>Knute Snortum > >Level? > >I don't understand your question? > >MT >

Re: Reduce the gap between time signature and the first note

2021-11-09 Thread Paolo Prete
Thank you Valentin, it works perfectly. On Mon, Nov 8, 2021 at 11:09 PM Valentin Petzel wrote: > Hello Paolo, > > You could try to override the actual X-extent of the TimeSig, like > \override Staff.TimeSignature.X-extent = #'(0 . 1.1) > > Cheers, > Valentin > > Am Sonntag, 7. November 2021, 18

Re: Reduce the gap between time signature and the first note

2021-11-09 Thread Paolo Prete
Hello Xavier, I tried your tip but it seems to not produce any difference. See (tested on 2.19.48): % { r1\break \time 4/4 c'' \break \once \override Score.TimeSignature.extra-spacing-width = #'(0.0 . 0.0) \time 4/4 c'' \break r } % Cheers, P On Tue, Nov 9, 2021 at 9:34 AM Xavier S

How to increase the distance between the last note of a measure and the following bar line

2021-11-09 Thread Paolo Prete
Hello, How can I increase the distance between the last note of a measure and the following bar line? Thanks! P

Re: opus migration

2021-11-09 Thread David Wright
On Tue 09 Nov 2021 at 14:02:03 (-0800), Mark Stephen Mrotek wrote: > Mr. Wright, > > I am not a power user of Lilypond. > I transcribe music for my study and personal performance. > If my incompetence results in inquiries that are sophomoric or inane to your > expertise then your option is to igno

Re: Frescobaldi fails with Fedora 35 / Python 3.10

2021-11-09 Thread Martin Tarenskeen
Just out of interest, what level of Frescobaldi are you using? I use the Frescobaldi version that is shipped with the Fedora 35 repositories: frescobaldi-3.1.3-6.fc35.noarch The "about" dialog inside Frescobaldi shows: Frescobaldi: 3.1.3 Extension API: 0.9.0 Python: 3.10.0 python-ly: 0.9