]> 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 233cef6e710fd67fff6d2526af251ff2ff3b0a51..dcbd1f99d3a267908e29df8ff892c418b8b4be39 100644 (file)
@@ -1,20 +1,13 @@
 %% DO NOT EDIT this file manually; it is automatically
-%% generated from LSR http://lsr.dsi.unimi.it
+%% 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.14.2"
+\version "2.18.0"
 
 \header {
-%% Translation of GIT committish: 1cda7b7b8219cb97399b8e7b56c1115aaf82c002
-  texidocfr = "
-Chaque couplet peut disposer de sa propre fonte, y compris son numéro.
-
-"
-  doctitlefr = "Changement de fontes des couplets"
-
-  lsrtags = "vocal-music, really-simple"
+  lsrtags = "really-simple, vocal-music"
 
   texidoc = "
 Fonts can be changed independently for each stanza, including the font
@@ -24,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
@@ -35,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
 }
-