Thanks, Gilles, but I must have something else wrong  .... here is my
score section:

\score {
<< <<
         \new ChordNames \chordmode { \Chords }
                \set ChordNames.midiInstrument = "acoustic guitar (nylon)"
         \new Staff <<  
                \Melody
                \lyricsto Melody \new Lyrics \Words

                \set Staff.instrumentName = "Melody"
                \set Staff.midiInstrument = "flute" >>
          >>
        >>
        \layout {
        }
        
  \midi {
    \context {
      \Score
      tempoWholesPerMinute = #(ly:make-moment 112 4)
      }
    }
}
any idea what I am doing wrong ?

On 20 March 2010 13:09, Gilles Sadowski <gil...@harfang.homelinux.org> wrote:
> Hi.
>
>> Is it possible to override the midi instrument for named chords (to
>> change it to a guitar, for instance) or is note format the only way ?
>
>  \set ChordNames.midiInstrument = "acoustic guitar (nylon)"
>
> Best,
> Gilles
>
>
> _______________________________________________
> lilypond-user mailing list
> lilypond-user@gnu.org
> http://lists.gnu.org/mailman/listinfo/lilypond-user
>


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

Reply via email to