]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/changing-stanza-fonts.ly
lilypond-book robustness: ensure EOL at the end of @verbatim
[lilypond.git] / input / lsr / changing-stanza-fonts.ly
1 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
2 %% This file is in the public domain.
3 \version "2.13.1"
4
5 \header {
6   lsrtags = "vocal-music"
7
8   texidoc = "
9 Fonts can be changed independently for each stanza, including the font
10 used for printing the stanza number.
11
12 "
13   doctitle = "Changing stanza fonts"
14 } % begin verbatim
15
16 \new Voice {
17   \time 3/4
18   g2 e4
19   a2 f4
20   g2.
21 }
22 \addlyrics {
23   \set stanza = #"1. "
24   Hi, my name is Bert.
25 }
26 \addlyrics {
27   \override StanzaNumber #'font-name = #"DejaVu"
28   \set stanza = #"2. "
29   \override LyricText #'font-family = #'typewriter
30   Oh, ché -- ri, je t'aime
31 }
32