]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/new/adjusting-lyrics-vertical-spacing.ly
vert. spacing: Convert affected docs.
[lilypond.git] / Documentation / snippets / new / adjusting-lyrics-vertical-spacing.ly
index 8d64e7d202b6cdec1e537cedb2208d3f57e16ed6..bd389cf88b9d012885dafcccf4f312f42103cfc2 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.13.36"
+\version "2.13.39"
 
 \header {
   lsrtags = "text, vocal-music, spacing"
@@ -27,7 +27,7 @@ This snippet shows how to bring the lyrics line closer to the staff.
     }
   }
   \new Lyrics \with {
-    \override VerticalAxisGroup #'inter-staff-spacing = #'((space . 1))
+    \override VerticalAxisGroup #'nonstaff-relatedstaff-spacing = #'((space . 1))
   }
   \lyricsto melody { aa aa aa aa aa aa aa aa aa }
 >>