lilypond-user
[Top][All Lists]
Advanced

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

LyricExtender extends too far in some verses


From: Jonathan Kulp
Subject: LyricExtender extends too far in some verses
Date: Wed, 19 Nov 2008 22:39:17 -0600
User-agent: Thunderbird 2.0.0.17 (X11/20080925)

One of my songs has four verses of text for most of the song, but for the last part there's only one line of text. My problem is that the LyricExtenders are sticking way too far out at the end of the three verses that do not keep going. This looks similar to issue 331 but as far as I can tell there was no resolution to the problem:

http://code.google.com/p/lilypond/issues/detail?id=331

Can anyone tell me how to make the Lyric extenders stop at the right place?

Minimal example code and image attached.  Thanks,

Jon
--
Jonathan Kulp
http://www.jonathankulp.com

%%%%%%%%%%%%%%

\version "2.11.64"

voiceNotes = \relative c'' {
  \time 3/4
  d16( c) b8 ~ b2
  r4 f'4.^\mf\<      e8
}

verseOne =  \lyricmode { tar -- de. __ ¡Ay, Mo }

verseTwo = \lyricmode { tar -- es. __ }

verseThree = \lyricmode { ai -- re __ }

verseFour = \lyricmode { gran -- des. __ }

\score {
  \new Staff = "voice" <<
        \context Voice = "voice" { \voiceNotes }
        \new Lyrics \lyricsto "voice" { \verseOne }
        \new Lyrics \lyricsto "voice" { \verseTwo }
        \new Lyrics \lyricsto "voice" { \verseThree }
        \new Lyrics \lyricsto "voice" { \verseFour }
  >>
}

%%%%%%%%%%%%%%%%

Attachment: lyric-prob-minimal.png
Description: PNG image


reply via email to

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