]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/lyrics-alignment.ly
Merge remote-tracking branch 'origin/master' into translation
[lilypond.git] / Documentation / snippets / lyrics-alignment.ly
index fc6757dc6ff03486a1e08946abc726ee91bab27f..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.16.0"
+\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"
 }