I have researched this problem to no avail and would appreciate a help out.
When AutobeamOn is selected in the melody clef code, the words line up with the beamed notes, as they should. However, when I choose AutobeamOff the notes group correctly, but are only assigned to one of the words (in the beamed group of words). The same problem occurs when I manually insert slurs. Version 2.22.2 I am using the context structure: melody = { } text = lyricmode { } %accompanied by piano upper ={ } lower ={ } \score { << \new Voice = "mel" { \autoBeamOff \melody } \new Lyrics \lyricsto mel \text \new PianoStaff << \new Staff = "upper" \upper \new Staff = "lower" \lower >> << \new DrumStaff \with { instrumentName = "timbales" drumStyleTable = #timbales-style \override StaffSymbol.line-count = #2 \override BarLine.bar-extent = #'(-1 . 1) } << \timb >> \new DrumStaff \with { instrumentName = "drums" } << \new DrumVoice { \stemUp \drh } \new DrumVoice { \stemDown \drl } >> >> >> \layout { } \midi { } %~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ % Michael Abrams % stringman...@gmail.com