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