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:lilyp...@ptoye.com
www.ptoye.com
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to