]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/dynamics-broken-hairpin.ly
* tex/GNUmakefile (TEX_FILES): add texinfo.cnf
[lilypond.git] / input / regression / dynamics-broken-hairpin.ly
index 0e38c38c39af4dd1ba6b3c691453f9a0a139cad3..ba5fad77e8856d4c1ce4576b7b0038e7c67719da 100644 (file)
@@ -1,13 +1,13 @@
-#(ly:set-option 'old-relative)
-\version "1.9.1"
+
+\version "2.3.22"
 \header{
 texidoc = "Broken crescendi should be open on one side."
 }
 
-\score { \notes \relative c'' { 
+\score {  \relative c'' { 
     c1 \< \break c1\!  \> \break c1\!
   }
-  \paper {
+  \layout {
     linewidth = 4.\cm
   }
 }