lilypond-user
[Top][All Lists]
Advanced

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

Re: consecutive \repeat volta: bug?


From: james
Subject: Re: consecutive \repeat volta: bug?
Date: Tue, 11 Sep 2012 00:03:11 +0200

On Sep 10, 2012, at 11:52 PM, luis jure wrote:

> 
> this looks like a bug to me, but i'd like to hear comments from people with
> a better understanding of lilypond than me.
> 
> when writing two consecutive "\repeat volta", the thin bar lines are
> omitted, which i think is wrong. in any case, it's usual to use only one
> thick line (here they are repeated).
> 
> here's some basic code, and the results using 2.16.0
> 
>  \relative c'' {
>        c1
>        \repeat volta 3 { c2 c } |
>        \repeat volta 3 { c2 c } |
> }

Do you mean like 
\version "2.16.0"
 \relative c'' {
       c1
       \repeat volta 3 { c2 c } \bar ":|.|:"
       \repeat volta 3 { c2 c } |
}




reply via email to

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