X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fpage-spacing-nonstaff-lines-between.ly;fp=input%2Fregression%2Fpage-spacing-nonstaff-lines-between.ly;h=bc1638d7b615773dd52e971ffa8341f620fbdd73;hb=e90f0536f9be39ada0bef0aeb0d275dec3b2fb5b;hp=0000000000000000000000000000000000000000;hpb=a8c9e8a7ca320ab0df5fd32e717fd62cd7635ce6;p=lilypond.git diff --git a/input/regression/page-spacing-nonstaff-lines-between.ly b/input/regression/page-spacing-nonstaff-lines-between.ly new file mode 100644 index 0000000000..bc1638d7b6 --- /dev/null +++ b/input/regression/page-spacing-nonstaff-lines-between.ly @@ -0,0 +1,31 @@ +\version "2.14.0" + +\header { + texidoc = "Non-staff lines between two systems don't confuse the +layout engine. In particular, they don't interfere with +@code{system-system-spacing}, which controls the flexible spacing +between the two closest staves of consecutive systems." +} + +\paper { + ragged-right = ##t + system-system-spacing = #'((basic-distance . 20) (minimum-distance . 30)) + annotate-spacing = ##t +} + +<< + \new Lyrics + \with { \override VerticalAxisGroup #'staff-affinity = #DOWN } + \lyricmode { + My2 first Li4 -- ly song,2 + My2 first Li4 -- ly song,2 + } + \context Voice = "voice" \relative c'' { + d2 d c4 bes a2 \break + d'2 d c4 bes a2 + } + \new Lyrics \lyricmode { + Not2 much can4 go wrong!2 + Not2 much can4 go wrong!2 + } +>>