lilypond-user
[Top][All Lists]
Advanced

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

Re: help!


From: Pierre Perol-Schneider
Subject: Re: help!
Date: Tue, 1 Feb 2022 09:34:05 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0

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

reply via email to

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