Dear Folks,

I am hoping that someone might help me on the right track here.  I
used the template from input/template/piano-verse.ly from 1.6.0,
converted to 2.4.6 using convert-ly.

My result has the two verses overwriting each other, and I don't
understand how to get both verses starting at the same time.  I have
attached my effort.  I would be grateful for any hints.
-- 
Nick Urbanik   RHCE       http://nicku.org          nicku(at)nicku.org
Proud ex-member of Dept. of Information & Communications Technology in
Hong Kong IVE (Tsing Yi), Home of Visual Paradigm: Jolt Productivity
Award winner, programmed by ICT's own graduates!
GPG: 7FFA CDC7 5A77 0558 DC7A 790A 16DF EC5B BB9D 2C24    ID: BB9D2C24
\version "2.4.0"

\header {
  title = "Happy Halloween"
}

PianoRH = \relative c' {
  %\time 4/4
  \skip 1 * 2
  %r1
  e4 ( f g2 f4 e d2 )
  \skip 1 * 2
  %r1
  e4 ( f g f e c d2 )
}

PianoLH = {
  d4 ( e f d e f e2 )
  \skip 1 * 2
  %r1
  d4 ( e f d e f e2 )
  \skip 1 * 2
  %r1
}

firstVerse = \lyricmode {
  %\set ignoreMelismata = ##t % applies to ""
  \set stanza = "1. "
  Hal4 -- low- een will soon be here,
  From the trees, ghosts will peer!
  Pump- kins smile a -- long the way,
  It's a ver- y spec- ial day!
}

secondVerse = \lyricmode {
  %\set ignoreMelismata = ##t % applies to ""
  \set stanza = "2. "
  Trick4 or treat- ing we will go,
  Knock on doors, say hel- lo!
  Find a cos -- tume that's just right.
  We'll have fun this spook- y night!
}

\score {
  \new GrandStaff <<
    \oldaddlyrics
    \context Staff = "upper" \PianoRH
    \context Lyrics \firstVerse
    \context Lyrics \secondVerse
    \context Staff = "lower" <<
      \clef bass
      \PianoLH
    >>
  >>
  \layout {
    \context {
      \GrandStaff
      \accepts "Lyrics"
    }
    \context {
      %\Lyrics
      \Lyrics
      %\consists "Bar_engraver"
    }
  }  
  \midi { }  
}

Attachment: pgpqzf9jy0aBW.pgp
Description: PGP signature

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to