This is actually perfect. I already have a script eliminating all but the
first semibreve in a series, so this is exactly what I was looking for.
Thanks so much!
*Benjamin Bloomfield*
On Thu, Jul 25, 2019 at 3:41 AM Alexander Kobel wrote:
> Hi Benjamin,
>
> the closest we have available to el
On Wed 24 Jul 2019 at 15:54:54 (-0400), Benjamin Bloomfield wrote:
> I've been trying to totally get rid of the space where a lyric hyphen might
> go, in cases where that space is already very small, but I have not been
> able to figure it out.
>
> I have noticed that if I add the lines
>
> > \ov
Hi Benjamin,
the closest we have available to eliminate spurious space between
syllables is described in the thread culminating in
https://lists.gnu.org/archive/html/lilypond-user/2019-05/msg00389.html
(I'm not the author of the snippet, just the bearer of the full include
file in this thread.
On Thu, 25 Jul 2019 at 09:29, Benjamin Bloomfield wrote:
> No, I should have explained that I have further things going on in my full
> source code that remove the semibreves unless they are the first one or the
> first in the system, and the hyphenations are given so that a reasonable
> point ca
No, I should have explained that I have further things going on in my full
source code that remove the semibreves unless they are the first one or the
first in the system, and the hyphenations are given so that a reasonable
point can be chosen for the system breaks even if it's in the middle of a
w
I've been trying to totally get rid of the space where a lyric hyphen might
go, in cases where that space is already very small, but I have not been
able to figure it out.
I have noticed that if I add the lines
> \override LyricHyphen.minimum-length = #0
\override LyricHyphen.padding = #0
in th