I'm trying to set a passage of vocal music with a short solo line. But the 
example below shows that the lyric is not attached to the correct staff. Any 
ideas how to get it right simply?
 
\version "2.22.1"
\language "english"
{
  \new Staff = "Tutti" {
    <<
      \new Voice = "TuttiVoice" {
        \relative {
          c'4 d e f |
          << {
            g f e d |
            c d e f |
            }
            {
              \new Staff \with {
                \remove "Time_signature_engraver"
                firstClef = ##f
                alignAboveContext = "Tutti"
              }
              \relative {
                b'4 a g f |
                e f g a |
              } \addlyrics {
                So -- lo so -- lo so -- lo so -- lo
              }
            }
          >>
          g f e d |
        }
      }
      \new Lyrics \lyricsto "TuttiVoice" {
        Tut -- ti tut -- ti  tut -- ti tut -- ti
        Tut -- ti tut -- ti  tut -- ti tut -- ti
      }
    >>
  }
}
 
Regards,

Petermailto:lilyp...@ptoye.com
www.ptoye.com

Reply via email to