lilypond-user
[Top][All Lists]
Advanced

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

Re: piano with lyrics (was I'm new to lilypond)


From: Mats Bengtsson
Subject: Re: piano with lyrics (was I'm new to lilypond)
Date: Fri, 31 Aug 2007 01:12:37 +0200
User-agent: Internet Messaging Program (IMP) H3 (4.0.5)

Quoting Raichu <address@hidden>:

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





reply via email to

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