Re: Removing lyric hyphens

2019-07-29 Thread Benjamin Bloomfield
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

Re: Removing lyric hyphens

2019-07-25 Thread David Wright
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 > > >

Re: Removing lyric hyphens

2019-07-25 Thread Alexander Kobel
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

Re: Removing lyric hyphens

2019-07-24 Thread Vaughan McAlley
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

Re: Removing lyric hyphens

2019-07-24 Thread Benjamin Bloomfield
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

Removing lyric hyphens

2019-07-24 Thread Benjamin Bloomfield
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