How do I add the descant line on top of the SATB
The score block currently contains just a ChoirStaff context. You need to add a new Staff context which runs simultaneously. So wrap the ChoirStaff block in a pair of double angle brackets and insert the new Staff at the beginning of this outer block. A minimal example would then read like:
\score {
<<
\new Staff \new Voice = descants { \descant }
\context ChoirStaff <<
\context Staff = upper <<
The attached png has \descant defined as { \transpose c c'' \tenor }
Cheers,
Robin<<attachment: descant.png>>
_______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
