bug-lilypond
[Top][All Lists]
Advanced

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

Re: Lyric hyphen missing in repeat alternatives


From: Graham Percival
Subject: Re: Lyric hyphen missing in repeat alternatives
Date: Mon, 15 Jan 2007 12:59:39 -0800
User-agent: Thunderbird 1.5.0.9 (Macintosh/20061207)

Thanks,
http://code.google.com/p/lilypond/issues/detail?id=239

Cheers,
- Graham

Cameron Horsburgh wrote:
Hi folks,

When syllables of a word are broken over repeat alternatives the
second (and presumably subsequent) alternatives don't receive a hyphen
as required.

I have no real work around -- how do I enter such a hyphen manually
(or do we need a repeatHyphen command, analogous to repeatTie?)

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

%Words broken over an alternative ending don't receive a hyphen as expected.

\version "2.11.7"
<<
  \new Voice = "melody" \relative c'' {
    \repeat volta 2{
          c4 e4 d4. c8 |
    }
    \alternative {
      {c1}
      {c1}
    }
}

\new Lyrics \lyricsto "melody"
{ \repeat volta 2 {
          bonds of Cal -- va --
      }
    \alternative{
      {    ry. }
      {    ry. }
} }


------------------------------------------------------------------------


------------------------------------------------------------------------

_______________________________________________
bug-lilypond mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-lilypond





reply via email to

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