Re: Extra leading repeat sign with leading rest and lyrics

2013-01-30 Thread Ralph Palmer
On Mon, Jan 28, 2013 at 10:44 PM, Todd Hesla  wrote:

> > 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).
>

Thanks for the report, Todd Hesla. This has been entered as Issue 3149 :
http://code.google.com/p/lilypond/issues/detail?id=3149

Ralph
___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond


Extra leading repeat sign with leading rest and lyrics

2013-01-28 Thread Todd Hesla
> 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
  >>
}



___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond