lilypond-user
[Top][All Lists]
Advanced

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

Re: How to do notes + lyrics in sequence


From: Matthew T. Atkinson
Subject: Re: How to do notes + lyrics in sequence
Date: Tue, 22 Mar 2005 12:53:39 +0000

'ello,

Thanks to both of you for the advice.  Things are beginning to make a
bit more sense now :-).  Unfortunately, the suggestion of:

\score {
   <<
     \new Staff {
       \context Voice = "parta" \parta
       \context Voice = "partb" \partb
     }
     \new Lyrics <<
       \lyricsto "parta" \partaText
       \lyricsto "partb" \partbText
     >>
   >>
   \paper {}
   \midi {}
}

Didn't compile for me (it says it can't find the voices).  I am going to
try it with 2.4.5 and see if that helps.

bye just now,


-- 
Matthew T. Atkinson <address@hidden>





reply via email to

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