Thanks. That seems to work just fine.
Best,
Peter

On 09/02/2011 12:51 PM, Peter Chubb wrote:
"Peter" == Peter O'Doherty<[email protected]>  writes:
Peter>  Hi, Can someone please advise me where \addlyrics { \text }
Peter>  should go in the code below? I'm using a StaffGroup so it's not
Peter>  straightforward.  Many thanks, Peter


Name the mezzoSopVoice then use \lyricsto:


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

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

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

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

        \lyricsto tune \new Lyrics \lyricmode{ words }

Peter>        \new Staff<<  \cello>>
Peter>     >>
Peter>     \layout { \context { }
Peter>    }
Peter>  }



--
Dr Peter Chubb  http://www.gelato.unsw.edu.au  peterc AT gelato.unsw.edu.au
http://www.ertos.nicta.com.au           ERTOS within National ICT Australia



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

Reply via email to