X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fpage-spacing-nonstaff-lines-between-systems.ly;fp=input%2Fregression%2Fpage-spacing-nonstaff-lines-between-systems.ly;h=b1d161bb8da084e038d30cd97b298d89254ad87b;hb=941dff9d2a67080e0dd8474f1e70f0c72ace6424;hp=0000000000000000000000000000000000000000;hpb=5a22d6233a39d3164e1ca043244794c268be4ad0;p=lilypond.git diff --git a/input/regression/page-spacing-nonstaff-lines-between-systems.ly b/input/regression/page-spacing-nonstaff-lines-between-systems.ly new file mode 100644 index 0000000000..b1d161bb8d --- /dev/null +++ b/input/regression/page-spacing-nonstaff-lines-between-systems.ly @@ -0,0 +1,24 @@ +\version "2.14.0" + +\header { + texidoc = "The vertical spacing engine is not confused by a +non-staff line below a system followed by a loose line above the +next system." +} + +\paper { + indent = 0 + ragged-right = ##t +} + +\book { + \score { + << + \chords { s1 \break d1 } + \new Staff = "s" { c1 c1 } + \addlyrics { word } + \addlyrics { \set alignAboveContext = "s" _ up } + >> + } +} +