lilypond-user
[Top][All Lists]
Advanced

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

Re: Verses and melisma too long


From: Wilbert Berendsen
Subject: Re: Verses and melisma too long
Date: Mon, 15 Jun 2009 12:38:05 +0200
User-agent: KMail/1.11.4 (Linux/2.6.28-11-generic; KDE/4.2.4; i686; ; )

Op maandag 15 juni 2009, schreef lasconic:
> Any idea why the melisma is so long on second verse? Why it does not stop
> on the rest, just like the first verse? How can I solve it?

The second verse has an extra space.
When you use associatedVoice, you don't need to set the length of the 
syllabes. Even better is using \lyricsto:

\version "2.12.2"
#(ly:set-option 'point-and-click #f)
    
melody = 
{
  \clef treble
  \key c \major
  \time 6/8 
  r4. r8 e'8 [ c'8 ] |
  d'16 [  e'16 ] d'4~ d'4.  |
  r4 g8 g8 [  b8 d'8 ] |
  e'16 [  d'16 ] c'4~ c'4.  |
}


\score {
  <<
    \new Voice = "melody" \melody
    \new Lyrics \lyricsto "melody" {
      Just a per -- fect day, __ 
      drink sang -- ri --   a in the park, __
    }
    \new Lyrics \lyricsto "melody" {
      Just a per -- fect day, __
      pro -- blems all left a -- _ lone. __
    } 
  >>
}




best regards,
Wilbert Berendsen

-- 
Frescobaldi, LilyPond editor for KDE: http://www.frescobaldi.org/




reply via email to

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