lilypond-user
[Top][All Lists]
Advanced

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

Fwd: Re: How to do notes + lyrics in sequence


From: Michiel Lange
Subject: Fwd: Re: How to do notes + lyrics in sequence
Date: Tue, 22 Mar 2005 08:16:50 +0100
User-agent: Mozilla Thunderbird 0.8 (Windows/20040913)

(forgot to add the list in the reply-to...
here comes...)

-------- Original Message --------
Subject: Re: How to do notes + lyrics in sequence
Date: Tue, 22 Mar 2005 08:15:45 +0100
From: Michiel Lange <address@hidden>
To: Matthew T. Atkinson <address@hidden>
References: <address@hidden>


You can change your \score part to this:

-- snip --
\score
{
  <<
        \context Voice = "part" { \parta \partb }
        \lyricsto "part" \new Lyrics { \partaText \partbText }
  >>
  \layout {}
  \midi {}
}
-- end snip --

Have been toying around with it, and when using more than one voice it would not work for some reason... maybe another set of << >> (??) but you can put everything in one voice...

Hope it helps a bit... I have tried it out with version 2.4.2 and it worked... expect nothing less for 2.2 :-)

Michiel

Matthew T. Atkinson wrote:
'ello,

I've been reading the documentation, tutorial and trying for some time
to get this working, but I just can't get my head round how it is meant
to be done.  I would like to split my piece into a series of sections
(in the text file that lilypond reads).  I would like each section to be
some notes with attached lyrics, but I can't get the lyrics to appear.

I've attached a file which shows what I'm trying to achieve, but it
doesn't of course work.  The command line I am using (FYI) is:

address@hidden:~$ lilypond --set=orientation=landscape test.ly

I'm not getting any errors during compilation.

Sorry if this is a stupid question; I've been trying almost every way to
do this, but the example files are all much more complicated than I am
able to understand at the moment, as I've only just started using the
program (they seem to change a lot of formatting settings too, which I
am not really interested in).  I read the tutorial, but it doesn't show
how to combine sections with lyrics and notes.

Thanks in advance for some pointers on the right way to do it :-).

best regards,


  

#(set-default-paper-size "a4") #(set-global-staff-size 26) \version "2.2.6" \header { title = "Example Tune" composer = "matatk" enteredby = "address@hidden" } parta = \notes \relative c' { e4 dis e2 e4 dis e2 e4 dis e dis e dis e fis e } partb = \notes \relative c' { a b c d e f g c d f a g b e } partaText = \lyrics { foo bar foo bar foo bar foo bar foo bar foo bar foo bar bar } partbText = \lyrics { foo bar foo bar foo bar foo } \score { { { \context Voice = "parta" \parta \lyricsto "parta" \new Lyrics { \partaText } } { \context Voice = "partb" \partb \lyricsto "partb" \new Lyrics { \partbText } } } \paper {} \midi {} }

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

reply via email to

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