]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/dynamics-alignment-breaker-order.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / dynamics-alignment-breaker-order.ly
diff --git a/input/regression/dynamics-alignment-breaker-order.ly b/input/regression/dynamics-alignment-breaker-order.ly
new file mode 100644 (file)
index 0000000..a295f8e
--- /dev/null
@@ -0,0 +1,18 @@
+\version "2.16.0"
+
+\header {
+  texidoc = "@code{\\breakDynamicSpan} work whether it is placed together 
+with the start or the end of a spanner.  Both lines should be identical.
+"
+}
+
+\relative c {
+  c1\< c''
+  % break directly before and after \> :
+  c,1\breakDynamicSpan\>\breakDynamicSpan 
+  f,1\p \break
+
+  c1\<\breakDynamicSpan c''
+  c,1\>
+  f,1\breakDynamicSpan\p
+}