]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/page-spacing-nonstaff-lines-between-systems.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / page-spacing-nonstaff-lines-between-systems.ly
index da6600e9c8f44f90b9c4f0e1144dc3e79c774ebb..6495f7f12dd1a03ed15dd46da6b1899fd1fe01e7 100644 (file)
@@ -1,13 +1,13 @@
-\version "2.13.7"
+\version "2.16.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."
+next system.  Systems are spaced far enough that loose lines
+are not interleaved, even if gaps would allow interleaving."
 }
 
 \paper {
-  indent = 0
   ragged-right = ##t
 }
 
@@ -15,8 +15,9 @@ next system."
   \score {
     <<
       \chords { s1 \break d1 }
-      \relative c { c1 c1 }
+      \new Staff = "s" { c1 c1 }
       \addlyrics { word }
+      \addlyrics { \set alignAboveContext = "s" _ up }
     >>
   }
 }