]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/dynamics-broken-hairpin.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / dynamics-broken-hairpin.ly
index 5cfdf800f7be117567ac8594e29fa36b6aed52db..8946b5bbd3dcbc3b7694733c216fcf7a62df72e8 100644 (file)
@@ -1,15 +1,15 @@
 
-\version "1.9.1"
+\version "2.16.0"
 \header{
 texidoc = "Broken crescendi should be open on one side."
 }
 
-\score { \notes \relative c'' { 
-    c1 \< \break c1\!  \> \break c1\!
-  }
-  \paper {
-    linewidth = 4.\cm
-  }
+\layout {
+  line-width = 4.\cm
+}
+
+
+\relative c'' { 
+  c1 \< \break c1\!  \> \break c1\!
 }
-