Re: Hiding lyrics extenders on empty measures

2022-11-23 Thread Jacques Menu
Hello Werner, As it turns out, it’s Score.LyricHyphen.stencil I have to play with, since in my actual score, the end of the word 'Kum — ba — ya' occurs at the beginning of the coda : But : \override Score.LyricHyphen.stencil = ##f kum — ba -- \revert Score.LyricHyph

Re: Hiding lyrics extenders on empty measures

2022-11-23 Thread Werner LEMBERG
> As it turns out, it’s Score.LyricHyphen.stencil I have to play with, > since in my actual score, the end of the word 'Kum -- ba -- ya' > occurs at the beginning of the coda [...] This is an interesting case, which probably nobody has thought of previously (at least I can't remember this ever be

Page reference problem

2022-11-23 Thread Jacques Menu
Hello folks, The simple example in the doc works fine, but what if the score contains parallel music? An extra staff is printed in my attempts. Thanks for the help! JM \version "2.23.80" % disposition % -- \header { tit

Re: Page reference problem

2022-11-23 Thread David Kastrup
Jacques Menu writes: > Hello folks, > > The simple example in the doc works fine, but what if the score > contains parallel music? An extra staff is printed in my attempts. I don't see an extra Staff. You get one Staff for every independently started music in your \score. > \book { > \score

Re: Page reference problem

2022-11-23 Thread Jacques Menu
Hello David, Thanks for your answer. My problem is : how can I get the last page number computed alright, but without this extra staff for the label itself? JM > Le 23 nov. 2022 à 13:29, David Kastrup a écrit : > > Jacques Menu writes: > >> Hello folks, >> >> The simple example in the doc

Re: Page reference problem

2022-11-23 Thread David Kastrup
Jacques Menu writes: >> Le 23 nov. 2022 à 13:29, David Kastrup a écrit: >> >> Jacques Menu writes: >> >>> Hello folks, >>> >>> The simple example in the doc works fine, but what if the score >>> contains parallel music? An extra staff is printed in my attempts. >> >> I don't see an extra St

Re: Future of OpenLilyLib

2022-11-23 Thread Graham King
> On 22 Nov 2022, at 09:31, Mark Knoop wrote: > > Thanks to all for your responses. There seems to be a general agreement > about the desired direction but I'd still like to hear who is actually > using this code at the moment. Is it just Kieren and me? I've tried to get Scholarly working in t

Re: Future of OpenLilyLib

2022-11-23 Thread Jean Abou Samra
Le 23/11/2022 à 16:31, Graham King a écrit : I've tried to get Scholarly working in the past, but failed. I'm currently failing to get lyluatex working. There are some really promising tools in OpenLilyLib, but they seem to require someone with Urs' level of focus and intellect to use them.

Re: Future of OpenLilyLib

2022-11-23 Thread Federico Bruni
In order to run lyluatex with recent versions of lilypond (2.23.x), you must install the most recent version of lyluatex. In other words, you should install Texlive standalone and not the texlive packaged by distros. See this discussion: https://github.com/jperon/lyluatex/issues/287 Il giorn

Re: Hiding lyrics extenders on empty measures

2022-11-23 Thread Kieren MacMillan
Hi all, > This is an interesting case, which probably nobody has thought of > previously (at least I can't remember this ever being discussed). I run into it all the time in my works… I simply prefix the syllable with a hyphen (tweaked to match the LyricHyphen) and use self-alignment-X to make i

Re: Future of OpenLilyLib

2022-11-23 Thread Graham King
Thanks Jean and Federico. I'll open a new thread on lyLuaTex, to avoid hijacking this one. -- Graham > On 23 Nov 2022, at 16:59, Federico Bruni wrote: > > In order to run lyluatex with recent versions of lilypond (2.23.x), you must > install the most recent version of lyluatex. In other word

lyLuaTex (solved)

2022-11-23 Thread Graham King
(with apologies for the digression on a previous thread[1]) I have now succeeded in getting lyLuaTex[2][3] working, and this posting seems as good a place as any to record the steps, in case anyone else might find it helpful. This is a summary of a moderately painful learning curve, full of

Re: lyLuaTex (solved)

2022-11-23 Thread David Bellows
> I have now succeeded in getting lyLuaTex[2][3] working, and this posting > seems as good a place as any to record the steps, in case anyone else might > find it helpful. This is a summary of a moderately painful learning curve, > full of interruptions and blind alleys, so I hope I've captured