Menu

#262 lyric extender line stops at rest

Verified
nobody
Defect
2017-02-04
2007-01-30
Anonymous
No

Originally created by: *anonymous

Originally created by: gpermus@gmail.com
Originally owned by: gpermus@gmail.com

%{
The extender line stops at the first rest instead of continuing until the
\melismaEnd

In lily 2.9.29, the extender continued until the \melismaEnd.
%}

\version "2.11.14"
<<
  \new Voice = "one" \relative c'' {
  c4\melisma c4 c4 c
  c4 r c\melismaEnd c
}
\new Lyrics \lyricsto "one" { Test __ end }
%\new Lyrics \lyricsto "one" { Test -- end }
>>

1 Attachments

Discussion

  • Google Importer

    Google Importer - 2007-01-30

    Originally posted by: gpermus@gmail.com

    (No comment was entered for this change.)

    Labels: -Priority-Medium Priority-Regression

     
  • Google Importer

    Google Importer - 2007-01-31

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

    input/regression/lyric-extender-rest.ly

    Labels: fixed_2_11_15

     
  • Google Importer

    Google Importer - 2007-01-31

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

    (No comment was entered for this change.)

    Status: Fixed

     
  • Google Importer

    Google Importer - 2007-01-31

    Originally posted by: gpermus@gmail.com

    (No comment was entered for this change.)

    Status: Verified

     
  • David Kastrup

    David Kastrup - 2017-02-04

    So nobody noticed that the value of the new extendersOverRests property actually does not matter but extenders always reach over rests now?

     
    • Simon Albrecht

      Simon Albrecht - 2017-02-04

      Apparently they didn’t. Thanks for spotting the mistake!