> Message: 6
> Date: Thu, 26 Jun 2014 20:20:16 +0200
> From: Marc Hohl <m...@hohlart.de>
> Subject: Re: Repeat volta not at beginning of piece doesn't get
>       initial repeat  bar line
> [...]
>> Sorry, that doesn't work for me, result is the same.  I assume you're saying 
>> to replace the \bar "||" with \bar ".|:-||".
> 
> Typo?

No, I cut and pasted.

It turns out that in my zeal to come up with a minimal example, I omitted 
"\score { \new Staff { \music }}.  My example compiled, but didn't generate the 
initial repeat bar line.  Putting it in makes it work.  Thanks for the info.

Do you know why omitting the \score info causes the initial repeat to also be 
omitted?

> 
> \version "2.18.2"
> 
> music = \relative b' {
>    a1 a a a
>    \bar ".|:-||"
> 
>    \break
> 
>    \repeat volta 2 { a4 b c d }
> }
> 
> \score  {
>   \new Staff { \music }
> }
> 
> compiles for me and yields in a || at the end of the first and a .|: at
> the beginning of the next line.


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

Reply via email to