]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/dynamics-broken-hairpin.ly
Merge branch 'master' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / regression / dynamics-broken-hairpin.ly
index fc30b64dc2cd86980d09b824946a699b8171075d..439e6bd01b1b6fd561e60b7d530b6c7edef70315 100644 (file)
@@ -1,14 +1,15 @@
-\version "1.7.18"
+
+\version "2.10.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\!
 }
-