Hello Kaj, 

you can put an empty measure in between and interrupt the staff lines via
\stopStaff and \startStaff.
The huge override section is taken from a snippet, it's needed to have the
natural sign before the double bar line. I hope this helps:


% --------------------------------------------------------------------

\version "2.18.2"

\relative c' {
  
  \override Score.BreakAlignment.break-align-orders =
    ##((left-edge ambitus breathing-sign clef staff-bar
                   key-cancellation key-signature time-signature custos)

        (left-edge ambitus breathing-sign clef key-cancellation
                   staff-bar key-signature time-signature custos)

        (left-edge ambitus breathing-sign clef key-cancellation
                   key-signature staff-bar time-signature custos))
  
  \key f \major
  e4 e e e
  \key c \major
  \bar "|."
  \stopStaff
  s1
  \startStaff
  f4 f f f
  \bar "|."
}

% --------------------------------------------------------------------


Cheers, 
Klaus






--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Closing-key-and-two-staves-on-the-same-line-tp171496p171499.html
Sent from the User mailing list archive at Nabble.com.

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to