I have reproduced the behavior that James described.
I hope this helps.

Regards
Helge

\version "2.16.0"

sopranoVoice = \relative c' {
  \repeat unfold 24 { r4 }
  r4 f f8 g4 f8 ~ | f1
  \repeat unfold 24 { r4 }
}

verse = \lyricmode {
  in Ter -- re Haute.
}

\score {
  \new Staff { \sopranoVoice }
  \addlyrics { \verse }
}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to