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

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to