lilypond-user
[Top][All Lists]
Advanced

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

Adding lyrics to a "piano" score.


From: Alberto Simões
Subject: Adding lyrics to a "piano" score.
Date: Sun, 04 Jan 2009 18:08:47 +0000
User-agent: Thunderbird 2.0.0.19 (Macintosh/20081209)

Hello.

I have a Piano score (three voices) organized in the following way:

upperA = { ... melody ... }
upperB = { ... melody ... }
upper = { ... << \upperA \\ \upperB >> }
lower = { ... melody ... }

and

\score {
  <<
    \new PianoStaff <<
      \new Staff = "upper" \upper
      \new Staff = "lower" \lower
    >>
  >>
...
}

Now, I added a variable named "song":

song = \lyricmode { Song to be re- ad. }

But I can't find a suitable way to associate this lyrics to the upperA
melody (and if possible above the staff).

Can anybody give me a hint?

TIA,
Alberto

-- 
Alberto Simões - Departamento de Informática - Universidade do Minho
                 Campus de Gualtar - 4710-057 Braga - Portugal




reply via email to

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