]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/adjusting-lyrics-vertical-spacing.ly
Run update-with-convert-ly.sh.
[lilypond.git] / Documentation / snippets / adjusting-lyrics-vertical-spacing.ly
index d624f7e92844148892380cc311afd69acd5df4a2..32fd5e49c53ec9d90e3a31323319cc6a59d6eca8 100644 (file)
@@ -2,7 +2,7 @@
 % generated from Documentation/snippets/new
 % This file is in the public domain.
 %% Note: this file works from version 2.13.39
-\version "2.13.40"
+\version "2.13.42"
 
 \header {
 %% Translation of GIT committish: 0b3f8eb5000541aacdb027a93db57c199fd8ba04
@@ -50,7 +50,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 }
 >>