lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ChoirStaff with spanning bar lines at breaks


From: Jeff Olson
Subject: Re: ChoirStaff with spanning bar lines at breaks
Date: Tue, 18 Oct 2022 09:42:14 -0600
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.3.3


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

[Prev in Thread] Current Thread [Next in Thread]