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