]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/changing-stanza-fonts.ly
LSR Update
[lilypond.git] / Documentation / snippets / changing-stanza-fonts.ly
index e9adcc4b994efc159d6e11d57f60011bfbb9afba..3c0beb9ac23476e51f1ed23b01b21bb645a89c5b 100644 (file)
@@ -1,10 +1,14 @@
-%% 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.20"
+% DO NOT EDIT this file manually; it is automatically
+% generated from Documentation/snippets/new
+% Make any changes in Documentation/snippets/new/
+% and then run scripts/auxiliar/makelsr.py
+%
+% This file is in the public domain.
+%% Note: this file works from version 2.18.0
+\version "2.18.0"
 
 \header {
-  lsrtags = "vocal-music"
+  lsrtags = "really-simple, vocal-music"
 
   texidoc = "
 Fonts can be changed independently for each stanza, including the font
@@ -19,15 +23,15 @@ used for printing the stanza number.
   g2 e4
   a2 f4
   g2.
-}
+} % begin verbatim
+
 \addlyrics {
   \set stanza = #"1. "
   Hi, my name is Bert.
 }
 \addlyrics {
-  \override StanzaNumber #'font-name = #"DejaVu"
+  \override StanzaNumber.font-name = #"DejaVu Sans"
   \set stanza = #"2. "
-  \override LyricText #'font-family = #'typewriter
+  \override LyricText.font-family = #'typewriter
   Oh, ché -- ri, je t'aime
 }
-