Hi,
How about:
\version "2.23.5"
\paper { ragged-right = ##f }
voltaA = \markup\large { \text "Для повторения" }
voltaB = \markup\large { \text "Для окончания" }
\score {
\new Staff
\with { \omit Clef \omit TimeSignature \autoBeamOff }
\fixed c' <<
\new Voice {
\voiceOne \time 2/4
\repeat volta 2 {
s2*3
\override Score.VoltaBracket.shorten-pair = #'(0 . 2)
\set Score.repeatCommands = #(list (list 'volta voltaA)
'start-repeat)
{ b4 f8 g e2 \mark\markup\musicglyph #"scripts.segno" }
\override Score.VoltaBracket.shorten-pair = #'(3 . 0)
\set Score.repeatCommands = #(list (list 'volta voltaB)
'end-repeat)
{ b4 cis'8 dis' e'2 \fermata \bar "|." }
\set Score.repeatCommands = #'((volta #f))
}
}
\new Voice {
\voiceTwo
\repeat volta 2 {
s2*3
\alternative {
{ g4 f8 g e2 }
{ g4 b8 a g2 \fermata }
}
}
}
>>
\layout {}
}
Cheers,
Pierre
Le 31/01/2022 à 16:55, Виноградов Юрий
a écrit :
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.
С уважением,
Виноградов Юрий.
|