]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/page-spacing-nonstaff-lines-skylines.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / page-spacing-nonstaff-lines-skylines.ly
diff --git a/input/regression/page-spacing-nonstaff-lines-skylines.ly b/input/regression/page-spacing-nonstaff-lines-skylines.ly
new file mode 100644 (file)
index 0000000..8c67cf6
--- /dev/null
@@ -0,0 +1,19 @@
+\version "2.16.0"
+
+\header {
+  texidoc = "Relative indentation between systems is taken into
+  account in allowing space for loose lines between systems."
+}
+
+\paper {
+  ragged-right = ##t
+  indent = 10
+  short-indent = 00
+}
+
+\book {
+  \score { <<
+    \chords {s1\break c2 c2 }
+    \new Staff {\clef bass c,1 | c''2 c2 }
+  >> }
+}