]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/page-spacing-nonstaff-lines-between-systems.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / page-spacing-nonstaff-lines-between-systems.ly
index da6600e9c8f44f90b9c4f0e1144dc3e79c774ebb..b1d161bb8da084e038d30cd97b298d89254ad87b 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.13.7"
+\version "2.14.0"
 
 \header {
   texidoc = "The vertical spacing engine is not confused by a
@@ -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 }
     >>
   }
 }