lilypond-user
[Top][All Lists]
Advanced

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

Re: help!


From: Valentin Petzel
Subject: Re: help!
Date: Tue, 01 Feb 2022 09:52:48 +0100

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.
> > 
> > 
> > С уважением,
> > Виноградов Юрий.

Attachment: signature.asc
Description: This is a digitally signed message part.


reply via email to

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