]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/dynamics-alignment-no-line-linebreak.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / dynamics-alignment-no-line-linebreak.ly
diff --git a/input/regression/dynamics-alignment-no-line-linebreak.ly b/input/regression/dynamics-alignment-no-line-linebreak.ly
new file mode 100644 (file)
index 0000000..c6165db
--- /dev/null
@@ -0,0 +1,14 @@
+\version "2.16.0"
+
+\header {
+  texidoc = "Setting the style of a @code{DynamicTextSpanner} to @code{'none}
+to hide the line altogether should also work over line breaks.
+"
+}
+
+\relative c'' {
+  \override DynamicTextSpanner #'style = #'none
+  c2\cresc g,2
+  \break
+  g2 c'2\f
+}