lilypond-user
[Top][All Lists]
Advanced

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

Re: Cord Names vs midi Instrument


From: Kieren MacMillan
Subject: Re: Cord Names vs midi Instrument
Date: Sat, 20 Mar 2010 12:07:15 -0400

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.



reply via email to

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