lilypond-user
[Top][All Lists]
Advanced

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

Re: Help with Tweaking of Volta Brackets - without repeat marks


From: Kieren MacMillan
Subject: Re: Help with Tweaking of Volta Brackets - without repeat marks
Date: Fri, 14 May 2010 08:47:09 -0400

Hi James,

> \relative c' {
>  \time 4/4
>  d'4. c8 b a g f
>  \set Score.repeatCommands = #'((volta "1."))
>  e4 e' e r
>  \set Score.repeatCommands = #'((volta #f) (volta "Fine."))
>  e,4 e e r
>  \set Score.repeatCommands = #'((volta #f))
>  \bar "|."
>  c'4 c8 c c4 c8 c
> }
> 
> This seems to do pretty much what I want. I can live with the end bar in the 
> middle of the piece, even if it looks incongruous.

Don't you instead want

\relative c' {
 \time 4/4
 d'4. c8 b a g f
 \set Score.repeatCommands = #'((volta "1."))
 e4 e' e r
 \set Score.repeatCommands = #'((volta #f) (volta "Fine."))
 e,4 e e r
 \set Score.repeatCommands = #(list '(volta #f) 'end-repeat)
 c'4 c8 c c4 c8 c
}

??

Kieren.


reply via email to

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