lilypond-user
[Top][All Lists]
Advanced

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

Re: \break after \alternative


From: Xavier Scheuer
Subject: Re: \break after \alternative
Date: Wed, 26 May 2010 22:53:31 +0200

2010/5/26 Hajo Dezelski <address@hidden>:

> 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 <address@hidden>



reply via email to

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