lilypond-user
[Top][All Lists]
Advanced

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

Re: Lyrics not starting on 1st bar of music


From: ayutheos
Subject: Re: Lyrics not starting on 1st bar of music
Date: Mon, 18 Nov 2013 11:38:31 +0800

> Please "reply all" so everyone can see the conversation.

Sorry about that... I was hoping to find a user forum of some sort to
ask questions and I find that the community here uses mailing list for
it. I'm not too familiar with the workings of it :p

Yup, I used voices to define sections of my music, using Jim's example code.

My example code couldn't compile because \lyrics is used, after
renaming it to something else it works.

%=======================
melody = \relative c' { c d e f g a b c }

lyric = \lyricmode {
     \skip 4 lyric words go here
}

\score {
     <<
         \new Voice = "one" { \melody }
         \new Lyrics \lyricsto "one" { \lyric }
     >>
}

%=======================

Regards,
--
TY



reply via email to

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