Or even:
<<
\new Staff \relative {
\key es \major
es'8 f g as bes c d es
}
{
\skip 1*1/100
\new Staff \relative {
\key es \major
\once\omit Staff.TimeSignature
\once\override Staff.Clef.X-extent = #'(-1 . 0)
\once\override Staff.Clef.full-size-change =
And with a full-size clef:
<<
\new Staff \relative {
\key es \major
es'8 f g as bes c d es
}
{
\skip 1*1/100
\new Staff \relative {
\key es \major
\once\omit Staff.TimeSignature
\once\override Staff.Clef.extra-offset = #'(.8 . 0)
\once\override Staff.K
Hi Simon, Hi Kieren,
How about:
<<
\new Staff \relative {
\key es \major
es'8 f g as bes c d es
}
{
\skip 1*1/100
\new Staff \relative {
\key es \major
\once\omit Staff.TimeSignature
\once\override Staff.Clef.extra-offset = #'(.5 . 0)
s4*96/100 s4 es'
Hi Simon,
> If I have a new Staff appearing in the middle of a system, how can I make the
> key signature and clef not expand spacing in the other staves, i.e. shift to
> the right below the previous music?
Maybe there’s a hint here?
<<
\new Staff \relative {
\key es \major
es'8 f g
Hello,
this is complicated to describe, but the example should be easily
understood. If I have a new Staff appearing in the middle of a system,
how can I make the key signature and clef not expand spacing in the
other staves, i.e. shift to the right below the previous music?
Best, Simon
\ver