On 22/04/2024 17:06, Johannes Roeßler wrote:
I'd like to achieve this:
Any ideas?
This is close to your picture
\version "2.24.2"
\new StaffGroup <<
\new Staff="staffa" { a'1 1
\once \override Score.BreakAlignment.break-align-orders =
#(make-vector 3 '(staff-bar clef key-signature time-signature))
\bar ".|"
<<
\new Staff \with { alignAboveContext = "staffa" } { c''1 }
\new Staff \with { alignAboveContext = "staffa" } { b'1 }
\context Staff="staffa" { \clef "treble" \time 4/4 \key g\major a'1 }
\new Staff \with { alignBelowContext = "staffa" } { g'1 }
>>
}
>>
--
Timothy Lanfear, Bristol, UK.