lilypond-user
[Top][All Lists]
Advanced

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

Re: Placing clef change *after* bar line


From: -Eluze
Subject: Re: Placing clef change *after* bar line
Date: Tue, 28 Feb 2012 15:45:54 -0800 (PST)


harm6 wrote:
> 
> Hi Eluze,
> 
> 2012/2/28 -Eluze <address@hidden>:
>>
>>
>> David Nalesnik-2 wrote:
> 
>>> You can do an override of Score.BreakAlignment #'break-align-orders and
>>> get
>>> the result you want.
>>>
>>> (See
>>> http://www.lilypond.org/doc/v2.14/Documentation/internals/breakalignment
>>> for
>>> more information.)
>>>
>>> HTH,
>>>
> 
> try:
> 
> \relative {
>  \key e \major
>  \repeat volta 2 {
>    c1
>    c1
>  }
>  \override Score.BreakAlignment #'break-align-orders = #(
>                make-vector 3 '(
>                        span-bar
>                        breathing-sign
>                        staff-bar
>                        clef
>                        key-cancellation
>                        key-signature
>                        time-signature
>  ) )
>  \clef bass
>  \key a \major
>  c,1
>  c
> }
> 
hey Harm

that's evident, isn't it - thanks!

Eluze
-- 
View this message in context: 
http://old.nabble.com/Placing-clef-change-*after*-bar-line-tp33404234p33410626.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.




reply via email to

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