lilypond-user
[Top][All Lists]
Advanced

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

Re: problem with lyric extender line


From: Jay Anderson
Subject: Re: problem with lyric extender line
Date: Sun, 15 May 2016 16:48:46 -0700

On Sun, May 15, 2016 at 4:38 PM, Craig Dabelstein
<address@hidden> wrote:
> I have a score that requires the players to also sing. Can anyone tell me
> how I can get the vocal extender line in the 2nd oboe to stop at the end of
> bar 5?  I've tried both \skip and "  " but neither gives the right output.

Remove the \skip in `oboeIIWordsScore` and change the voice names so
they don't collide. Something like this:

<<
  \new Staff {
    \new Voice = "flutes" { ... }
  }
  \new Lyrics \lysicsto "flutes" { ... }

  \new Staff {
    \new Voice = "oboe1" { ... }
  }
  \new Lyrics \lysicsto "oboe1" { ... }

  \new Staff {
    \new Voice = "oboe2" { ... }
  }
  \new Lyrics \lysicsto "oboe2" { ... }
>>

-----Jay



reply via email to

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