Hi Ernie,

That's because in between two measures, there is only one bar line, break or no 
break. 
So, you override your first end-repeat bar before the break with a start-repeat 
after the break right away. 

You should use just one bar sign, in your case the double bar ":|.|:"

Or use repeats and no bar oberrides, this works in any case ...

Best, Robert

> On 13 Mar 2018, at 00:56, Ernie Braganza <ernie.braga...@gmail.com> wrote:
> 
> I have a song form AABB, but I am unable to make the ending repeat for 
> section A show up. My example uses \bar commands, but the same thing happens 
> when I use \repeat volta. Any ideas what I am doing wrong?
> 
> \version "2.19.36"
> \score {
>   \relative c'' {
>     \mark  \default %section A
>     \bar ".|:"
>     c1
>     \bar ":|." % The end repeat for section A does not appear
>     \break
>     \mark  \default %section B
>     \bar ".|:"
>     c1
>     \bar ":|."
>   }
> }
> 
> Ernie Braganza
> Virginia, USA
> _______________________________________________
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user


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

Reply via email to