]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/dynamics-line.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / dynamics-line.ly
index 345593d85341c761d15d9df929ff37a8637a19dd..584c766ab3c7f582bed977a39356e131b183b8fe 100644 (file)
@@ -1,7 +1,7 @@
 
-\version "2.3.17"
+\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.
  "
@@ -9,25 +9,18 @@ line. Isolated dynamics may be forced up or down.
 
 
 
-\score{
 \relative c''{
-a1^\sfz
-a1\fff\> c,,\!\pp a'' a\p
+  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
-}
-}