Menu

#239 Lyric does not have a hyphen if it is repeated in an alternate ending

Accepted
nobody
None
Ugly
2015-09-15
2007-01-15
Anonymous
No

Originally created by: *anonymous

Originally created by: *anonymous

Originally created by: gpermus@gmail.com

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

gp: this might count as an enhancement; I'm not sure.

\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. }
    }
  }
1 Attachments

Discussion

  • Google Importer

    Google Importer - 2007-01-16

    Originally posted by: hanw...@gmail.com

    (No comment was entered for this change.)

    Labels: -Type-Defect Type-Enhancement

     
  • Google Importer

    Google Importer - 2007-01-16

    Originally posted by: hanw...@gmail.com

    you could try

    \alternative { { ry. } { -- ry. } }

    or

    \alternative { { ry. -- } { ry. } }

    (please change to low if either works)

     
  • Google Importer

    Google Importer - 2007-01-16

    Originally posted by: hanw...@gmail.com

    mats suggests

    \alternative { { ry. } { "- ry." } }

    Labels: -Priority-Medium Priority-Low

     
  • Google Importer

    Google Importer - 2008-05-30

    Originally posted by: v.villenave

    (Reproduced with 2.11.47)

     
  • Google Importer

    Google Importer - 2011-09-12

    Originally posted by: pkx1...@gmail.com

    Still occurs in 2.15.11 - see attached

    Summary: Lyric does not have a hyphen if it is repeated in an alternate ending
    Owner: ---
    Labels: -Type-Enhancement Type-Ugly

     

Log in to post a comment.