lilypond-user
[Top][All Lists]
Advanced

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

legato lyrics


From: Martin Tarenskeen
Subject: legato lyrics
Date: Fri, 4 Jul 2014 10:59:47 +0200 (CEST)
User-agent: Alpine 2.11 (LFD 23 2013-08-11)


Hi,

In the following example, why are the lyrics correct in the first bars, but are failing when I add a legato slur ??


\version "2.19.8"

mymelody =  \relative c' {
  c4 c4 g'4 g4 |
  a4 a4 g2 |
  \break

  c,4( c4 g'4 g4 |
  a4 a4 g2) \bar "|."
}

mylyrics =  \lyricmode { Twin- kle twin- kle lit- tle star }

\score {
  <<
    \new Staff <<
      \context Voice = "mymelody" { \mymelody }
      \new Lyrics \lyricsto "mymelody" { \mylyrics \mylyrics }
    >>
  >>
  \layout {}
}

Attachment: Twinkle_Twinkle_Little_Star.ly
Description: Text document


reply via email to

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