lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Closing key and two staves on the same line


From: Klaus Blum
Subject: Re: Closing key and two staves on the same line
Date: Fri, 6 Feb 2015 07:22:59 -0700 (MST)

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]