bug-lilypond
[Top][All Lists]
Advanced

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

Lyric hyphen missing in repeat alternatives


From: Cameron Horsburgh
Subject: Lyric hyphen missing in repeat alternatives
Date: Mon, 15 Jan 2007 14:56:21 +1100
User-agent: Mutt/1.5.13 (2006-08-11)

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

-- 

=============================================
Cameron Horsburgh

=============================================

Attachment: repeatHyphen.png
Description: PNG image


reply via email to

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