Reviewers: ,

Message:
My first patch :-)

Description:
Fix regtest "dynamics-broken-hairpin.ly"

Change regtest to match its title, including an updated description.

Please review this at https://codereview.appspot.com/258470044/

Affected files (+9, -5 lines):
  M input/regression/dynamics-broken-hairpin.ly


Index: input/regression/dynamics-broken-hairpin.ly
diff --git a/input/regression/dynamics-broken-hairpin.ly b/input/regression/dynamics-broken-hairpin.ly index b412a7ea9428904e23192da6139f3610cede1919..cfd6d90f575c096e8f4e6d80eefb6cf111c6cde1 100644
--- a/input/regression/dynamics-broken-hairpin.ly
+++ b/input/regression/dynamics-broken-hairpin.ly
@@ -1,7 +1,7 @@
+\version "2.19.25"

-\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\!
 }



_______________________________________________
lilypond-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to