]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/dynamics-line.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / dynamics-line.ly
index 6c65940d74e16c0e597dc160275872481e7d12ce..e263d925c528b7e1d2dc54a544b518a01028a455 100644 (file)
@@ -1,7 +1,7 @@
-#(ly:set-option 'old-relative)
-\version "1.9.1"
+
+\version "2.12.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{
-\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
-}
-}