%% Generated by lilypond-book
%% Options: [exampleindent=10.16\mm,indent=0\mm,line-width=160\mm]
\include "lilypond-book-preamble.ly"


% ****************************************************************
% Start cut-&-pastable-section
% ****************************************************************

#(ly:set-option 'eps-box-padding 3.000000)



\paper {
  indent = 0\mm
  line-width = 160\mm
  % offset the left padding, also add 1mm as lilypond creates cropped
  % images with a little space on the right
  line-width = #(- line-width (* mm  3.000000) (* mm 1))
}

\layout {
  
}




% ****************************************************************
% ly snippet:
% ****************************************************************
\sourcefilename "snippets/changing-stanza-fonts.ly"
\sourcefileline 0
%% DO NOT EDIT this file manually; it was automatically
%% generated from the LilyPond Snippet Repository
%% (http://lsr.di.unimi.it).
%%
%% Make any changes in the LSR itself, or in
%% `Documentation/snippets/new/`, then run
%% `scripts/auxiliar/makelsr.pl`.
%%
%% This file is in the public domain.

\version "2.23.13"

\header {
%% Translation of GIT committish: a8a85e19654e46d725563e6deba44083ef137a2c
  texidocja = "
歌詞の節ごとにフォントを変更することができます。歌詞番号のフォントも同様です。
"
  doctitleja = "歌詞の節のフォントを変更する"

%% Translation of GIT committish: a3fd5364fc4f247579da0ed2bfea887ab37285c6
  texidocfr = "
Chaque couplet peut disposer de sa propre fonte, y compris son numéro.
"

  doctitlefr = "Changement de fontes des couplets"

%% Translation of GIT committish: c4c1512a79d84d8d1acffa663c588b617a4dead8
  texidoces = "
Se pueden cambiar las fuentes tipográficas de forma independiente para
cada estrofa, incuida la fuente que se usa para imprimir el número de
estrofa.

"
  doctitlees = "Modificar la tipografía para cada estrofa"

%% Translation of GIT committish: c4c1512a79d84d8d1acffa663c588b617a4dead8
  texidocca = "
Es poden canviar els tipus de lletra de forma independent per a cada
estrofa, inclosa la font que s'usa per imprimir el número d'estrofa.

"
  doctitleca = "Modificar el tipus de lletra per a cada estrofa"

  lsrtags = "really-simple, vocal-music"

  texidoc = "
Fonts can be changed independently for each stanza, including the font
used for printing the stanza number.
"

  doctitle = "Changing stanza fonts"
} % begin verbatim


%{
You may have to install additional fonts.

Red Hat Fedora

  dejavu-fonts-all

Debian GNU/Linux, Ubuntu

  fonts-dejavu-core
  fonts-dejavu-extra
%}

\relative c'' {
  \time 3/4
  g2 e4
  a2 f4
  g2.
}
\addlyrics {
  \set stanza = #"1. "
  Hi, my name is Bert.
}
\addlyrics {
  \override StanzaNumber.font-name = #"DejaVu Sans"
  \set stanza = #"2. "
  \override LyricText.font-family = #'typewriter
  Oh, ché -- ri, je t'aime
}



% ****************************************************************
% end ly snippet
% ****************************************************************
