[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: alternate endings without repeats
From: |
David Kastrup |
Subject: |
Re: alternate endings without repeats |
Date: |
Tue, 13 Oct 2015 06:01:47 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) |
Thomas Morley <address@hidden> writes:
> 2015-10-12 23:45 GMT+02:00 Juraj <address@hidden>:
>> http://thread.gmane.org/gmane.comp.gnu.lilypond.general/24012
>>
>> (8 years old) helped. But if there are news about, I'm interested in!
>>
>> Greetings
>>
>> Juro
>
>
>
> Well, there is no convincing user-interface for it.
>
> You can do:
>
>
> voltaAdLib = \markup \normal-text { \fontsize #-1 what \italic ever }
> \allowVoltaHook "|"
> \relative {
> c''1
> \once \override Score.VoltaBracket.shorten-pair = #'(0 . 0.2)
> %\set Score.repeatCommands = #(list(list 'volta voltaAdLib) 'start-repeat)
> %\set Score.repeatCommands = #`(,`(volta ,voltaAdLib))
> %\set Score.repeatCommands = #`(,`(volta ,#{ \markup \normal-text {
> \fontsize #-1 what \italic ever } #}))
Oh come on, you don't need `, for every level.
%\set Score.repeatCommands = #`((volta ,voltaAdLib))
%\set Score.repeatCommands = #`((volta ,#{ \markup \normal-text {
\fontsize #-1 what \italic ever } #}))
--
David Kastrup