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
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
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
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
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
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
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.
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
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
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
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
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
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
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
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
> 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
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
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
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
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?
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
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
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
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 \
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'' {
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
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
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
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
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
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
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
>
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
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
34 matches
Mail list logo