X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Flyrics-alignment.ly;h=9167330fe64826c539b5c3ff19df484be2f658b2;hb=13da8b27aabc5d5a752d00ed1e2b99ad20f0f264;hp=fc6757dc6ff03486a1e08946abc726ee91bab27f;hpb=516cae503bc2b55e95604b0c0f681a6ccddcfab2;p=lilypond.git diff --git a/Documentation/snippets/lyrics-alignment.ly b/Documentation/snippets/lyrics-alignment.ly index fc6757dc6f..9167330fe6 100644 --- a/Documentation/snippets/lyrics-alignment.ly +++ b/Documentation/snippets/lyrics-alignment.ly @@ -4,7 +4,7 @@ %% and then run scripts/auxiliar/makelsr.py %% %% This file is in the public domain. -\version "2.16.0" +\version "2.17.6" \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" }