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
\version "2.19.37"
<<
  \new Staff \relative {
    \key es \major
    es'8 f g as bes c d es
  }
  {
    \skip 2
    \new Staff \relative {
      \key es \major
      \once\omit Staff.TimeSignature
      es'2
    }
  }
>>
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to