]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/dynamics-line.ly
(print): new file. Set limits to
[lilypond.git] / input / regression / dynamics-line.ly
index 95f6b6068c39edaa93c86f3fc5c7768880558079..43aed0155dcafeca2cfdc95cc5f2096de60f0809 100644 (file)
@@ -1,15 +1,18 @@
+
+\version "2.3.4"
 \header{
 texidoc=" Dynamics appear below or above the staff.  If multiple
 dynamics are linked with (de)crescendi, they should be on the same
-line. Isolated dynamics may be forced up or down.  ";
+line. Isolated dynamics may be forced up or down.
+ "
 }
 
 
 
 \score{
-\notes\relative c''{
+\relative c''{
 a1^\sfz
-a1-\fff\> \!c,,-\pp a'' a-\p
+a1\fff\> c,,\!\pp a'' a\p
 
 % We need this to test if we get two Dynamic line spanners
 a
@@ -24,6 +27,7 @@ a
 \paper{
 }
 \midi{
-\tempo 1 = 60;
+\tempo 1 = 60
 }
 }
+