Hi William and thanks for your help.
Le jeu. 6 mars 2025, à 21 h 12, William Rehwinkel
a écrit :
> You can hide the staff barline like this:
> \once \hide Staff.BarLine
But then, with the
\once \hide Staff.BarLine
solution, it hides the bar line in other situations.
The problem is, I do not do
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-
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
}
>>
--
Pierre-Luc Gauthier