harm6 wrote: > > Hi Eluze, > > 2012/2/28 -Eluze <[email protected]>: >> >> >> 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. _______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
