lilypond-user
[Top][All Lists]
Advanced

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

Re: change of volta number


From: Aaron Hill
Subject: Re: change of volta number
Date: Thu, 21 Jun 2018 22:26:56 -0700
User-agent: Roundcube Webmail/1.3.6

On 2018-06-21 18:14, Ming Tsang wrote:
Hi lilyponders, how can I modify volta number from 1. To 2?

Manual repeat commands may be what you are looking for. See the following:

http://lilypond.org/doc/v2.19/Documentation/notation/long-repeats#manual-repeat-marks

%%%%
  \version "2.19.81"
  {
    \set Score.repeatCommands = #'(start-repeat)
    d'4 e' f' e'
    \set Score.repeatCommands = #'(end-repeat (volta "2."))
    f'4 a' g'2
    \set Score.repeatCommands = #'((volta #f))
    f'4 d' e'2
  }
%%%%

-- Aaron Hill



reply via email to

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