I have a one page lyrics, melody and chords lilypond format file.

Now I would like to add a flute melody over the same chords on a new page,
then add a guitar melody over the same chord structure. So it is basically
one page for the words one for the flute one for the guitar.

How do I do that?

Thanks
Graham

Below is the scrore part of the file
\score {
<<
    \new ChordNames {
                    \set chordChanges = ##t
                    \guitarChords
                    }
    \new Voice = "one" {
                        \autoBeamOff
                        \verseMelody
                        }
    \new Lyrics \lyricsto "one" \verseWords
>>
\layout { } 
\midi { }
}
-- 
View this message in context: 
http://www.nabble.com/A-new-melody-with-existing-chords-tp18768187p18768187.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.



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

Reply via email to