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 } |
}
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user