Re: Melisma breaking converting from 2.18 to 2.19

2019-08-27 Thread David Wright
On Tue 27 Aug 2019 at 12:21:39 (-0400), Kieren MacMillan wrote: > Hi David, > > > Just to make it clear—my reply was aimed at Malte's MWE > > and not at the OP who hasn't yet shown us what their problem is. > > Ah, okay. =) > > I was just noting (for the OP) that a whole bunch of my scores

Re: Cue tremolo

2019-08-27 Thread Werner LEMBERG
> beams on cue notes are thinner and closer to each other than on > regular notes. The same is, however, not the case for tremolo beams. > [...] This is issue #5506; see commit 9c0e1363accceec8a686c868a6a5e5340317c331 Werner ___ lilypond-user

Re: Melisma breaking converting from 2.18 to 2.19

2019-08-27 Thread Vaughan McAlley
On Wed, 28 Aug 2019, 02:22 Kieren MacMillan wrote: > Hi David, > > > Just to make it clear—my reply was aimed at Malte's MWE > > and not at the OP who hasn't yet shown us what their problem is. > > Ah, okay. =) > > I was just noting (for the OP) that a whole bunch of my scores with lyrics >

Cue tremolo

2019-08-27 Thread Simon Albrecht
Hello everybody, beams on cue notes are thinner and closer to each other than on regular notes. The same is, however, not the case for tremolo beams. Since one has to add them manually to quotedCueEventTypes, am I even right in including them in the cue? I feel like they should be there,

Re: Chapter 2.1 Vocal music of LPNR

2019-08-27 Thread David Wright
On Mon 26 Aug 2019 at 20:36:53 (+0200), Simon Albrecht wrote: > Hi Jacques, > > this doesn’t exactly answer your question, but I’ve always found that > manual alignment of lyrics is a huge pain to get working and thus > never use it… The only piece I've used them in was as an exercise in writing

Re: Melisma breaking converting from 2.18 to 2.19

2019-08-27 Thread Kieren MacMillan
Hi David, > Just to make it clear—my reply was aimed at Malte's MWE > and not at the OP who hasn't yet shown us what their problem is. Ah, okay. =) I was just noting (for the OP) that a whole bunch of my scores with lyrics "stopped working" early in the 2.19s, and adding \new Voice before the

Re: Melisma breaking converting from 2.18 to 2.19

2019-08-27 Thread David Wright
On Tue 27 Aug 2019 at 11:16:00 (-0400), Kieren MacMillan wrote: > Hi David, > > > I'm not sure that it does. > > Did you compile my example? > The melisma shows correctly in both staves, where it doesn’t in the original > MWE. > Isn’t that what needed fixing? > > Confused, Yes, but I'm not

Re: Chapter 2.1 Vocal music of LPNR

2019-08-27 Thread David Wright
On Tue 27 Aug 2019 at 10:12:01 (+0200), Jacques Menu wrote: > Here is an MWE showing my problem. > > What I don’t understand is why and extra ‘_2’ is needed in lyricsManual to > obtain the same alignment as in the two automatic cases. > The snippet comes from Rameau’s Les Indes Galantes. > >

Re: Melisma breaking converting from 2.18 to 2.19

2019-08-27 Thread David Wright
On Tue 27 Aug 2019 at 08:32:30 (-0400), Kieren MacMillan wrote: > Hey all, > > This bit me way back when. Here’s the fix (note the \new Voice): > > \version "2.19.83" > > global = { > s1 > \bar "|." > } > > sop = \relative { > c'4( d) e f > } > > soptext = \lyricmode { > Me -- lis -- ma >

Re: Melisma breaking converting from 2.18 to 2.19

2019-08-27 Thread Kieren MacMillan
Hi David, > I'm not sure that it does. Did you compile my example? The melisma shows correctly in both staves, where it doesn’t in the original MWE. Isn’t that what needed fixing? Confused, Kieren. Kieren MacMillan, composer (he/him) ‣ website:

Re: Melisma breaking converting from 2.18 to 2.19

2019-08-27 Thread Kieren MacMillan
Hey all, This bit me way back when. Here’s the fix (note the \new Voice): \version "2.19.83" global = { s1 \bar "|." } sop = \relative { c'4( d) e f } soptext = \lyricmode { Me -- lis -- ma } \new Staff \new Voice << \global \sop >> \addlyrics \soptext \new Staff \new Voice << \global

Re: Chapter 2.1 Vocal music of LPNR

2019-08-27 Thread Aaron Hill
On 2019-08-27 1:12 am, Jacques Menu wrote: Here is an MWE showing my problem. What I don’t understand is why and extra ‘_2’ is needed in lyricsManual to obtain the same alignment as in the two automatic cases. [ . . . ] It appears that you are trying to use both automatic and manual syllable

Re: Melisma breaking converting from 2.18 to 2.19

2019-08-27 Thread Malte Meyn
Am 27.08.19 um 10:56 schrieb Malte Meyn: Yes, it does. The following two scores look the same in 2.18.2 and different in 2.19.83: This changed somewhere between 2.19.13 and 2.19.14. Without testing it looks like commit df3457d8 “Allow \addlyrics to work with arbitrary contexts” could be the

Re: Melisma breaking converting from 2.18 to 2.19

2019-08-27 Thread Malte Meyn
Am 27.08.19 um 04:40 schrieb Vaughan McAlley: I’m trying to convert a large choral project to 2.19. When I compile with 2.19, melismas don't work at all. For example: c'4 \melisma d' e' \melismaEnd f puts a note on every syllable. […] Does this ring a bell with anyone? Yes, it does.

Re: Melisma breaking converting from 2.18 to 2.19

2019-08-27 Thread Simon Albrecht
Hi Vaughan, On 27.08.19 04:40, Vaughan McAlley wrote: Hi, I’m trying to convert a large choral project to 2.19. When I compile with 2.19, melismas don't work at all. For example: c'4 \melisma d' e' \melismaEnd f puts a note on every syllable. I made a MWE which works perfectly. Diffs

Re: Chapter 2.1 Vocal music of LPNR

2019-08-27 Thread Jacques Menu
Here is an MWE showing my problem. What I don’t understand is why and extra ‘_2’ is needed in lyricsManual to obtain the same alignment as in the two automatic cases. The snippet comes from Rameau’s Les Indes Galantes. Thanks for your help! JM %%% \version "2.19.83"