]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/new/adjusting-lyrics-vertical-spacing.ly
Run update-with-convert-ly.sh.
[lilypond.git] / Documentation / snippets / new / adjusting-lyrics-vertical-spacing.ly
index bd389cf88b9d012885dafcccf4f312f42103cfc2..e31a0aeb16d5deaace76286f750a024320ab53e8 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.13.39"
+\version "2.13.42"
 
 \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 #'nonstaff-relatedstaff-spacing = #'((space . 1))
+    \override VerticalAxisGroup #'nonstaff-relatedstaff-spacing = #'((basic-distance . 1))
   }
   \lyricsto melody { aa aa aa aa aa aa aa aa aa }
 >>