]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/lyrics-alignment.ly
Doc -- change spelling to "ukulele" from "ukelele"
[lilypond.git] / Documentation / snippets / lyrics-alignment.ly
index 0857493c2c479645ae1cfa4fb2e1dc2bbf80048c..6ef0bfc21058501a05cb535b07a8903ee6274b9c 100644 (file)
@@ -1,6 +1,7 @@
-%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
+%% Do not edit this file; it is automatically
+%% generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.13.1"
+\version "2.13.4"
 
 \header {
   lsrtags = "text, vocal-music"
@@ -21,7 +22,7 @@ Horizontal alignment for lyrics cam be set by overriding the
 @code{self-alignment-X} property of the @code{LyricText} object.
 @code{#-1} is left, @code{#0} is center and @code{#1} is right;
 however, you can use @code{#LEFT}, @code{#CENTER} and @code{#RIGHT} as
-well. 
+well.
 
 "
   doctitle = "Lyrics alignment"
@@ -37,7 +38,7 @@ well.
   \once \override LyricText #'self-alignment-X = #LEFT
   "This is left-aligned"
   \once \override LyricText #'self-alignment-X = #CENTER
-  "This is centered" 
+  "This is centered"
   \once \override LyricText #'self-alignment-X = #1
   "This is right-aligned"
 }