]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/page-spacing-nonstaff-lines-between-systems.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / page-spacing-nonstaff-lines-between-systems.ly
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 (file)
index 0000000..b1d161b
--- /dev/null
@@ -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 }
+    >>
+  }
+}
+