2010/5/26 Hajo Dezelski <[email protected]>:

> Hello,
> always struggeling: I have 2 repeat sections. The first one endes in:
>
>    \alternative {
>             { r8 b,4 a8 g8 [fis] }
>             { r4 b4 a  \bar "||" }
>         }
>
> Where do I have to put the \break to begin the second repeat section in a
> new line?
>
> I tried nearly everything, but the always the wrong ones...

Hi!

I would say (if I understood correctly what you want) just at the end
of first alternative, i.e.

  \alternative {
    { r8 b,4 a8 g8 [fis] \break }
    { r4 b4 a  \bar "||" }
  }

Works well here (2.13.21).

Cheers,
Xavier

--
Xavier Scheuer <[email protected]>

_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to