I'd advocate to keep minimum-length.

I second the vote for collapse-length.

Ok, next try:

s/minimum-length/length-limit-or-forced-length/g

     (length-limit-or-forced-length ,ly:dimension? "An automatically
generated lyric extender is suppressed if it would be shorter than
this length. A forced lyric extender is given this length if possible.")

I still have one problem:

\score {
    %\displayMusic
  <<
    \new Voice = "singleVoice" {
        \relative {
          a'4 a a a
          \repeat volta 3 { b4 b b b }
          c4 c c c
       }
    }
    \displayMusic \new Lyrics \lyricsto "singleVoice" {
      Not re -- peat -- ed.
      <<
        { The first time words.    }
        \new Lyrics { \set associatedVoice = "singleVoice" Sec -- ond time  
words. #(make-music (quote CompletizeExtenderEvent)) }
        \new Lyrics { \set associatedVoice = "singleVoice" The third time 
words. #(make-music (quote CompletizeExtenderEvent)) }
      >>
    }
  >>
}

I would like to see a CompletizeExtenderEvent automatically generated at the 
places indicated above ... I think that this could be possible in the
add-lyrics code defined at the end of scm/ly-syntax-constructors.scm. Any ideas 
how to change the code there?

cu,
 Knut

_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to