]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/dynamics-line.ly
* scripts/lilypond-book.py (do_file): do not overwrite input file.
[lilypond.git] / input / regression / dynamics-line.ly
1
2 \version "2.1.26"
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 \score{
13 \notes\relative c''{
14 a1^\sfz
15 a1\fff\> c,,\!\pp a'' a\p
16
17 % We need this to test if we get two Dynamic line spanners
18 a
19
20 % because do_removal_processing ()
21 % doesn't seem to post_process elements
22 d\f
23
24 a
25
26 }
27 \paper{
28 }
29 \midi{
30 \tempo 1 = 60
31 }
32 }
33