Basically, what you have to do is to provide a name to the corresponding
voice of music and then refer to that with \lyricsto, see the sections on
lyrics in the manual. In your example, it would look something like
mylyrics = \lyricmode{ Hi, here's some ly -- rics }
\score{
<<
\new PianoStaff <<
\new Staff {
\clef treble \key f \major
<< \new Voice = trumpetI {\voiceOne \trumpetone} \\ \trumpettwo >>
}
\new Staff {
\clef bass \key f \major
<< \tromboneone \\ \trombonetwo >>
}
>>
\new Lyrics \lyricsto trumpetI \myLyrics
>>
}
/Mats
9-bert wrote:
Hello!
I got a problem adding lyrics to a piece for four brass instruments.
Although I already searched the net and some forums I didn't get any
furhter, but I hope you can help me.
That's what I've got:
...
\new PianoStaff <<
\new Staff {
\clef treble \key f \major
<< \trumpetone \\ \trumpettwo >>
}
\new Staff {
\clef bass \key f \major
<< \tromboneone \\ \trombonetwo >>
}
So far that's ok, the notes are printed exactly as I want them to be. Now I
want to add lyrics above the staffs. The lyrics belong to the first trumpet
(/trumpetone). I tried something with /addlyrics but that does not work in
polyphony and /lyricsto but I only got errors or weired output.
I hope you can give me a hint how to handle this.
Thank you!
Robert
--
=============================================
Mats Bengtsson
Signal Processing
Signals, Sensors and Systems
Royal Institute of Technology
SE-100 44 STOCKHOLM
Sweden
Phone: (+46) 8 790 8463
Fax: (+46) 8 790 7260
Email: [EMAIL PROTECTED]
WWW: http://www.s3.kth.se/~mabe
=============================================
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user