Re: Supress cross-system tuplet courtesy text?

2021-04-26 Thread Michael Blankenship
Related question: Is there a way to suppress the courtesy parens that happen when I'm putting the text on the far side of the \break for a Horizontal Bracket? [image: Screen Shot 2021-04-26 at 9.13.21 PM.png] Michael On Mon, Apr 19, 2021 at 6:32 PM Michael Blankenship wrote: > Brilliant, as

Re: Breaking slurs at apex

2021-04-26 Thread Lukas-Fabian Moser
Of course this relies on the "standard" broken slurs being symmetrical. ... and it ignores LilyPond's habit of thickening a slur in the middle (the thickest part should be the cutoff point now).

Re: Breaking slurs at apex

2021-04-26 Thread Lukas-Fabian Moser
Hi Michael, ​Well, I only needed it for over a single break for a figure in a dissertation that I'm turning in today, so it's good enough for the moment. Actually, "the math" is already in LilyPond, as part of Mike Solomon's bezier tools. Unfortunately, they are not defined as publicly

Re: Prevent lyrics from running over bar lines

2021-04-26 Thread Vladimír Slávik
Leo, thank you, that did it! And of course that was also the place to put the override for lyrics alignment, so that's solved (for me) too. Best, Vladimir -- Původní e-mail -- Od: Leo Correia de Verdier Komu: Vladimír Slávik Datum: 26. 4. 2021 10:52:18 Předmět: Re:

Re: LilyPond syntax change

2021-04-26 Thread Jacques Menu
Thanks David! JM > Le 26 avr. 2021 à 16:45, David Kastrup a écrit : > > Jacques Menu writes: > >> Hello folks, >> >> What was the version number that swapped: >> >> \note {4} >> >> and : >> >> \note #”4" > > From python/convertrules.py: > > @rule((2, 21, 0), r"""\note #"4."

Re: LilyPond syntax change

2021-04-26 Thread David Kastrup
Jacques Menu writes: > Hello folks, > > What was the version number that swapped: > > \note {4} > > and : > > \note #”4" >From python/convertrules.py: @rule((2, 21, 0), r"""\note #"4." -> \note {4.} \markup-command #" -> \markup-command " \partcombine* -> \partCombine, \autochange

LilyPond syntax change

2021-04-26 Thread Jacques Menu
Hello folks, What was the version number that swapped: \note {4} and : \note #”4" Thanks! JM

Lilypond 2.22.1 released

2021-04-26 Thread Phil Holmes
We are proud to announce the release of GNU LilyPond 2.22.1. This version includes improvements and fixes since the release of the previous stable release 2.22.0,  in January 2021. -- Phil Holmes

Re: Breaking slurs at apex

2021-04-26 Thread Michael Blankenship
Lukas, ​ ​Well, I only needed it for over a single break for a figure in a dissertation that I'm turning in today, so it's good enough for the moment. ​ ​Thanks! ​ ​Cracking me up though, you and Jean with your "a little trig" and "just do the math." ​ ​Michael

Re: tags

2021-04-26 Thread David Kastrup
Gianmaria Lari writes: > Ciao David, > > [] > >> At any rate, \pushToTag's documentation states: >> >>Sometimes you want to splice some music at a particular place in an >> existing music expression. You can use ‘\pushToTag’ and ‘\appendToTag’ >> for adding material at the

Re: tags

2021-04-26 Thread David Kastrup
Gianmaria Lari writes: >> How is { ~ } correct? ~ is not standalone music. >> >> > Maybe it would be nice to get an error message when you try to use a wrong > object with \pushToTag etc. At the current point of time, \pushToTag is more of a low-level hack not looking at what it is working

Re: tags

2021-04-26 Thread Gianmaria Lari
> How is { ~ } correct? ~ is not standalone music. > > Maybe it would be nice to get an error message when you try to use a wrong object with \pushToTag etc.

Re: tags

2021-04-26 Thread Gianmaria Lari
Ciao David, [] > At any rate, \pushToTag's documentation states: > >Sometimes you want to splice some music at a particular place in an > existing music expression. You can use ‘\pushToTag’ and ‘\appendToTag’ > for adding material at the front or end of the ‘elements’ of an

Re: tags

2021-04-26 Thread David Kastrup
David Kastrup writes: > Gianmaria Lari writes: > >> Be patient with me. >> >> I expect this to generate {a~a} but it generates {a a} . Why? >> >> \version "2.23.2" >> music = {a \tag#'here a} >> {\pushToTag #'here ~ \music } >> >> The \displayLilyMusic output looks "correct". >> >> >> { { a4

Re: tags

2021-04-26 Thread David Kastrup
Gianmaria Lari writes: > Be patient with me. > > I expect this to generate {a~a} but it generates {a a} . Why? > > \version "2.23.2" > music = {a \tag#'here a} > {\pushToTag #'here ~ \music } > > The \displayLilyMusic output looks "correct". > > > { { a4 \tag #'here { ~ } a4 } } How is { ~ }

Re: Breaking slurs at apex

2021-04-26 Thread Lukas-Fabian Moser
Hi Michael, Am 26.04.21 um 05:36 schrieb Michael Blankenship: ​​Is there a way to make all broken slurs look like they were a single slur that was broken at its apex? So the first half would terminate at horizontal, and the second half would begin at horizontal. That way they would really

Re: Prevent lyrics from running over bar lines

2021-04-26 Thread Leo Correia de Verdier
Hi Vladimir! You can include these lines in a layout block: \layout { \context { \Lyrics \consists "Bar_engraver" \consists "Separating_line_group_engraver" \hide BarLine } } (Its also possible to put the consists and hide in a \with statement in

Prevent lyrics from running over bar lines

2021-04-26 Thread Vladimír Slávik
Hello, I have lots of psalm-like pieces of music that need in some places 4-8 words per note. I used Lilypond 2.18.2 (within Frescobaldi), which worked moderately well for this. However after trying 2.22.0 on the same files and fixing the lyrics alignment for these "wordy" notes, the lyrics

tags

2021-04-26 Thread Gianmaria Lari
Be patient with me. I expect this to generate {a~a} but it generates {a a} . Why? \version "2.23.2" music = {a \tag#'here a} {\pushToTag #'here ~ \music } The \displayLilyMusic output looks "correct". { { a4 \tag #'here { ~ } a4 } } * * * I also tried this \version "2.23.2" music = {a