]> git.donarmstrong.com Git - lilypond.git/commitdiff
Compile fix for spacing renaming.
authorGraham Percival <graham@percival-music.ca>
Sat, 13 Nov 2010 16:37:36 +0000 (16:37 +0000)
committerGraham Percival <graham@percival-music.ca>
Sat, 13 Nov 2010 16:37:55 +0000 (16:37 +0000)
Documentation/snippets/adjusting-lyrics-vertical-spacing.ly

index 3055669397d75046a9cf121ed932df659f9c11e8..8d462fdb1eae393ce2dda405c07e9205e5c66726 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.16
-\version "2.13.31"
+\version "2.13.39"
 
 \header {
 %% Translation of GIT committish: 0b55335aeca1de539bf1125b717e0c21bb6fa31b
@@ -50,7 +50,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 }
 >>