lilypond-user
[Top][All Lists]
Advanced

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

Re: Piano + two verses?


From: Nick Urbanik
Subject: Re: Piano + two verses?
Date: Mon, 25 Jul 2005 08:38:49 +1000
User-agent: Mutt/1.4.2.1i

Dear Folks,

On Sun, Jul 24, 2005 at 02:41:59AM -0700, Paul Scott wrote:
> Nick Urbanik wrote:
> 
> >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.
> > 
> >
> I haven't tried this in 2.4.0; it works in 2.7.0.  Try something like:
> 
>    \context Lyrics = soprano \lyricsto soprano
>    \simultaneous { \versei
>                    \new Lyrics \verseii }

Does this work by putting the two verses of lyrics between the two
piano staves (which is what I am trying to achieve)?

Previously, I had:
    \context Staff = "upper" \PianoRH
    \context Lyrics \firstVerse
    \context Lyrics \secondVerse
    \context Staff = "lower" <<
      \clef bass
      \PianoLH
    >>
So should I change the context of both to the same as the context for
the lyrics?

I tried this:

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

but now I have only one staff, and there are no lyrics.  I am sorry
that I am not smart enough to understand what you have told me!
-- 
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

Attachment: pgpo8PUh_DMHT.pgp
Description: PGP signature


reply via email to

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