When I do

\score {
  \drums {
    sn4\mf\< 4 4 4\ff
  }
  \midi { }
}
  
the result of

    lilymidi --pretty /tmp/test.midi

is

Filename:     /tmp/test.midi
MIDI format:  1 (one or more simultaneous tracks)
Divisions:    1536 per whole note
#Tracks:      2

Track 1:
    Time 0:
        Track name: 
        Text:       creator: 
        Text:       GNU LilyPond 2.23.2           
        Time signature: 4/4, metronome 3/16
        Tempo:      1000000 msec/quarter
    Time 1536: 
        End of Track

Track 2:
    Time 0:
        Program Change: Channel 9, 0
        Program Change: Channel 9, 0
        Instrument: drums
        Note on: Channel 9, D2.1666666666666665(38)
    Time 384: 
        Note off: Channel 9, D2.1666666666666665(38)
        Note on: Channel 9, D2.1666666666666665(38)
    Time 768: 
        Note off: Channel 9, D2.1666666666666665(38)
        Note on: Channel 9, D2.1666666666666665(38)
    Time 1152: 
        Note off: Channel 9, D2.1666666666666665(38)
        Note on: Channel 9, D2.1666666666666665(38)
    Time 1536: 
        Note off: Channel 9, D2.1666666666666665(38)
        End of Track



No volume change.  What am I missing?

-- 
David Kastrup

Reply via email to