lilypond-user
[Top][All Lists]
Advanced

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

Re: Lyrics Problem


From: Mats Bengtsson
Subject: Re: Lyrics Problem
Date: Thu, 01 Feb 2007 13:44:44 +0100
User-agent: Thunderbird 1.5.0.9 (X11/20061206)

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: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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