Look at that! That actually did the trick. Great! Though, I still
think it is better not to do this, but leave it at the defautl of no
initial repeat sign in this case.

--
Sven Axelsson

On 08/04/06, Mats Bengtsson <[EMAIL PROTECTED]> wrote:
> To get a |: printed at the start of the piece, use an
> explicit \bar "|:".
>
> To get time signatures before bar lines instead of after,
> you can do
> \override Score.BreakAlignment #'break-align-orders =
>   #(make-vector  3
>      '(left-edge
>        ambitus
>        breathing-sign
>        clef
>        time-signature
>        staff-bar
>        key-cancellation
>        key-signature
>        custos))
>
> To find something on this in the documentation, I afraid
> you have to click on
> Program Reference -> Backend -> All layout objects ->
> BreakAlignment
>
>    /Mats


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

Reply via email to