Hi Kieren,
As said, I worked on it yesterday but the result is not good enough.
Nevertheless, here's a cleaner version :
\version "2.19"
#(define-markup-command (curvedArrow layout props X-scale Y-scale)
(number? number?)
(interpret-markup layout props
(markup
(#:stencil
(make-pat
Pierre Perol-Schneider writes:
> Hi Kieren,
> As said, I worked on it yesterday but the result is not good enough.
> Nevertheless, here's a cleaner version :
>
> \version "2.19"
>
> #(define-markup-command (curvedArrow layout props X-scale Y-scale)
> (number? number?)
> (interpret-markup layo
Hello folks,
In the snippet below, two identical scores are produced using different coding
styles as to where the \consists commands are placed.
Is one of the latter to be preferred?
Thanks you help!
JM
%
\version "2.19.44"
musicI = {
4\arpeggio 2
}
musicII = {
2\a
Hi Jacques,
> In the snippet below, two identical scores are produced using different
> coding styles as to where the \consists commands are placed.
> Is one of the latter to be preferred?
I don’t know if there’s a general preference, and certainly in this case it
doesn’t matter.
However… If y
Well, I've tried to make a minimum exaple:
\header {
title = "Test crescendo vertical alignment"
}
\layout {
\context {
\Score
skipBars = ##t
\dynamicUp
}
}
PartPOneVoiceOne = \relative g' {
\clef "treble" \key es \major \time 2/2 | % 1
g2 ^"Adagio" \p \< g4 \! g4 |
Hi Son,
> I've tried to make a minimum exaple:
There are many ways this isn’t minimal… not the least of which is you don’t
need a midi block. ;)
In any case…
> I cant't obtain in the pdf output the other crescendo and diminuendo,
> (maybe Someone said "I will put enmity between you and Lylypon
Hello, all!
In 2.19.56, I’ve recompiled a vocal score to find that some [but not all] lyric
extenders aren’t appearing. The same source compiled as expected two months ago
(though I can’t remember exactly which version that was).
I know there have been recent changes to the lyric extender code
Kieren MacMillan writes:
> Hello, all!
>
> In 2.19.56, I’ve recompiled a vocal score to find that some [but not
> all] lyric extenders aren’t appearing. The same source compiled as
> expected two months ago (though I can’t remember exactly which version
> that was).
>
> I know there have been rec
Hi David,
> Have you searched the user/bug mailing list for "lyric extenders"?
> Because I am getting tired of answering this question.
Searching the user list was the first thing I did. (Admittedly, I didn’t search
the bug list.)
None of the threads I found that way gave me a hint how my proble
- Original Message -
From: "Kieren MacMillan"
To: "David Kastrup"
Cc: "Lilypond-User Mailing List"
Sent: Tuesday, March 07, 2017 5:59 PM
Subject: Re: lyric extenders not always appearing
Hi David,
Have you searched the user/bug mailing list for "lyric extenders"?
Because I am gett
Hi Phil,
> Look for "extenders over bar lines”
Thanks — I’ll try that.
Kieren.
Kieren MacMillan, composer
‣ website: www.kierenmacmillan.info
‣ email: i...@kierenmacmillan.info
___
lilypond-user mailing list
lilypond
Kieren MacMillan writes:
> Hi David,
>
>> Have you searched the user/bug mailing list for "lyric extenders"?
>> Because I am getting tired of answering this question.
>
> Searching the user list was the first thing I did. (Admittedly, I
> didn’t search the bug list.)
> None of the threads I found
Thanks to everyone who helped to make this wonderful tool available for
Windows as well!
However... I installed Frescobaldi 3.0.0 with the provided Windows
installer, and instead of the music view, I get a simple "Could not load the
popplerqt5 module".
Sorry if this is a stupid question, but I h
Hi there,
Is there a way to prevent multi-measure-rest (MMR) breaking?
I often use "s"s (e.g. s1*4 ) to trigger events, cue notes, etc, and
some of them do not display anything at all (and it's ok). My problem
arise when I use MMR combined with multiple s expressions. Somehow,
s1*2 =/= {s1 s1} a
I encounter exit error code. What does it mean?Ming.
Starting lilypond-windows.exe 2.19.56 [who-has-promised.ly]...Processing
`C:/Users/user/Google
Drive/S-team/2017-04-02/who-promised/who-has-promised.ly'Parsing...Interpreting
music...[8][16][24][32][40][48]Exited with return code -1073741819.
Hi Pierre-Luc,
> Is there a way to prevent multi-measure-rest (MMR) breaking?
The \mergeSkips function was designed to do that:
http://lists.gnu.org/archive/cgi-bin/namazu.cgi?query=mergeskips&submit=Search&idxname=lilypond-user
But on my quick test, it doesn’t seem to work on your file. Don’t h
After I send the email, I search user archived which suggest to do google
search and I found the error means python exit - stack overflow. Now I know
the meaning. How can this be resolved?
Ming
From: MING TSANG
To: Lilypond-usermailinglist
Sent: Tuesday, March 7, 2017 4:25 PM
Subj
Thanks for your help Malte,
2017-01-15 18:07 GMT-05:00 Malte Meyn :
> Try this combination of \markLengthOn and Y-offset:
Sadly, \markLengthOn is not quite flexible enough because is not an
explicit spacer which I would rather use.
I tried implementing this on an orchestral score (Peter and the w
Hi Ming,
the last few times such an error code was reported, I think there was
some problem with special (non-ASCII) characters or spaces in the file
name, if I remember correctly.
Does your file compile if it is not in the "Google Drive" folder but
somewhere with a path not containing any white
Hi Pierre-Luc,
Didn’t see this before…
> I have this text that I hope to fit in between stopped staves.
> Obviously, this can only work by stopping staves from the top of the score.
“Obviously”?? There are many ways to skin a Lilypond cat… ;)
This one isn’t great, but it works without stopping
Follow up and closing +2 years later…
David Kastrup said :
> Well, you don't start a Voice context of your own. […]
Xavier Scheuer :
> That's because you rely on LilyPond to instantiate your normal voice,
Indeed indeed.
I can't thank you guys enough as this has solved so many problems I
had with
On Tue 07 Mar 2017 at 21:44:42 (+), MING TSANG wrote:
> After I send the email, I search user archived which suggest to do google
> search and I found the error means python exit - stack overflow. Now I know
> the meaning. How can this be resolved?
Dunno, but the first thing might be to tr
Pierre-Luc Gauthier writes:
> Hi there,
>
> Is there a way to prevent multi-measure-rest (MMR) breaking?
>
> I often use "s"s (e.g. s1*4 ) to trigger events, cue notes, etc, and
> some of them do not display anything at all (and it's ok). My problem
> arise when I use MMR combined with multiple
addition info.
I run lilypond v2.19.55 and it compiles sucessful, but for V2.19.56 error
occurs with caption subject.
Ming
From: MING TSANG
To: Lilypond-usermailinglist
Sent: Tuesday, March 7, 2017 4:44 PM
Subject: Re: Exited with return code -1073741819.
After I send the emai
David,
There is no white space in the file name nor path.I run the same file with
v2.19.55 and it compiles sucessful. But it didn't work with v2.19.56
Ming
From: David Wright
To: MING TSANG
Cc: Lilypond-usermailinglist
Sent: Tuesday, March 7, 2017 5:04 PM
Subject: Re: Exited with ret
MING TSANG writes:
> David,
> There is no white space in the file name nor path.
There is one between "Google" and "Drive".
> I run the same file with v2.19.55 and it compiles sucessful. But it
> didn't work with v2.19.56
I've taken a look at the changes between those versions, and there are
v
Noeck,
Thank you for your reply.
Since I had problems with UTF-8 file name, I no longer use it.lilypond v2.19.55
compiles the same file sucessfully, but v2.19.56 fails with caption subject.
Ming
___
lilypond-user mailing list
lilypond-user@gnu
David Kastrup:
Thank you for your reply explanation.
I have no choice "Google Drive". Six years + ago I download google drive app
and install. Since then iI doest not give me any problem.
My lilypond file does not contain anything to do with the two patches. Since
v2.19.55 does compile, I will us
MING TSANG writes:
> My lilypond file does not contain anything to do with the two
> patches.
An audacious statement. You are right about the patch of me: that is in
a special page-breaking routine you are not likely to use unless very
intentionally so. But the other concerns all kinds of brac
On Tue, Mar 7, 2017 at 5:19 PM, David Kastrup wrote:
> MING TSANG writes:
>
>> My lilypond file does not contain anything to do with the two
>> patches.
>
> An audacious statement. You are right about the patch of me: that is in
> a special page-breaking routine you are not likely to use unless
On Tue, Mar 7, 2017 at 5:33 PM, David Nalesnik wrote:
> On Tue, Mar 7, 2017 at 5:19 PM, David Kastrup wrote:
>> MING TSANG writes:
>>
>>> My lilypond file does not contain anything to do with the two
>>> patches.
>>
>> An audacious statement. You are right about the patch of me: that is in
>> a
Hello,
I’m having trouble understanding how to change the placement of a clef before a
break.
In the following example, the clef should be placed after the repeat bar not
before, otherwise it could cause confusion in more extended passages.
In the following example, I would like to be able to pl
32 matches
Mail list logo