]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/dynamics-alignment-breaker-subsequent-spanner.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / dynamics-alignment-breaker-subsequent-spanner.ly
diff --git a/input/regression/dynamics-alignment-breaker-subsequent-spanner.ly b/input/regression/dynamics-alignment-breaker-subsequent-spanner.ly
new file mode 100644 (file)
index 0000000..a7c9e8d
--- /dev/null
@@ -0,0 +1,15 @@
+\version "2.16.0"
+
+\header {
+  texidoc = "@code{\\breakDynamicSpan} shall only have an effect on the current
+spanner, not on subsequent spanners.
+"
+}
+
+\relative c' {
+  % Check that the effect of \breakDynamic span is only for the current
+  % spanner and not for the following spanners, too.
+  c1\<\breakDynamicSpan c''
+  c,,1\>
+  f,1\p % <= the \> and the \p should be aligned!
+}