]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/changing-stanza-fonts.ly
Add '-dcrop' option to ps and svg backends
[lilypond.git] / Documentation / snippets / changing-stanza-fonts.ly
index 4a0660c1a12273c4084596bd7fc4a70da86d0a74..dcbd1f99d3a267908e29df8ff892c418b8b4be39 100644 (file)
@@ -1,10 +1,13 @@
-%% Do not edit this file; it is automatically
-%% generated from LSR http://lsr.dsi.unimi.it
+%% DO NOT EDIT this file manually; it is automatically
+%% generated from LSR http://lsr.di.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.13.16"
+\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
@@ -14,7 +17,7 @@ used for printing the stanza number.
   doctitle = "Changing stanza fonts"
 } % begin verbatim
 
-\new Voice {
+\relative c'' {
   \time 3/4
   g2 e4
   a2 f4
@@ -25,9 +28,8 @@ used for printing the stanza number.
   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
 }
-