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: Gerry Prosser
Subject: Re: Cord Names vs midi Instrument
Date: Sat, 20 Mar 2010 15:20:52 +0000

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 <address@hidden> 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
> address@hidden
> http://lists.gnu.org/mailman/listinfo/lilypond-user
>




reply via email to

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