lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Lyrics in StaffGroup


From: Peter O'Doherty
Subject: Re: Lyrics in StaffGroup
Date: Fri, 02 Sep 2011 14:19:59 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.18) Gecko/20110617 Lightning/1.0b2 Thunderbird/3.1.11

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

On 09/02/2011 12:51 PM, Peter Chubb wrote:
"Peter" == Peter O'Doherty<address@hidden>  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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]