Quoting Raichu <[EMAIL PROTECTED]>:

Thanks that's much better.

However the music looks wrong. The stem direction is as if
each voice had the stave to itself. I am getting repeated
warnings about this:

warning: ignoring too many clashing note columns

I need the melody stems pointing up and the accompaniment
stems pointing down.

Try:

\score {
 \new GrandStaff <<
   \new Staff = "upper" <<
     \new Voice = "melody" {\voiceOne \melodyline }
     \new Voice = "accompaniment" { \voiceTwo \accompaniment }
     >>
   \new Lyrics \lyricsto melodyline \yourLyrics
   \new Staff = "lower" { \clef bass \lower }
   >>
}



  /Mats



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

Reply via email to