Peter Toye
2018-11-19 10:21:30 UTC
I'm trying to set a song, and the lyrics are engraved underneath the piano part rather than the vocal line. I can't see what I'm doing wrong - can some kind soul help me please? Here's a small example.
\version "2.19.52"
\language "english"
poem = \lyricmode {
Blah blah blah blah
}
vocal = {
\new Voice {
d'4 e' f' g'
}
\addlyrics \poem
}
rh = {
c'4 c' c' c'
}
\score {
<<
\new Staff = "Voice" {
\clef "treble"
\time 4/4
\vocal
}
\new PianoStaff {
\new Staff = "PianoRH" {
\clef "treble"
\time 4/4
\rh
}
}
}
Regards,
Peter
mailto:***@ptoye.com
www.ptoye.com
\version "2.19.52"
\language "english"
poem = \lyricmode {
Blah blah blah blah
}
vocal = {
\new Voice {
d'4 e' f' g'
}
\addlyrics \poem
}
rh = {
c'4 c' c' c'
}
\score {
<<
\new Staff = "Voice" {
\clef "treble"
\time 4/4
\vocal
}
\new PianoStaff {
\new Staff = "PianoRH" {
\clef "treble"
\time 4/4
\rh
}
}
}
Regards,
Peter
mailto:***@ptoye.com
www.ptoye.com