lilypond-user
[Top][All Lists]
Advanced

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

Re: Custom alternative/volta names


From: Thomas Morley
Subject: Re: Custom alternative/volta names
Date: Sun, 1 Jul 2012 17:28:39 +0200

2012/7/1 Alberto Simões <address@hidden>:
> Hey, Phil
>
>
>> I believe you need to make the whole of your second repeat command into
>> a list:
>>
>> \set Score.repeatCommands = #(list '(volta #f) (list 'volta voltaB)
>> 'end-repeat)
>
>
> Yeah, that combination I didn't try. :D
> Thank you. It worked.
>
> Alberto

Or use:

\set Score.repeatCommands = #`((volta #f) (volta ,voltaB) end-repeat)

Note the quoting!


-Harm



reply via email to

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