From c905e2e971b69290ccfe4eed9b1d1659381d5497 Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Mon, 14 Mar 2016 21:46:12 +0100 Subject: [PATCH] Run scripts/auxiliar/makelsr.py --- ...ranging-separate-lyrics-on-a-single-line.ly | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Documentation/snippets/arranging-separate-lyrics-on-a-single-line.ly b/Documentation/snippets/arranging-separate-lyrics-on-a-single-line.ly index 9458e21e8b..6508350a19 100644 --- a/Documentation/snippets/arranging-separate-lyrics-on-a-single-line.ly +++ b/Documentation/snippets/arranging-separate-lyrics-on-a-single-line.ly @@ -1,9 +1,10 @@ -%% DO NOT EDIT this file manually; it is automatically -%% generated from LSR http://lsr.di.unimi.it -%% Make any changes in LSR itself, or in Documentation/snippets/new/ , -%% and then run scripts/auxiliar/makelsr.py -%% -%% This file is in the public domain. +% DO NOT EDIT this file manually; it is automatically +% generated from Documentation/snippets/new +% Make any changes in Documentation/snippets/new/ +% and then run scripts/auxiliar/makelsr.py +% +% This file is in the public domain. +%% Note: this file works from version 2.18.0 \version "2.18.0" \header { @@ -13,7 +14,7 @@ Sometimes you may want to put lyrics for different performers on a single line: where there is rapidly alternating text, for example. This snippet shows how this can be done with @code{\\override -VerticalAxisGroup #'nonstaff-nonstaff-spacing #'minimum-distance = +VerticalAxisGroup.nonstaff-nonstaff-spacing.minimum-distance = ##f}. " @@ -23,8 +24,7 @@ VerticalAxisGroup #'nonstaff-nonstaff-spacing #'minimum-distance = \layout { \context { \Lyrics - \override VerticalAxisGroup #'nonstaff-nonstaff-spacing - #'minimum-distance = ##f + \override VerticalAxisGroup.nonstaff-nonstaff-spacing.minimum-distance = ##f } } -- 2.39.5