]> git.donarmstrong.com Git - lilypond.git/commitdiff
Run scripts/auxiliar/makelsr.py
authorDavid Kastrup <dak@gnu.org>
Mon, 14 Mar 2016 20:46:12 +0000 (21:46 +0100)
committerDavid Kastrup <dak@gnu.org>
Tue, 22 Mar 2016 10:38:44 +0000 (11:38 +0100)
Documentation/snippets/arranging-separate-lyrics-on-a-single-line.ly

index 9458e21e8b449954b2da8b444d31e7d17a64a137..6508350a1993bfb9ace46cdd942ffe925d268293 100644 (file)
@@ -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
   }
 }