]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc: Fix regtest "dynamics-broken-hairpin.ly"
authorSimon Albrecht <simon.albrecht@mail.de>
Tue, 8 Sep 2015 14:46:51 +0000 (15:46 +0100)
committerJames Lowe <pkx166h@gmail.com>
Tue, 8 Sep 2015 14:47:05 +0000 (15:47 +0100)
Issue 4588

Fix regtest "dynamics-broken-hairpin.ly"
Change regtest to match its title,
including an updated description.

input/regression/dynamics-broken-hairpin.ly

index b412a7ea9428904e23192da6139f3610cede1919..39d200cfcb9352ea095e3ddeb86f0ed0dd25391b 100644 (file)
@@ -1,7 +1,7 @@
-
 \version "2.19.21"
-\header{
-texidoc = "Broken crescendi should be open on one side."
+
+\header {
+  texidoc = "When a hairpin is broken, the broken parts should be open at the â€˜breaking point’."
 }
 
 \layout {
@@ -9,7 +9,11 @@ texidoc = "Broken crescendi should be open on one side."
 }
 
 
-\relative { 
-  c''1 \< \break c1\!  \> \break c1\!
+\relative {
+   c''1 \< \break
+   c
+   c\> \break
+   c
+   c\!
 }