Re: 64-bit Mac build of 2.20 is now available!

2020-03-17 Thread Aaron Hill
On 2020-03-17 11:05 pm, Marnen Laibow-Koser wrote: AFAIK this was never proper syntax to begin with. Does it compile with LilyPond 2.18? I'd be surprised if it does. Definitely valid syntax in 2.18.2 [1]: \version "2.18.2" \paper { indent = #0 ragged-right = ##f system-system-spaci

Re: 64-bit Mac build of 2.20 is now available!

2020-03-17 Thread Marnen Laibow-Koser
On Wed, Mar 18, 2020 at 12:57 AM Zone Dremik wrote: > Hello, convert.ly is not working as you described. Here are some code > excerpts. > Let me know if there is anything else I can send that would be helpful. > > From a file previously created with Frescobaldi 2.20 & Lilypond 2.18: > > \version

Re: 64-bit Mac build of 2.20 is now available!

2020-03-17 Thread Zone Dremik
Hello, convert.ly is not working as you described. Here are some code excerpts. Let me know if there is anything else I can send that would be helpful. >From a file previously created with Frescobaldi 2.20 & Lilypond 2.18: \version "2.18.0" \include "english.ly" \include "Three White Gulls (Melo

Re: Vertical alignment of RehearsalMarks

2020-03-17 Thread Dominic
Hi Peter, I would suggest the following series of overrides to the /Score.RehearsalMark/ object: /\override RehearsalMark.outside-staff-priority = ##f \override RehearsalMark.Y-offset = #0 \override RehearsalMark.extra-offset = #'(-2 . -0.5)/ This will effectively disable collision avoidance, se

Re: 64-bit Mac build of 2.20 is now available!

2020-03-17 Thread Marnen Laibow-Koser
On Tue, Mar 17, 2020 at 7:45 PM Davide Liessi wrote: > Il giorno mer 18 mar 2020 alle ore 00:23 Marnen Laibow-Koser > ha scritto: > > Will that work on Mac OS without the problems that have plagued the > other 3.x versions of Fresco? > > I solved some problems, but unfortunately not all. > The m

Re: 64-bit Mac build of 2.20 is now available!

2020-03-17 Thread Davide Liessi
Il giorno mer 18 mar 2020 alle ore 00:23 Marnen Laibow-Koser ha scritto: > Will that work on Mac OS without the problems that have plagued the other 3.x > versions of Fresco? I solved some problems, but unfortunately not all. The main packaging problem concerning PyQtWebEngine, which caused cras

Re: TextSpanner shortcut

2020-03-17 Thread Aaron Hill
On 2020-03-17 10:05 am, foxfanfare wrote: Hi all, Could anyone could tell me what's wrong with my shortcut? It's printing the spanner correctly but not the text: rit = #(make-music 'TextSpanEvent 'span-direction -1 'span-type 'text 'span-text "rit.

Re: 64-bit Mac build of 2.20 is now available!

2020-03-17 Thread Marnen Laibow-Koser
On Tue, Mar 17, 2020 at 7:17 PM Davide Liessi wrote: > Il giorno mar 17 mar 2020 alle ore 22:36 Arle Lommel > ha scritto: > > #2: Update.ly doesn’t work for me when invoked from Frescobaldi. I get > this message about a bad CPU type when I run it from Frescobaldi. > > Known problem, depending on

Re: 64-bit Mac build of 2.20 is now available!

2020-03-17 Thread Davide Liessi
Il giorno mar 17 mar 2020 alle ore 22:36 Arle Lommel ha scritto: > #2: Update.ly doesn’t work for me when invoked from Frescobaldi. I get this > message about a bad CPU type when I run it from Frescobaldi. Known problem, depending only on Frescobaldi, see https://github.com/frescobaldi/frescobal

Re: 64-bit Mac build of 2.20 is now available!

2020-03-17 Thread Marnen Laibow-Koser
On Tue, Mar 17, 2020 at 6:48 PM Marnen Laibow-Koser wrote: > On Tue, Mar 17, 2020 at 6:43 PM Arle Lommel wrote: > >> Glad my feedback seems to be useful. >> >> [cutting a bit here] >> >> Thanks, this makes sense. I should be able to set the variables >> correctly (and actually, the lilypond "bi

Re: lyp

2020-03-17 Thread Sami Amiris
I wrote it in Git. The code probably is in Ruby, but I don't know enough Ruby to fix it at this point anyway. I reported the problem and it is up to the developers now. Thanks again! S.A. -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html

Re: 64-bit Mac build of 2.20 is now available!

2020-03-17 Thread Marnen Laibow-Koser
On Tue, Mar 17, 2020 at 6:43 PM Arle Lommel wrote: > Glad my feedback seems to be useful. > > [cutting a bit here] > > Thanks, this makes sense. I should be able to set the variables correctly > (and actually, the lilypond "binary" in the app bundle is already a script > that sets a few variable

Re: 64-bit Mac build of 2.20 is now available!

2020-03-17 Thread Arle Lommel
Glad my feedback seems to be useful. [cutting a bit here] > Thanks, this makes sense. I should be able to set the variables correctly > (and actually, the lilypond "binary" in the app bundle is already a script > that sets a few variables and calls the real executable, so putting a few > more

Re: lyp

2020-03-17 Thread Urs Liska
Am Dienstag, den 17.03.2020, 15:01 -0700 schrieb Sami Amiris: > > Apart from reporting, it might be worth trying to use exterior > > tools > > to convert the PS to PDF. The system versions might use a > > self-consistent set of binaries and support files, even if all > > they're > > doing is using

Re: Peculiar behavior of barlines

2020-03-17 Thread Sami Amiris
Dear all, The more I see this, it looks like I either did something totally wrong, or it is a bug. I tried all sorts of combinations, but the behavior remains the same. If it looks like a bug and smells like a bug (it could very well NOT be a bug, I know it by now...). I would truly appreciate any

Re: lyp

2020-03-17 Thread Sami Amiris
> Apart from reporting, it might be worth trying to use exterior tools > to convert the PS to PDF. The system versions might use a > self-consistent set of binaries and support files, even if all > they're > doing is using ghostscript at some level. You even have a choice of > linux and windows p

Re: lyp

2020-03-17 Thread Urs Liska
Am Dienstag, den 17.03.2020, 16:25 -0500 schrieb David Wright: > On Tue 17 Mar 2020 at 13:56:20 (-0700), Sami Amiris wrote: > > Well, that was a true surprise there. Yes, the ps file is fine. Its > > conversion to pdf seems to be the problem. Plus, it is all with the > > bravura > > font as I had w

Re: lyp

2020-03-17 Thread David Wright
On Tue 17 Mar 2020 at 13:56:20 (-0700), Sami Amiris wrote: > Well, that was a true surprise there. Yes, the ps file is fine. Its > conversion to pdf seems to be the problem. Plus, it is all with the bravura > font as I had written. That's good news for LilyPond itself. > Thank you for the tip. Ne

Re: lyp

2020-03-17 Thread Sami Amiris
Well, that was a true surprise there. Yes, the ps file is fine. Its conversion to pdf seems to be the problem. Plus, it is all with the bravura font as I had written. Thank you for the tip. Never expected it tbh... Still, what do we do now? Apart from reporting it to the Git hub that is? Thank y

Re: quoting percent repeats

2020-03-17 Thread Paul Scott
A better example would be: \version "2.20.0" xNotes = { \repeat percent 4 c''1 } \addQuote qx \xNotes yNotes = { \quoteDuring qx s1*4 } \score{ \yNotes } On 3/17/20 1:20 PM, Paul Scott wrote: Should the MWE below work?

quoting percent repeats

2020-03-17 Thread Paul Scott
Should the MWE below work? If it doesn't how do I engrave the percent symbol for a workaround? (My understanding of the internals docs is weaker than it should be.) TIA, Paul \version "2.20.0" xNotes = { \repeat percent 4 c''1 } \addQuote qx \xNotes yNotes = { \cueDuring qx #up R1*4 } \sc

Re: lyp

2020-03-17 Thread David Wright
On Tue 17 Mar 2020 at 07:10:42 (-0700), Sami Amiris wrote: > On Tue 17 Mar 2020 at 13:02:07 (+0100), Francisco Vila wrote: > > El 16/3/20 a las 18:39, Sami Amiris escribió: > > > I installed all packages as well. To my dismay, it did not > > > print at all. > > > > Here you should tell exactly whi

Re: 64-bit Mac build of 2.20 is now available!

2020-03-17 Thread Marnen Laibow-Koser
On Tue, Mar 17, 2020 at 12:10 PM Zone Dremik wrote: > A Big Thank You to Marnen Laibow-Koser — Mac OS 64 bit Lilypond 2.20 > downloaded, installed and is running! This is a huge relief since my skill > level is basically; download file and drag to application folder. > > The only thing not runni

Vertical alignment of RehearsalMarks

2020-03-17 Thread Peter Crighton
Hello all, how would I go about trying to have rehearsal marks all be vertically aligned the exact same way, regardless of whether there are near objects that take up space? \version "2.20.0" \relative a' { \once \override Score.RehearsalMark.extra-offset = #'(0 . -3.9) \mark \default b1 \

TextSpanner shortcut

2020-03-17 Thread foxfanfare
Hi all, Could anyone could tell me what's wrong with my shortcut? It's printing the spanner correctly but not the text: rit = #(make-music 'TextSpanEvent 'span-direction -1 'span-type 'text 'span-text "rit.") \score { \new Staff \relative c'' {

Re: 64-bit Mac build of 2.20 is now available!

2020-03-17 Thread Zone Dremik
A Big Thank You to Marnen Laibow-Koser —  Mac OS 64 bit Lilypond 2.20 downloaded, installed and is running! This is a huge relief since my skill level is basically; download file and drag to application folder. The only thing not running quite as expected is convert.ly updating. It isn't flagg

Re: Altered unisons

2020-03-17 Thread Davide Liessi
Dear Harm, I tried to use your file distributed-note-heads-01.ly, attached to https://lists.gnu.org/archive/html/lilypond-user/2019-03/msg00062.html and I found out that it does not behave well with layout-set-staff-size (see attached example, which I tested with 2.20.0). I wouldn't be surprised

Re: Turning off selected spanbars in a Grandstaff

2020-03-17 Thread Thomas Morley
Am Di., 17. März 2020 um 12:54 Uhr schrieb Andrew Bernard : > > Please refer to the attached score. Is it possible to turn of just the > span bars between the top two systems and the bottom two? We want to > keep the system start span bar as this is a string quartet, but in > this polymetric sectio

Re: lyp

2020-03-17 Thread Sami Amiris
Thank you very much, will do. Yes, it looks very much like that. Thanks again. -S.A. -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html

Re: lyp

2020-03-17 Thread Urs Liska
Am Dienstag, den 17.03.2020, 07:10 -0700 schrieb Sami Amiris: > Hello, and thank you both for your replies. > > Yes, it is the lyp program as described above by Mr. Urs Liska. I > have a > Fedora 31 system and a Windows system as well, but right now I am > using the > Fedora one. I use vim and ca

Re: lyp

2020-03-17 Thread Sami Amiris
Hello, and thank you both for your replies. Yes, it is the lyp program as described above by Mr. Urs Liska. I have a Fedora 31 system and a Windows system as well, but right now I am using the Fedora one. I use vim and call lilypond from the command line - the program gives me the output logs in

Re: lyp

2020-03-17 Thread Urs Liska
Am Dienstag, den 17.03.2020, 13:02 +0100 schrieb Francisco Vila: > Hello Sami, > > El 16/3/20 a las 18:39, Sami Amiris escribió: > > At first I had a system version, 2.19.84, which ran fine. I > > installed lyp, > > and wanting to take advantage of all the great stuff it allows us > > to have, I >

Re: lyp

2020-03-17 Thread Francisco Vila
Hello Sami, El 16/3/20 a las 18:39, Sami Amiris escribió: At first I had a system version, 2.19.84, which ran fine. I installed lyp, and wanting to take advantage of all the great stuff it allows us to have, I uninstalled my system lilypond and re-installed it in lyp, along the all-new stable ve

Turning off selected spanbars in a Grandstaff

2020-03-17 Thread Andrew Bernard
Please refer to the attached score. Is it possible to turn of just the span bars between the top two systems and the bottom two? We want to keep the system start span bar as this is a string quartet, but in this polymetric section the span bars give a misleading impression of synchrony between the