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 as bes c d es
  }
  {
    \skip 2
    \new Staff \relative {
      \key es \major
      \override Staff.Clef.X-extent = #empty-interval
      \override Staff.Clef.extra-offset = #'(-6 . 0)
      \override Staff.KeySignature.X-extent = #empty-interval
      \override Staff.KeySignature.extra-offset = #'(-3 . 0)
      \once \omit Staff.TimeSignature
      es'2
    }
  }
>>

Hope this helps!
Kieren.
________________________________

Kieren MacMillan, composer
‣ website: www.kierenmacmillan.info
‣ email: [email protected]


_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to