]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/changing-stanza-fonts.ly
Imported Upstream version 2.18.0
[lilypond.git] / Documentation / snippets / changing-stanza-fonts.ly
index ceea216ef269f2b8d726385d7f3dc6ef0dbe84a5..4ef7475f41f5f34362edda04ca388ed4925d0f70 100644 (file)
@@ -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, vocal-music"
@@ -28,8 +28,8 @@ used for printing the stanza number.
   Hi, my name is Bert.
 }
 \addlyrics {
-  \override StanzaNumber #'font-name = #"DejaVu"
+  \override StanzaNumber.font-name = #"DejaVu"
   \set stanza = #"2. "
-  \override LyricText #'font-family = #'typewriter
+  \override LyricText.font-family = #'typewriter
   Oh, ché -- ri, je t'aime
 }