lilypond-user
[Top][All Lists]
Advanced

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

Lyrics problem


From: Jacques Bedaux
Subject: Lyrics problem
Date: Sun, 2 Oct 2016 20:06:25 +0200
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0

Hi all

I have a problem with lyrics in a voice that splits in two parts for only one or two measures, so you don't want to make two different voices. Lilypond gets confused and skips a part of the music.

Who could solve this problem for me?

Thanks in advance,

Jacques

My minimum example is:

\version "2.18.2"

text = \lyricmode { This is nice This is nice }

musicOne = \relative c' {
e4 f g2 e4 <<{f8( a) c2}\\{f,4 g2}>> }
musicTwo = \relative c' {
c4 d e2 c4 d e2
}

\score{
  \new StaffGroup <<
    \new Staff <<
      \new Voice ="one" { \musicOne }
    >>
    \new Lyrics \lyricsto "one" { \text }
    \new Staff <<
      \new Voice ="two" { \musicTwo }
    >>
    \new Lyrics \lyricsto "two" { \text }
  >>
}


---
Dit e-mailbericht is gecontroleerd op virussen met Avast antivirussoftware.
https://www.avast.com/antivirus




reply via email to

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