Thomas Morley <thomasmorle...@gmail.com> writes:

> 2015-10-12 23:45 GMT+02:00 Juraj <juja...@seznam.cz>:
>> 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

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

Reply via email to