ten = \markup {\italic "ten."} % Я так розумію це tenuto, але вбудоване рендерить лише вид з рискою, схоже
dashDash ="tenuto"
\paper {
    print-all-headers = ##t
    tagline = ##f
  }
\score {

\new StaffGroup <<
  \new Staff { 
    \time 3/4
    \relative c'' {
    \clef treble
    \tempo "Alegretto"
    \key g \minor
    \autoBeamOff
    \stemUp
    \dynamicUp
    bes4^>^"Соло" a8 bes8 g4^\ten \bar ".|:" bes4^> a8 bes8 a8 g4 \tenuto \pp | b4
    }
 }
  \new Staff { 
    \clef bass
    \relative c' {
    \key g \minor
    \autoBeamOff
    r1 | r1
    }
 }

>>
\header {
  title = "Щедрик"
  instrument = "(Для змішаного хору)"
  arranger = "Микола Леонтович"
}

\layout {

  \context {
    \Staff
    \remove Time_signature_engraver
  }
}

}