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: James Lowe
Subject: Re: Help with Tweaking of Volta Brackets - without repeat marks
Date: Fri, 14 May 2010 13:36:28 +0100
User-agent: Thunderbird 2.0.0.24 (Windows/20100228)

Phil,

Phil Holmes wrote:

My version below isn't what you want, because it uses repeat bars where you have double bars, but it is musically correct and ends the brackets as you
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.") end-repeat)
  e,4 e e r \bar "||"
  c'4 c8 c c4 c8 c
  \set Score.repeatCommands = #'((volta #f))
\bar "|."
}

\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.

James



reply via email to

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