> 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

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to