]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/lyrics-alignment.ly
lilypond-manuals.css: edit color scheme and some spacing
[lilypond.git] / Documentation / snippets / lyrics-alignment.ly
index 4a2465a4f5cce883b83b38aa01a22914f8387910..48d2a946110671375aa49b7ec70ae30c37052e18 100644 (file)
@@ -1,10 +1,10 @@
 %% DO NOT EDIT this file manually; it is automatically
-%% generated from LSR http://lsr.dsi.unimi.it
+%% 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.
-\version "2.14.2"
+\version "2.18.0"
 
 \header {
   lsrtags = "really-simple, text, vocal-music"
@@ -27,10 +27,10 @@ well.
   c1
 }
 \addlyrics {
-  \once \override LyricText #'self-alignment-X = #LEFT
+  \once \override LyricText.self-alignment-X = #LEFT
   "This is left-aligned"
-  \once \override LyricText #'self-alignment-X = #CENTER
+  \once \override LyricText.self-alignment-X = #CENTER
   "This is centered"
-  \once \override LyricText #'self-alignment-X = #1
+  \once \override LyricText.self-alignment-X = #1
   "This is right-aligned"
 }