Re: Barcheck failure warnings for lyrics in parallel mode

2018-08-10 Thread David Kastrup
"Galen Menzel" writes: > On 9 Aug 2018, at 0:53, David Kastrup wrote: > > This is what I ended up doing. It’s a somewhat unsatisfying solution, > since it’s clearly something a machine could do. But it seemed to be > worth it in this case, since searching for lyrics are the easiest way > to jump

Re: Barcheck failure warnings for lyrics in parallel mode

2018-08-10 Thread Galen Menzel
On 9 Aug 2018, at 0:53, David Kastrup wrote: "Galen Menzel" writes: On 8 Aug 2018, at 14:10, David Kastrup wrote: "Galen Menzel" writes: So basically explicit bar markings and lyrics just don’t play nicely together? And auto-length lyrics. If you give the lyric syllables explicit

Re: Barcheck failure warnings for lyrics in parallel mode

2018-08-09 Thread David Kastrup
"Galen Menzel" writes: > On 8 Aug 2018, at 14:10, David Kastrup wrote: > >> "Galen Menzel" writes: >> >>> So basically explicit bar markings and lyrics just don’t play >>> nicely >>> together? >> >> And auto-length lyrics. If you give the lyric syllables explicit >> durations and not use

Re: Barcheck failure warnings for lyrics in parallel mode

2018-08-08 Thread Galen Menzel
On 8 Aug 2018, at 14:10, David Kastrup wrote: "Galen Menzel" writes: So basically explicit bar markings and lyrics just don’t play nicely together? And auto-length lyrics. If you give the lyric syllables explicit durations and not use \lyricsto/\addlyrics but just set associatedVoice

Re: Barcheck failure warnings for lyrics in parallel mode

2018-08-08 Thread David Kastrup
"Galen Menzel" writes: > On 7 Aug 2018, at 14:53, David Wright wrote: > >> On Tue 07 Aug 2018 at 12:30:03 (-0700), Galen Menzel wrote: >> >>> Now, although `lyrics_c` is a silly way to write a lyric line, >>> `lyrics_b` seems reasonable to me. Is there a better way to define a >>> lyric line in

Re: Barcheck failure warnings for lyrics in parallel mode

2018-08-08 Thread Galen Menzel
On 7 Aug 2018, at 14:53, David Wright wrote: On Tue 07 Aug 2018 at 12:30:03 (-0700), Galen Menzel wrote: Now, although `lyrics_c` is a silly way to write a lyric line, `lyrics_b` seems reasonable to me. Is there a better way to define a lyric line in a `parallelMusic` definition so that

Re: Barcheck failure warnings for lyrics in parallel mode

2018-08-07 Thread David Wright
On Tue 07 Aug 2018 at 12:30:03 (-0700), Galen Menzel wrote: > Now, although `lyrics_c` is a silly way to write a lyric line, > `lyrics_b` seems reasonable to me. Is there a better way to define a > lyric line in a `parallelMusic` definition so that lilypond doesn’t > complain? And if not, is

Barcheck failure warnings for lyrics in parallel mode

2018-08-07 Thread Galen Menzel
Hi all, I’m using 2.18.2. The following code compiles with no issue and correctly places the lyrics below the notes: ``` melody_a = { r2 a8 b8 r4 | r2 a8 b8 r4 } lyrics_a = \lyricmode { one two three four } \score { << \new Voice = "melody" \relative c'' \melody_a \new Lyrics