something like this ?
\version "2.22.1"
\header {
}
global = {
\key c \major
\time 4/4
}
sopranoVoice = \relative c'' { \global g g }
verseSopranoVoice = \lyricmode { Господь воцарися}
mezzoSopranoVoice = \relative c'' { \global e e }
sopranoVoicePart = \new Staff { \sopranoVoice }
\addlyrics { \verseSopranoVoice }
mezzoSopranoVoicePart = \new Staff { \mezzoSopranoVoice }
\score {
\new StaffGroup \with {
instrumentName = "Гос--подь воцарися"
}
<<
\sopranoVoicePart
\mezzoSopranoVoicePart
>>
\layout { indent = 40 }
}
On Mon, Mar 7, 2022 at 9:43 PM Виноградов Юрий <[email protected]> wrote:
>
> Hello. I saw this design in the sheet music. And I really need to try to
> do the same. But I don't know where to start. Or rather, I know how to do
> everything related to the notes, but I don't know how to put the text in
> front of the stanza.
> Help, please. Very much it is necessary to do so.
>
> С уважением,
> Виноградов Юрий.
>
>