]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/dynamics-broken-hairpin.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / dynamics-broken-hairpin.ly
index 9016e5f46a642d57d72a195ee59aa7cfa027bf5f..39d200cfcb9352ea095e3ddeb86f0ed0dd25391b 100644 (file)
@@ -1,13 +1,19 @@
-\version "1.3.146"
-\header{
-texidoc = "Broken crescendi should look be open on one side."
+\version "2.19.21"
+
+\header {
+  texidoc = "When a hairpin is broken, the broken parts should be open at the â€˜breaking point’."
 }
 
-\score { \notes \relative c'' { 
-    c1 \< \break \! c1  \> \break \! c1 
-  }
-  \paper {
-    linewidth = 10.\cm
-  }
+\layout {
+  line-width = 4.\cm
 }
-  
+
+
+\relative {
+   c''1 \< \break
+   c
+   c\> \break
+   c
+   c\!
+}
+