From: Graham Percival Date: Sat, 13 Nov 2010 16:37:36 +0000 (+0000) Subject: Compile fix for spacing renaming. X-Git-Tag: release/2.13.39-1~9 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0b3f8eb5000541aacdb027a93db57c199fd8ba04;p=lilypond.git Compile fix for spacing renaming. --- diff --git a/Documentation/snippets/adjusting-lyrics-vertical-spacing.ly b/Documentation/snippets/adjusting-lyrics-vertical-spacing.ly index 3055669397..8d462fdb1e 100644 --- a/Documentation/snippets/adjusting-lyrics-vertical-spacing.ly +++ b/Documentation/snippets/adjusting-lyrics-vertical-spacing.ly @@ -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 } >>