]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/midi/rest-dynamic.ly
MIDI: always output all midi events. Fixes #1593.
[lilypond.git] / input / regression / midi / rest-dynamic.ly
1 \header {
2 texidoc="LilyPond respects rests, also when there are dynamics"
3 options=""
4 }
5
6 \score {
7   \new Staff \relative c' {
8     \time 2/4 e4 e r4 e\f |
9   }
10   \layout {}
11   \midi {}
12 }