]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/page-spacing-dynamics.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / page-spacing-dynamics.ly
diff --git a/input/regression/page-spacing-dynamics.ly b/input/regression/page-spacing-dynamics.ly
new file mode 100644 (file)
index 0000000..06e512c
--- /dev/null
@@ -0,0 +1,20 @@
+\version "2.14.0"
+
+\header {
+  texidoc = "Dynamic centering still works with alignment-distances."
+}
+
+\score {
+  \new PianoStaff <<
+    \new Staff c'
+    \new Dynamics { s2\fff\> s4 s\!\pp }
+    \new Staff c'
+  >>
+  \layout {
+    \context {
+      \Score
+      \override NonMusicalPaperColumn #'line-break-system-details =
+        #'((alignment-distances . (20)))
+    }
+  }
+}