Hi Gerry,

> any idea what I am doing wrong ?

You probably want something more like

\score {
  <<
    \new ChordNames \with { midiInstrument = "acoustic guitar (nylon)" }
      \chordmode { \Chords }
    \new Voice = "Melody" \with { midiInstrument = "flute" instrumentName = 
"Melody" }
      \Melody
    \new Lyrics \lyricsto "Melody" \Words
  >>
  \midi {
    \context {
      \Score
      tempoWholesPerMinute = #(ly:make-moment 112 4)
    }
  }
}

If you are going to use the \set mechanism, then you'll want to add it into 
your \Chords variable (not where you have added it in the \score block).

Hope this helps!
Kieren.

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

Reply via email to