On 10/18/2022 5:30 AM, Lukas-Fabian Moser wrote:
\version "2.22.1"

\layout {
  \context {
    \ChoirStaff
    \consists Span_bar_engraver
    \override SpanBar.break-visibility = ##(#t #f #f)
  }
}

... or, if you want to have the illusion of being able to talk to LilyPond in English, equivalently:

\layout {
  \context {
    \ChoirStaff
    \consists Span_bar_engraver
    \override SpanBar.break-visibility = #end-of-line-visible
  }
}
On 10/18/2022 8:24 AM, Kieren MacMillan wrote:
Lukas,

... or, if you want to have the illusion of being able to talk to LilyPond in 
English
BWAHAHAHAHA!
Kieren

Perfect!  Thank you, all!

I got as close as the Span_bar_engraver in Internals but figured ChoirStaff had to suppress it.  Now it looks obvious.

BTW, the source was "Still, Still, Still" in the book "Alte deutsche Volkslieder" by Hans Müller published in 1916 by Germanistische Presse, New York.  All 99 songs in the book follow this convention.

Jeff

Reply via email to