lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 3149 in lilypond: Extra leading repeat sign with l


From: lilypond
Subject: [Lilypond-auto] Issue 3149 in lilypond: Extra leading repeat sign with leading rest and lyrics
Date: Wed, 30 Jan 2013 13:13:12 +0000

Status: Accepted
Owner: ----
Labels: Type-Ugly

New issue 3149 by address@hidden: Extra leading repeat sign with leading rest and lyrics
http://code.google.com/p/lilypond/issues/detail?id=3149

Todd Hesla wrote :

% 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
  >>
}


Attachments:
        Test.pdf  23.4 KB




reply via email to

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