79435287

Date: 2025-02-13 07:02:28
Score: 6.5 🚩
Natty:
Report link

This works out for a score that starts directly with multiple verses. If I start with a refrain, I still have the same problem:

\new StaffGroup {
  <<
    \new Staff {
      \relative c' { c d e f g a b c }
    }
    \addlyrics{ 
      a a a a 
      <<
        { b b b b }
        \new Lyrics { c c c c }
      >>
      }
    \new Staff {
      \relative c' { c d e f g a b c }
    }
  >>
}

enter image description here

How do I position the lyrics line "c c c c" between the staves?

Reasons:
  • Blacklisted phrase (1): How do I
  • Probably link only (1):
  • Has code block (-0.5):
  • Me too answer (2.5): have the same problem
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: user1560632