lilypond-devel
[Top][All Lists]
Advanced

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

Re: \set Staff.midiInstrument has no effect in RhythmicStaff


From: Davide Liessi
Subject: Re: \set Staff.midiInstrument has no effect in RhythmicStaff
Date: Sun, 26 Apr 2015 01:51:59 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:31.0) Gecko/20100101 Thunderbird/31.6.0

Il 26/04/15 01.38, David Kastrup ha scritto:
Davide Liessi <address@hidden> writes:
"\set Staff.midiInstrument = ..." has no effect when used inside a
RhythmicStaff.

Minimal example exhibiting the problem, version number?

\version "2.19.15"
\score {
  \new RhythmicStaff {
    %\set RhythmicStaff.midiInstrument = "flute"
    %\set Staff.midiInstrument = "flute"
    c
  }
  \midi { }
}

If I uncomment the "\set RhythmicStaff..." line, the resulting MIDI file contains the expected program change event setting the MIDI instrument to flute. If I uncomment the "\set Staff..." line, the resulting MIDI file doesn't contain any program change events.

Best wishes.
Davide



reply via email to

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