Menu

#4856 missing minimum distance for extender line in lyrics

Accepted
nobody
None
Ugly
2016-05-27
2016-05-18
No
\version "2.19.41"

#(set-default-paper-size "a8")
#(set-global-staff-size 19)

\paper {
  systems-per-page = 5 }
\header {
  texidoc = "Setting a minimum non-staff related-staff distance is necessary
for extender lines on a lyrics line that contains no words.

Here is a counterexample.  If you comment out the two lines below, you get
the right behaviour."

  tagline = "" }

<<
  \new Voice = "solo" {
    c''1 ~ \break
    c''1 ~ \break
    c''1 ~ \break
    c''1 ~ \break
    c''1 }
  \new Lyrics \with {
%    \override VerticalAxisGroup.nonstaff-relatedstaff-spacing
%                               .minimum-distance = #4
  } \lyricsto "solo" {
    foo __ }
>>

% eof
2 Attachments

Discussion

  • Werner LEMBERG

    Werner LEMBERG - 2016-05-18

    Ah, I forgot to mention that I suggest to add a default value for minimum-distance in the engraver-init.ly file.

     
  • Federico Bruni

    Federico Bruni - 2016-05-27
    • status: New --> Accepted
     

Log in to post a comment.