Hello,

following 19th century practice, I am using StaffGroup for choir scores. When there are longer syllables at the end of a measure, they avoid to overlap with the span bar, which costs horizontal space. I’d prefer this to be turned off, but how? I might conduct a lengthy and imprecise search over the manuals, but maybe someone can help out?

TIA, Simon
\version "2.19.25"

mus = \relative {
  \partial 8
  fis'8( |
  g8.) 16 dis4
}
text = \lyricmode { Was -- sers gnug }

\layout {
  \context {
    \Lyrics
    \override LyricText.whiteout-box = ##t
    \override LyricHyphen.whiteout = ##t
  }
}

\score {
  \new StaffGroup <<
    \mus
    \addlyrics \text
    \mus
  >>
}
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to