Hi Peter,

One way to do it. Just follow the example in the NR.

You have 2.19.52. I'd urge you to upgrade to 2.19.82. My usual comment:
although the development releases are called 'unstable' I find it is pretty
hard to crash them, and I bash away at the program all day. I think the
term unstable, though technically accurate, puts many people off from
taking advantage of many great new features and capabilities.

Andrew

%%====
\language "english"

poem = \lyricmode {
  Blah blah blah blah
}

vocal = {
  d'4 e' f' g'
}

rh = {
  c'4 c' c' c'
}

\score {
  <<
    \new Voice = "one" {
      \clef "treble"
      \time 4/4
      \vocal
    }
    \new Lyrics \lyricsto "one" {
      \poem
    }

    \new PianoStaff {
      \new Staff = "PianoRH" {
        \clef "treble"
        \time 4/4
        \rh
      }

    }

  >>

}
%%====
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to