lilypond-user
[Top][All Lists]
Advanced

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

Re: Barline after time signature


From: Noeck
Subject: Re: Barline after time signature
Date: Fri, 28 Jun 2013 17:11:51 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130623 Thunderbird/17.0.7

> 
> What I'd try first is _moving_ the time signature with its x-offset. But
> I don't know if that will lead anywhere.
> 
> Urs

The part of your question involving the shift of the time signature
might be solved by something like this:

\relative c' { c d e f
\override Score.BreakAlignment #'break-align-orders = #(
               make-vector 3 '(
                       time-signature
                       span-bar
                       breathing-sign
                       staff-bar
                       clef
                       key-cancellation
                       key-signature
 ) )
\time 3/4 c d e
\time 4/4 c d e f
}

Cheers,
Joram



reply via email to

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