Hi Johannes,
I am editing a fragmental piece of music and want to show that the first measures are lost - like this:
<qDLPcIPOlHB04ZpQ.jpg>
I have no idea how to achieve this :( - pls advice
It’s a little hacky, but…
%%% SNIPPET BEGINS
\version "2.23.82"
global = {
\key f \major
s1
}
upper = {
\set GrandStaff.connectArpeggios = ##t
\override GrandStaff.Arpeggio.thickness = #2
\override GrandStaff.Arpeggio.stencil =
#ly:arpeggio::brew-chord-bracket
\once \hide NoteHead g''1*1/2\arpeggio
\once \override GrandStaff.Arpeggio.rotation = #'(180 0 0)
\once \omit NoteHead g''1*1/2\arpeggio
R1
}
lower = {
\clef bass
\once \omit NoteHead e,1*1/2\arpeggio
\once \omit NoteHead e,1*1/2\arpeggio
R1
}
\new GrandStaff <<
\new Staff << \global \upper >>
\new Staff << \global \lower >>
%%% SNIPPET ENDS
Hope that helps!
Kieren.
______________________________________________
My work day may look different than your work day. Please do not feel obligated to read or respond to this email outside of your normal working hours.