]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/dynamics-line.ly
Doc-es: various updates.
[lilypond.git] / input / regression / dynamics-line.ly
index 95f6b6068c39edaa93c86f3fc5c7768880558079..584c766ab3c7f582bed977a39356e131b183b8fe 100644 (file)
@@ -1,29 +1,26 @@
+
+\version "2.16.0"
 \header{
-texidoc=" Dynamics appear below or above the staff.  If multiple
+  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''{
-a1^\sfz
-a1-\fff\> \!c,,-\pp a'' a-\p
+\relative c''{
+  a1^\sfz
+  a1\fff\> c,,\!\pp a'' a\p
 
-% We need this to test if we get two Dynamic line spanners
-a
+  %% We need this to test if we get two Dynamic line spanners
+  a
 
-% because do_removal_processing ()
-% doesn't seem to post_process elements
-d\f
+  %% because do_removal_processing ()
+  %% doesn't seem to post_process elements
+  d\f
 
-a
+  a
 
 }
-\paper{
-}
-\midi{
-\tempo 1 = 60;
-}
-}
+