lilypond-user
[Top][All Lists]
Advanced

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

midi instrument for ChordNames


From: Sandro Santilli
Subject: midi instrument for ChordNames
Date: Mon, 21 Oct 2019 11:11:54 +0200
User-agent: Mutt/1.9.4 (2018-02-28)

I can't get anything but a piano rendering of ChordNames staff,
can other instruments be used ? If so, how ?

This is my sheet snippet:

  <<
    \new ChordNames {
      \set midiInstrument = "flute" % does not work here
      \harmony
    }
    \new Staff
    {
      \set Staff.midiInstrument = "flute" % works fine here
      \new Voice = "vocal" { \melody }
    }
  >>

Thanks in advance

--strk; 



reply via email to

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