Re: In divisi lyrics, \skip in the top line skips two notes and causes bottom line to skip one note

2016-06-17 Thread Edward Usher
Yes, this works very nicely in my original score. Thank you, Simon and David, for the explanation and correction. Edward ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: In divisi lyrics, \skip in the top line skips two notes and causes bottom line to skip one note

2016-06-17 Thread David Kastrup
Simon Albrecht writes: > On 17.06.2016 21:47, David Kastrup wrote: >> >> Of course the solution is _not_ to put simultaneous music under the >>control of \lyricsto, or the relation of "simultaneousness" will have >>an effect _before_ \lyricsto is applied for making the combined lyrics >>match the

Re: In divisi lyrics, \skip in the top line skips two notes and causes bottom line to skip one note

2016-06-17 Thread Simon Albrecht
On 17.06.2016 21:51, Simon Albrecht wrote: Unfortunately, the technique of nesting \new Lyrics is from an example in our very own manuals, as Edward pointed out in the other subthread. The only reliable solution I can think of right now is having all lyrics contexts start at the beginning, and s

Re: In divisi lyrics, \skip in the top line skips two notes and causes bottom line to skip one note

2016-06-17 Thread Simon Albrecht
On 17.06.2016 21:47, David Kastrup wrote: Edward Usher writes: A question on the following MWE: \version "2.18.2" \score { << \new Voice = "melody" { \time 3/4 c'4 c'4 c'4 | c'4 c'4 c'4 | c'2. | } \new Lyrics \lyricsto "melody" { << { a \skip 1

Re: In divisi lyrics, \skip in the top line skips two notes and causes bottom line to skip one note

2016-06-17 Thread David Kastrup
Edward Usher writes: > A question on the following MWE: > > \version "2.18.2" > \score { > << > \new Voice = "melody" { > \time 3/4 > c'4 c'4 c'4 | c'4 c'4 c'4 | c'2. | > } > \new Lyrics \lyricsto "melody" { > << > { a \skip 1 c } > \new Lyrics { >

Re: In divisi lyrics, \skip in the top line skips two notes and causes bottom line to skip one note

2016-06-17 Thread Edward Usher
Ah, looks I misappropriated code that was intended for multiple verses. So my revised question would be about %%% \version "2.18.2" \score { << \new Staff { \new Voice = "melody" { \time 3/4 \repeat volta 2 { c'4 c'4 c'4 | c'4 c'4 c'4 | c'2. | } }

Re: In divisi lyrics, \skip in the top line skips two notes and causes bottom line to skip one note

2016-06-17 Thread Simon Albrecht
Hi Edward, On 17.06.2016 20:48, Edward Usher wrote: A question on the following MWE: \version "2.18.2" \score { << \new Voice = "melody" { \time 3/4 c'4 c'4 c'4 | c'4 c'4 c'4 | c'2. | } \new Lyrics \lyricsto "melody" { << { a \skip 1 c } \new Lyri

In divisi lyrics, \skip in the top line skips two notes and causes bottom line to skip one note

2016-06-17 Thread Edward Usher
A question on the following MWE: \version "2.18.2" \score { << \new Voice = "melody" { \time 3/4 c'4 c'4 c'4 | c'4 c'4 c'4 | c'2. | } \new Lyrics \lyricsto "melody" { << { a \skip 1 c } \new Lyrics { \set associatedVoice = "melody"