lilypond-user
[Top][All Lists]
Advanced

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

Re: Volta Alternatives (music theory)


From: Noeck
Subject: Re: Volta Alternatives (music theory)
Date: Fri, 24 Nov 2017 22:59:16 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0

Hi Joseph,

I don't understand where your endings 3 and 4 go. But perhaps this could
help you:


{
\repeat volta 5  { a1 }
\alternative {{ b1 } { c'1 } }
}

{
  a1
  \set Score.repeatCommands = #'((volta "1."))
  b1
  \set Score.repeatCommands = #'((volta "2. + 5.") end-repeat)
  c'1
  \set Score.repeatCommands = #'((volta #f))
}

See also:
http://lilypond.org/doc/v2.18/Documentation/notation/long-repeats.html#manual-repeat-marks

Cheers,
Joram



reply via email to

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