]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/dynamics-alignment-no-line.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / dynamics-alignment-no-line.ly
diff --git a/input/regression/dynamics-alignment-no-line.ly b/input/regression/dynamics-alignment-no-line.ly
new file mode 100644 (file)
index 0000000..03a26d4
--- /dev/null
@@ -0,0 +1,16 @@
+\version "2.14.0"
+
+\header {
+  texidoc = "If the line for a @code{DynamicTextSpanner} is hidden, the
+alignment spanner for dynamics is ended early.  This allows consecutive
+dynamics to be unlinked."
+}
+
+\relative g' {
+  g4\p\cresc g g g
+  g,1\f
+
+  \override DynamicTextSpanner #'style = #'none
+  g'4\p\cresc g g g
+  g,1\f  
+}