Le vendredi 16 juin 2023 à 14:59 +0200, Karim Haddad a écrit : > I customize staffs using the following tweak: > [...] > > Whenever there is a pagebreak (explicit or automatic), the StaffGroupBar > disappears. > I know i am missing something here. > Here is a somehow not so moderate MWE (sorry):
I don't have the time to find a solution right now, but for a start, here is
already a more "M" MWE:
```
\version "2.24.1"
kHide = {
\stopStaff
\override Staff.StaffSymbol.line-count= 1
\startStaff
}
\new StaffGroup <<
\new Staff { R1 R1 \break \kHide R1 R1 }
\new Staff { R1 R1 R1 R1 }
>>
```
signature.asc
Description: This is a digitally signed message part
