lilypond-user
[Top][All Lists]
Advanced

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

piano with lyrics (was I'm new to lilypond)


From: Raichu
Subject: piano with lyrics (was I'm new to lilypond)
Date: Fri, 31 Aug 2007 08:03:37 +1000 (EST)

> I highly recommend reading the tutorial for 2.11.

OK thanks I'll have a look at it.

> As for the templates, isn't D.2.2 exactly what you want?

Not quite. I want it to come out like typical pop sheet music,
two staves with lyrics between. The treble stave contains
(polyphonically) both the melody line and an accompaniment.

melodyline = \relative c' { ... }
accompaniment = \relative c' { ... }
bass = \relative c' { ... }
lyrics = \lyricmode { ... }

score {
\new GrandStaff <<
  \new Staff = upper {
    \clef treble
    << \melodyline  \\ \accompaniment >>
  }
  \new Lyrics \lyricsto ???
  \new Staff = lower { \clef bass \lower }
>>
}

How do I get the lyrics to follow melodyline but without a third
music stave repeating melodyline appearing?

Regards,
Raichu.

--
Raichu's Web Page http://home.iprimus.com.au/vpolitis/raichu/


      
____________________________________________________________________________________
Sick of deleting your inbox? Yahoo!7 Mail has free unlimited storage.
http://au.docs.yahoo.com/mail/unlimitedstorage.html





reply via email to

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