Hi Spencer,

Please always send a tiny example:
http://www.lilypond.org/tiny-examples.html

How about :

\version "2.18.2"

voiceA = \relative {
  \time 6/4
  c''4 d e f g a
  \time 4/4
  g f e d
  c1
}

voiceB = \relative {
  \time 6/4
  s1.
  \time 4/4
  g'4 a b c
  s1
}

lyricsA = \lyricmode {
  \repeat unfold 11 Bla
}

lyricsB = \lyricmode {
  \repeat unfold 4 Blu
}

<<
  \new Staff <<
    \new Voice = "Voice A" { \voiceOne\voiceA }
    \new Voice = "Voice B" { \voiceTwo\voiceB }
  >>
  \new Lyrics \lyricsto "Voice A" \lyricsA
  \new Lyrics \lyricsto "Voice B" \lyricsB
>>

Cheers,
Pierre


2015-09-29 4:48 GMT+02:00 Do something Artistic <[email protected]>:

> I have been working on a piece of music for some time now and cannot seem
> to get the following to happen.
>
> 1. vocal parts with different measure lengths. Lilypond always seems to
> want to line bars up especially when one bar now has six beats from four or
> changes.
> 2. attach words to a split vocal line of the form << {}\\ {}>> lilypond
> seems to want to just skip over it and go to the next "normal" part.
>
> Spencer
>
> _______________________________________________
> lilypond-user mailing list
> [email protected]
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
>
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to