lilypond-user
[Top][All Lists]
Advanced

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

Re: Inter-staff bar line for ChoirStaff?


From: Jean Abou Samra
Subject: Re: Inter-staff bar line for ChoirStaff?
Date: Thu, 17 Mar 2022 23:55:01 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0



Le 17/03/2022 à 23:22, Matthew Fong a écrit :
Hello Jean,

I only want the bar lines interstaff at the double bar, and not at every measure. The purpose is this helps better visually mark the end of a phrase.

I'm also trying to avoid Mensurstriche layout, since the choir doesn't seem to like it very much.


Many thanks,
mattfong


Ah, sorry, I misread completely. You could do

\version "2.22.2"

\layout {
  \context {
    \ChoirStaff
    \consists Span_bar_engraver
    \override BarLine.allow-span-bar = ##f
  }
}

spanBarHere = \once \override ChoirStaff.BarLine.allow-span-bar = ##t


\new ChoirStaff <<
  \new Staff { 1 1 \spanBarHere \bar "||" 1 }
  \new Staff { 1 1 1 }
>>







reply via email to

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