]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/midi-dynamics.ly
lilypond-manuals.css: edit color scheme and some spacing
[lilypond.git] / input / regression / midi-dynamics.ly
1 \header {
2
3   texidoc = "Midi also handles crescendo and decrescendo, either
4   starting and ending from specified or unspecified sound level."
5
6 }
7
8 \version "2.19.21"
9
10 \score {
11   \relative {
12
13     \set midiMinimumVolume = #0.0
14     \set midiMaximumVolume = #1.0
15     c'\ff c\pppp
16     c\ff\> c c c c\!\pppp
17
18     c\< c c c c\! \ff
19
20     c\> c c c \!  
21   } 
22   \midi {}
23   \layout{}
24 }