lilypond-user
[Top][All Lists]
Advanced

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

Re: Displaying StaffGroupBar after tweak


From: Jean Abou Samra
Subject: Re: Displaying StaffGroupBar after tweak
Date: Fri, 16 Jun 2023 15:24:20 +0200
User-agent: Evolution 3.48.3 (3.48.3-1.fc38)

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 }
>> 

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

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