lilypond-user
[Top][All Lists]
Advanced

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

Re: Guitar chord mode no longer produces MIDI file with chords


From: Thomas Morley
Subject: Re: Guitar chord mode no longer produces MIDI file with chords
Date: Thu, 26 Mar 2015 02:40:56 +0100

2015-03-26 1:08 GMT+01:00 David Bellows <address@hidden>:
>> Could you confirm that it works for you?
>
> I copy and pasted it directly in and it doesn't change the behavior.
> I've attached my file.

Silly me. Must be heavily overtired...
It needs to be put into \midi {}, like:

\score {
  \new ChordNames \chordmode { f1:m }
  \midi {
    \context {
      \type "Performer_group"
      \consists "Staff_performer"
      \name ChordNames
      \defaultchild Voice
    }
  }
}


Cheers,
  Harm



reply via email to

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