lilypond-user
[Top][All Lists]
Advanced

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

Re: change of volta number


From: Jacques Menu Muzhic
Subject: Re: change of volta number
Date: Fri, 22 Jun 2018 08:01:57 +0200

It would be nice if such settings could be specified in the regular \repeat 
commands, as can be done in MusicXML:

    <measure number="2">
      <barline location="left">
        <ending number="1, 2, 3" type="start"/>
      </barline>
      <note>
        <rest/>
        <duration>4</duration>
        <voice>1</voice>
      </note>
      <barline location="right">
        <ending number="1, 2, 3" type="stop"/>
      </barline>
    </measure>

I dont have the skills to contribute to that, unfortunately.

JM

> Le 22 juin 2018 à 07:26, Aaron Hill <address@hidden> a écrit :
> 
> 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
> address@hidden
> https://lists.gnu.org/mailman/listinfo/lilypond-user




reply via email to

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