Dear Pierre-Luc, You can hide the staff barline like this:
\version "2.25.24"
<<
\new Staff { c''4 4 4 4 | 4 4 4 4 4 }
\new Staff {
\stopStaff
s1 |
\once \hide Staff.BarLine % <----
\break
\startStaff
c'4 c' c' c' c'
}
>>
Thanks,
-William
On 3/6/25 20:43, Pierre-Luc Gauthier wrote:
Hi everyone, Is there a way to remove the "spurious" barline at the end of bar 1 of the second Staff ? Please see the attached image. MWE : \version "2.25.24" << { c''4 4 4 4 | 4 } { \stopStaff s1 | \break \startStaff c'4 }
-- William Rehwinkel (any pronouns) Juilliard School '26 - Oberlin Conservatory '24 [email protected] - https://williamrehwinkel.net PGP Public Key: https://ftp.williamrehwinkel.net/pubkey.txt
OpenPGP_signature.asc
Description: OpenPGP digital signature
