]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/vertically-centered-common-lyrics.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / vertically-centered-common-lyrics.ly
index 182362f01369822042416ea58015a2958cf2422c..7c59cd3b1620509a15a17fff8bda7de53fcab57e 100644 (file)
@@ -1,7 +1,10 @@
-%% Do not edit this file; it is automatically
+%% DO NOT EDIT this file manually; it is automatically
 %% generated from LSR http://lsr.dsi.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.12.2"
+\version "2.17.6"
 
 \header {
   lsrtags = "vocal-music"
@@ -22,16 +25,16 @@ rightbrace = \markup { \rotate #180 \leftbrace }
 
 dropLyrics =
 {
-    \override LyricText #'extra-offset = #'(0 . -5)
-    \override LyricHyphen #'extra-offset = #'(0 . -5)
-    \override LyricExtender #'extra-offset = #'(0 . -5)
+    \override LyricText.extra-offset = #'(0 . -5)
+    \override LyricHyphen.extra-offset = #'(0 . -5)
+    \override LyricExtender.extra-offset = #'(0 . -5)
 }
 
 raiseLyrics =
 {
-    \revert LyricText #'extra-offset
-    \revert LyricHyphen #'extra-offset
-    \revert LyricExtender #'extra-offset
+    \revert LyricText.extra-offset
+    \revert LyricHyphen.extra-offset
+    \revert LyricExtender.extra-offset
 }
 
 skipFour = \repeat unfold 4 { \skip 8 }
@@ -54,4 +57,3 @@ melody = \relative c' { c4 d e f g f e8( e f) d4 c e d c }
                 \new Lyrics \lyricsto m \lyricsD
         >>
 }
-