lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Lyrics across multi-voice sections


From: Xavier Scheuer
Subject: Re: Lyrics across multi-voice sections
Date: Sun, 28 Feb 2010 22:59:37 +0100

2010/2/28 Alberto Simões <address@hidden>:

> Hello
>
> I have a music where in some places the voice splits, like:
>
>    << { g2 ~ g8 } \\ { s8 e8[ dis d] cis } >>
>
> I was trying to make lyrics align with the top voice of these splits.
> I tried to use:
>
>    << { \voiceOne g2 ~ g8 } \\ { s8 e8[ dis d] cis } >>

Hi,

Voices in a << { ... } \\ { ... } >> structure are both different than
voices outside that structure.

You should either name you main, outside Voice "1" (because in the
<< { ... } \\ { ... } >> structure first Voice is called "1",
second "2" and so on...).
Either use explicit instantiated Voices, like this :

  <<
    { \voiceOne g2 ~ g8 }
    \new Voice = "blabla" { \voiceTwo s8 e8[ dis d] cis }
  >> \oneVoice

The first { ... } that appears in a << ... >> with instanciated Voices
(i.e. without "\\") is considered as the continuation as the main
Voice outside the << ... >> structure.

Hope it is clear,
Xavier

--
Xavier Scheuer <address@hidden>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]