Please keep the list in the addressates.

VoltaBracket should not have a space in between. If you do have that, can you 
tell if this outputs ans error?

Valentin

01.02.2022 15:58:25 Виноградов Юрий <hagrid....@yandex.ru>:

> Hello. I figured out the sign. It helped. And that part of the code " 
> \once\override Score.Volta Bracket.text = \markup\smaller"bla bla" " This 
> part of the code does not work. You can offer another option. Thank you for 
> your help!
>  
>  
> С уважением,
> Виноградов Юрий.
>  
>  
>  
> 01.02.2022, 11:52, "Valentin Petzel" <valen...@petzel.at>:
> 
> Also if you want to get the text in the brackets you can do it like this:
> 
> {
>   \repeat volta 2 {
>     c' d' e' f'
>   }
>   \alternative {
>     {
>       \once\override Score.VoltaBracket.text = \markup\smaller"bla bla"
>       \once\override Score.VoltaBracket.shorten-pair = #'(0.1 . 1.1)
>       g' a' b' c'' \mark\markup\smaller\smaller\musicglyph #"scripts.segno"
>     }
>     {
>       \once\override Score.VoltaBracket.text = \markup\smaller"blu blu"
>       \once\override Score.VoltaBracket.shorten-pair = #'(2.2 . -0.1)
>       c'1
>     }
>   }
> }
> 
> Cheers,
> Valentin
> 
> Am Dienstag, 1. Februar 2022, 09:24:21 CET schrieb Valentin Petzel:
> 
>  Hello Виноградов,
>  
>  Maybe this could do the trick?
>  
>  {
>    \repeat volta 2 {
>      c' d' e' f'
>    }
>    \alternative {
>      {
>        \once\override Score.VoltaBracket.shorten-pair = #'(0.1 . 1.1)
>        g' a' b' c'' \mark\markup\smaller\musicglyph #"scripts.segno"
>      }
>      {
>        \once\override Score.VoltaBracket.shorten-pair = #'(2.2 . -0.1)
>        c'1
>      }
>    }
>  }
>  
>  Cheers,
>  Valentin
>  
>  Am Montag, 31. Jänner 2022, 16:55:43 CET schrieb Виноградов Юрий:
>  > Hello. Help please. I have two volts of repetition. You need to put a
>  > segno
>  > sign between them. Example on the screenshot. I am grateful to you in
>  > advance.
>  >
>  >
>  > С уважением,
>  > Виноградов Юрий.

Reply via email to