]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/adjusting-lyrics-vertical-spacing.ly
Issue 5167/1: Reorganize markup commands to use object properties
[lilypond.git] / Documentation / snippets / adjusting-lyrics-vertical-spacing.ly
index 96f0f3a285c3def99d9d2ae67638b0f4be5f7202..472e089ef55c55ee7922be3a57efe7ce82428545 100644 (file)
@@ -7,7 +7,7 @@
 \version "2.18.0"
 
 \header {
-  lsrtags = "correction-wanted, spacing, text, vocal-music, workaround"
+  lsrtags = "spacing, text, tweaks-and-overrides, vocal-music, workaround"
 
   texidoc = "
 This snippet shows how to bring the lyrics line closer to the staff.
@@ -34,7 +34,8 @@ This snippet shows how to bring the lyrics line closer to the staff.
   }
   % Reducing the minimum space below the staff and above the lyrics:
   \new Lyrics \with {
-    \override VerticalAxisGroup.nonstaff-relatedstaff-spacing = #'((basic-distance . 1))
+    \override VerticalAxisGroup.nonstaff-relatedstaff-spacing =
+      #'((basic-distance . 1))
   }
   \lyricsto melody { aa aa aa aa aa aa aa aa aa }
 >>