lilypond-user
[Top][All Lists]
Advanced

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

Lyrics in StaffGroup


From: Peter O'Doherty
Subject: Lyrics in StaffGroup
Date: Fri, 02 Sep 2011 12:16:19 +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

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 {
    } }

}






reply via email to

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