Re: Articulate has trouble with grace note at time signature change

2023-11-24 Thread Werner LEMBERG
>> Please check the looong list of bugs related to `\articulate` >> whether it has already been reported. > > Seems to be #3696, reported - by you - in 2013. D'oh :-) Werner

Re: Books with alternative lyrics minimizing code duplication?

2023-11-24 Thread David Wright
On Fri 24 Nov 2023 at 16:23:52 (+0200), YTG 123 wrote: > > I have alternative versions of lyrics text, which I would like to > export in different files (or \book blocks). The music, order of > staves, etc. is identical. > > Ideally, I would want to do this as cleanly and with as little code >

Re: suggestion for slur?

2023-11-24 Thread Shane Brandes
_\startTrillSpan answers for that. On Fri, Nov 24, 2023 at 5:16 PM David Kastrup wrote: > Mario Bolognani writes: > > >\override TrillSpanner.bound-details.left.text = #'() > > \startTrillSpan > > works for 2.24 > > > > This is an acceptable result : > > What piece of standalone code

Re: suggestion for slur?

2023-11-24 Thread David Kastrup
Mario Bolognani writes: >\override TrillSpanner.bound-details.left.text = #'() > \startTrillSpan > works for 2.24 > > This is an acceptable result : What piece of standalone code got you get this output? Without providing any code to experiment with, you easily require 10-fold the

Re: suggestion for slur?

2023-11-24 Thread Mario Bolognani
> \override TrillSpanner.bound-details.left.text = #'() > \startTrillSpan > works for 2.24 This is an acceptable result :  but I would like the have the wavy line under the notes not above…. Mario Bolognani mario.bologn...@gmail.com > Il giorno 24 nov 2023, alle ore 19:06, Shane

Re: LilyPond 2.24.3 and Norton 360

2023-11-24 Thread Knute Snortum
On Fri, Nov 24, 2023 at 9:51 AM Karlin High wrote: > On 11/24/2023 9:38 AM, Knute Snortum wrote: > > My hope is this will help others in the same situation. > > To further that hope, Norton has a website for reporting false-positives. > > Hub page: > > < >

Re: 2.25.10 *-1.pdf

2023-11-24 Thread Paul Scott
On 11/24/23 10:49 AM, Jean Abou Samra wrote: I only have one \book block in my case as I think I always do. As I mentioned the file-1.pdf usually is accompanied by error messages leading to a fix which eliminates the file-1.pdf but not in this case. At this point it's just a nuisance not worth

Re: suggestion fo slur?

2023-11-24 Thread Ralph Palmer
On Fri, Nov 24, 2023 at 9:24 AM Mario Bolognani wrote: > Hello, > > any suggestion for this kind of slur? Many thanks for any good idea... > > [image: Screenshot 2023-11-24 alle 18.22.25.png] > > > Mario Bolognani > mario.bologn...@gmail.com > Greetings, Mario Bolognani - If it's the "slur"

Re: suggestion fo slur?

2023-11-24 Thread Shane Brandes
\override TrillSpanner.bound-details.left.text = #'() \startTrillSpan works for 2.24 regards, Shane On Fri, Nov 24, 2023 at 12:24 PM Mario Bolognani wrote: > Hello, > > any suggestion for this kind of slur? Many thanks for any good idea... > > [image: Screenshot 2023-11-24 alle

Re: LilyPond 2.24.3 and Norton 360

2023-11-24 Thread Karlin High
On 11/24/2023 9:38 AM, Knute Snortum wrote: My hope is this will help others in the same situation. To further that hope, Norton has a website for reporting false-positives. Hub page: File submission:

Re: 2.25.10 *-1.pdf

2023-11-24 Thread Jean Abou Samra
> I only have one \book block in my case as I think I always do. As I > mentioned the file-1.pdf usually is accompanied by error messages > leading to a fix which eliminates the file-1.pdf but not in this case. > At this point it's just a nuisance not worth creating a MWE. The other \book

Re: 2.25.10 *-1.pdf

2023-11-24 Thread Paul Scott
On 11/24/23 2:15 AM, Jean Abou Samra wrote: This typically happens when you have several \book blocks, which requests separate output files. For example \book { { c' } } % => file.pdf \book { { c' } } % => file-1.pdf Jean, Thank you for your reply. I only have one \book block in my case as I

suggestion fo slur?

2023-11-24 Thread Mario Bolognani
Hello, any suggestion for this kind of slur? Many thanks for any good idea...  Mario Bolognani mario.bologn...@gmail.com

Re: Books with alternative lyrics minimizing code duplication?

2023-11-24 Thread Michael Werner
Hi, On Fri, Nov 24, 2023 at 9:25 AM YTG 123 wrote: > Hello, > > I have alternative versions of lyrics text, which I would like to export > in different files (or \book blocks). The music, order of staves, etc. > is identical. > > Ideally, I would want to do this as cleanly and with as little

Re: LilyPond in Guile

2023-11-24 Thread Jean Abou Samra
> I'd like to include LilyPond code blocks in SXML documents. Is it > possible to import a module to use LilyPond expressions from actual > Guile, and not LilyPond's Guile? > > (use-modules (lilypond)) > `((img (@ (src #{c'4 e'4 g'2 #} No, sorry. LilyPond is designed as a standalone

LilyPond 2.24.3 and Norton 360

2023-11-24 Thread Knute Snortum
I found that Norton 360 thought the LilyPond executable was a virus on Windows 11. The symptom was that Lilypond exits with a code of 1 and no PDF is created. In case this happens to anyone else, here are the steps to exclude LIlyPond from Norton's real time protection: 1) Open Norton 360 app 2)

LilyPond in Guile

2023-11-24 Thread Caleb Herbert
Hi LilyPond, I'd like to include LilyPond code blocks in SXML documents. Is it possible to import a module to use LilyPond expressions from actual Guile, and not LilyPond's Guile? (use-modules (lilypond)) `((img (@ (src #{c'4 e'4 g'2 #} Thanks, Caleb

Books with alternative lyrics minimizing code duplication?

2023-11-24 Thread YTG 123
Hello, I have alternative versions of lyrics text, which I would like to export in different files (or \book blocks). The music, order of staves, etc. is identical. Ideally, I would want to do this as cleanly and with as little code duplication as possible. %%% music = { c'4 d' e' }

Re: start/stop staff

2023-11-24 Thread Michael Werner
Hi David, On Thu, Nov 23, 2023 at 7:10 PM bobr...@centrum.is wrote: > I have a quartet piece with a recitative type section in one part. The > other parts play, essentially, punctuation. The "solo" part is > rhythmically complex enough that having it on the accompanying parts would > make it

Re: 2.25.10 *-1.pdf

2023-11-24 Thread Jean Abou Samra
This typically happens when you have several \book blocks, which requests separate output files. For example \book { { c' } } % => file.pdf \book { { c' } } % => file-1.pdf Best, Jean signature.asc Description: This is a digitally signed message part