lilypond-user
[Top][All Lists]
Advanced

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

Re: Lyrics in StaffGroup


From: Peter Chubb
Subject: Re: Lyrics in StaffGroup
Date: Fri, 02 Sep 2011 20:51:48 +1000
User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.8 Emacs/23.3 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

>>>>> "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]