From 0b3f8eb5000541aacdb027a93db57c199fd8ba04 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Sat, 13 Nov 2010 16:37:36 +0000 Subject: [PATCH] Compile fix for spacing renaming. --- Documentation/snippets/adjusting-lyrics-vertical-spacing.ly | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 } >> -- 2.39.5