lilypond-user
[Top][All Lists]
Advanced

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

Re: Re: Closing key and two staves on the same line


From: Kaj
Subject: Re: Re: Closing key and two staves on the same line
Date: Fri, 06 Feb 2015 18:51:46 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.4.0

Wow!

That was a solution! Should never had found it myself, and, to be honest, do not understand it neither. Not yet, but I will try to. And obviously it works.

So Klaus, danke schön!

Den 2015-02-06 15:22, skrev Klaus Blum:
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]