> 
> 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

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

Reply via email to