Thank you Jean, it works perfectly now
De : "Jean Abou Samra"
A : raphaelha...@sfr.fr,lilypond-user@gnu.org
Envoyé: jeudi 17 Août 2023 23:53
Objet : Re: arranger.ly with lilypond 2.25 : intlog2 fatal error
pre,code,address {
margin: 0px;
}
h1,h2,h3,h4,h5,h6 {
margin-top: 0.2em;
margin
Hi Vlado,
> Hello everyone, example:
>
>
>
> \version "2.24.1"
>
>
>
>
> upper = {
>
> \key as \minor
>
> c'1
>
> \stopStaff
>
> s1*4
>
> \startStaff
>
> \section
>
> \sectionLabel "Coda"
>
> c'1
>
> \bar ".|"
>
> }
>
>
>
>
> lower = {
>
> \key as \minor
>
> c'1
>
> \stopS
> Le 18 août 2023 à 12:59, Alex Voice via LilyPond user discussion
> a écrit :
>
> There is a way that was devised by Jean About Samoa earlier this year
Jean Abou Samra would like to say hi :)
Oops: I am so sorry, Jean. Must work out how to turn AutoCorrect off, or
actually read messages before I send them.
Apologies, once again
Alex
> On Aug 18, 2023, at 12:07 PM, Jean Abou Samra wrote:
>> Le 18 août 2023 à 12:59, Alex Voice via LilyPond user discussion
>> a écrit :
>>
>>
>
> Oops: I am so sorry, Jean. Must work out how to turn AutoCorrect off, or
> actually read messages before I send them.
>
> Apologies, once again
No worries, I didn't take it personally, I was just amused at seeing *yet
another* spelling for my name :)
(You're far from the only one misspelling
Hello,
I know this is a Lilypond forum, but if your know the answer, please let me
know.
The search engine doesn't give any meaningful answers.
Viktor
--
Viktor Mastoridis📱
Le vendredi 18 août 2023 à 15:42 +0100, Viktor Mastoridis a écrit :
> Hello,
>
> I know this is a Lilypond forum, but if your know the answer, please let me
> know.
>
> The search engine doesn't give any meaningful answers.
I don't think there is a feature to save periodically as you type the f
Is it possible to reduce the size of the TabStaff clef?
this doesn't work:
\version "2.24.1"
<<
\new TabStaff \with {
\override TabStaff.Clef.font-size = #-1
}{c c c c | }
>>
Richard Shann
Le vendredi 18 août 2023 à 16:34 +0100, Richard Shann a écrit :
> Is it possible to reduce the size of the TabStaff clef?
> this doesn't work:
> \version "2.24.1"
> <<
> \new TabStaff \with {
> \override TabStaff.Clef.font-size = #-1
^
You should remove this, you're alr
On Fri, 2023-08-18 at 17:40 +0200, Jean Abou Samra wrote:
> Le vendredi 18 août 2023 à 16:34 +0100, Richard Shann a écrit :
> > Is it possible to reduce the size of the TabStaff clef?
> > this doesn't work:
> > \version "2.24.1"
> > <<
> > \new TabStaff \with {
> > \override TabStaff.Clef.font
Jean Abou Samra writes:
> Le vendredi 18 août 2023 à 16:34 +0100, Richard Shann a écrit :
>> Is it possible to reduce the size of the TabStaff clef?
>> this doesn't work:
>> \version "2.24.1"
>> <<
>> \new TabStaff \with {
>> \override TabStaff.Clef.font-size = #-1
>^
> I am not sure there is a reasonable fix for this since \with does double
> duty for passing named arguments to functions. You may want to argue
> that \override/\revert should not be used in that fashion, but
> assignments/\set have sort of the same problem (though admittedly
> different syntax
Hello,
does anyone happen to have an answer?
I just can't understand this behavior...
Thank you
Il mer 16 ago 2023, 08:18 Rip _Mus ha
scritto:
> Good morning everyone,
> going back to the solution written by David, I found that simply adding
> the Duration_line_engraver causes the example to fa
That's it, thanks!
пет, 18. авг 2023. у 08:32 Jean Abou Samra је
написао/ла:
> This should do the trick:
>
> \version "2.24.2"
>
> {
> \repeat segno 2 {
> c'1
> \alternative {
> \volta 1 {
> \once \set Score.codaMarkFormatter =
> #(lambda args
> #{
Thank you both, it works great!
I had some huge scheme code before v2.24 that i found on maillist, but it
stopped working on v2.24, so i had to disable it.
And since I've converted old scores to new \repeat segno structure, i hoped
that now there is a easy way of doing it, but now i know it's stil
Rip _Mus writes:
> Hello,
> does anyone happen to have an answer?
> I just can't understand this behavior...
>
> Thank you
>
> Il mer 16 ago 2023, 08:18 Rip _Mus ha
> scritto:
>
>> Good morning everyone,
>> going back to the solution written by David, I found that simply adding
>> the Duration_l
I'm trying to use the LilyPond 2.24 version ly:font-config-add-directory
with LilyJazz (https://github.com/OpenLilyPondFonts/lilyjazz). My
procedure:
1) Download a fresh LillyJazz.
2) Convert to 2.24 (AllOfMe.ly, jazzchords.ily, lilyjazz.ily,
jazzextras.ily)
3) Add the ly:font-config-add-directo
Instead of “LilyJAZZ” for the music and brace names, try lower case
“lilyjazz”. If I remember right, it’s case sensitive since it’s looking for
the exact file name prefix.
Best,
Abraham
On Fri, Aug 18, 2023 at 2:11 PM Knute Snortum wrote:
> I'm trying to use the LilyPond 2.24 version ly:font-
Still end with:
fatal error: cannot find font: `lilyjazz-11'
Exited with return code 1.
--
Knute Snortum
On Fri, Aug 18, 2023 at 1:29 PM Abraham Lee
wrote:
> Instead of “LilyJAZZ” for the music and brace names, try lower case
> “lilyjazz”. If I remember right, it’s case sensitive since it’s
Le vendredi 18 août 2023 à 13:11 -0700, Knute Snortum a écrit :
> 1) Download a fresh LillyJazz.
> 2) Convert to 2.24 (AllOfMe.ly, jazzchords.ily, lilyjazz.ily, jazzextras.ily)
> 3) Add the ly:font-config-add-directory function to AllOfMe.ly:
> 4) Make sure lilyjazz.ily uses the correct font name:
Oh, and one last thing: Abraham is right that it should be "lilyjazz" in
lowercase letters, because LilyPond's own search just looks for the exact file
name (though Fontconfig would accept "LilyJAZZ").
signature.asc
Description: This is a digitally signed message part
I like the second way and it works great! Thanks.
--
Knute Snortum
On Fri, Aug 18, 2023 at 2:59 PM Jean Abou Samra wrote:
> Oh, and one last thing: Abraham is right that it should be "lilyjazz" in
> lowercase letters, because LilyPond's own search just looks for the exact
> file name (though
22 matches
Mail list logo