Fixes Issue 1504, allowing feather beam line breaking.
[lilypond/patrick.git] / input / regression / page-spacing-dynamics.ly
blobb2f04d74942f68d2eed46d5cc1dc301d0ab6b93c
1 \version "2.13.9"
3 \header {
4 texidoc = "Dynamic centering still works with alignment-distances."
7 \score {
8 \new PianoStaff <<
9 \new Staff c'
10 \new Dynamics { s2\fff\> s4 s\!\pp }
11 \new Staff c'
13 \layout {
14 \context {
15 \Score
16 \override NonMusicalPaperColumn #'line-break-system-details =
17 #'((alignment-distances . (20)))