bug-lilypond
[Top][All Lists]
Advanced

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

Extra leading repeat sign with leading rest and lyrics


From: Todd Hesla
Subject: Extra leading repeat sign with leading rest and lyrics
Date: Tue, 29 Jan 2013 03:44:47 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

> I'm not top posting.

% When processing a volta repeat containing a leading rest and lyrics,
% Lilypond 2.14.2 adds an extra leading repeat sign where the lyrics start
% (after the rest).

\version "2.14.2"

notes = \relative c' {
  c4 c c c |
  \repeat volta 2 { r c d e | f1 | }
}

words = \lyricmode {
  I want to sing.
  \repeat volta 2 { My dog has fleas. }
}

\score {
  \new Staff <<
    \new Voice = "solo" \notes
    \lyricsto "solo" \new Lyrics \words
  >>
}





reply via email to

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