]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/page-spacing-dynamics.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / page-spacing-dynamics.ly
1 \version "2.16.0"
2
3 \header {
4   texidoc = "Dynamic centering still works with alignment-distances."
5 }
6
7 \score {
8   \new PianoStaff <<
9     \new Staff c'
10     \new Dynamics { s2\fff\> s4 s\!\pp }
11     \new Staff c'
12   >>
13   \layout {
14     \context {
15       \Score
16       \override NonMusicalPaperColumn #'line-break-system-details =
17         #'((alignment-distances . (20)))
18     }
19   }
20 }