[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: alternate endings without repeats
From: |
Thomas Morley |
Subject: |
Re: alternate endings without repeats |
Date: |
Tue, 13 Oct 2015 11:56:01 +0200 |
2015-10-13 6:01 GMT+02:00 David Kastrup <address@hidden>:
> 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.
I stand corrected ;)
>
> %\set Score.repeatCommands = #`((volta ,voltaAdLib))
> %\set Score.repeatCommands = #`((volta ,#{ \markup \normal-text {
> \fontsize #-1 what \italic ever } #}))
>
> --
> David Kastrup