]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/dynamics-text-right-padding.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / dynamics-text-right-padding.ly
diff --git a/input/regression/dynamics-text-right-padding.ly b/input/regression/dynamics-text-right-padding.ly
new file mode 100644 (file)
index 0000000..c4f4ca8
--- /dev/null
@@ -0,0 +1,12 @@
+\version "2.14.0"
+\header {
+  texidoc = "The space between an absolute dynamic and a dynamic text
+span can be changed using @code{'right-padding}.
+"
+}
+
+\relative c' {
+  \dimTextDim
+  \once \override DynamicText #'right-padding = #0
+  c4\fff\> c c c\!
+}