]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/dynamics-alignment-autobreak.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / dynamics-alignment-autobreak.ly
diff --git a/input/regression/dynamics-alignment-autobreak.ly b/input/regression/dynamics-alignment-autobreak.ly
new file mode 100644 (file)
index 0000000..d4ecfc9
--- /dev/null
@@ -0,0 +1,17 @@
+\version "2.16.0"
+
+\header {
+  texidoc = "If a dynamic has an explicit direction that differs from the 
+dynamic line spanner's direction, automatically break the dynamic line spanner.
+"
+}
+
+\relative c' {
+  c1^\<
+  c1_\>
+  f,1\p
+
+  c'1^\<
+  c1_\p^\>
+  c1\!
+}