Hi,
Can someone please advise me where \addlyrics { \text } should go in the code below? I'm using a StaffGroup so it's not straightforward.
Many thanks,
Peter



\version "2.13.61"
\include "english.ly"

mezzoSopranoVoice = \new Voice {
  \set Staff.instrumentName = #"Mezzo-soprano"
}

cello = \new Voice {
  \set Staff.instrumentName = #"Cello"
  \clef "bass_8"
}

\score {
  \new StaffGroup <<
    \new Staff << \mezzoSopranoVoice >>
    \new Staff << \cello >>

>>
  \layout {
    \context {
    } }

}




_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to