lilypond-user
[Top][All Lists]
Advanced

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

Lyrics not under correct staff


From: Peter Toye
Subject: Lyrics not under correct staff
Date: Mon, 19 Nov 2018 10:21:30 +0000

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:address@hidden
www.ptoye.com
reply via email to

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