]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/dynamics-line.ly
Merge branch 'stable'
[lilypond.git] / input / regression / dynamics-line.ly
1
2 \version "2.12.0"
3 \header{
4   texidoc=" Dynamics appear below or above the staff.  If multiple
5 dynamics are linked with (de)crescendi, they should be on the same
6 line. Isolated dynamics may be forced up or down.
7  "
8 }
9
10
11
12 \relative c''{
13   a1^\sfz
14   a1\fff\> c,,\!\pp a'' a\p
15
16   %% We need this to test if we get two Dynamic line spanners
17   a
18
19   %% because do_removal_processing ()
20   %% doesn't seem to post_process elements
21   d\f
22
23   a
24
25 }
26