X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fchanging-stanza-fonts.ly;h=4ef7475f41f5f34362edda04ca388ed4925d0f70;hb=8a50484b054224cfc72b65e63e88287ea812ba53;hp=da265e6b3f56ef23339965871055fcda0a18059b;hpb=55ac733b69643a6bc6a83b706c65cb56efd388ef;p=lilypond.git diff --git a/Documentation/snippets/changing-stanza-fonts.ly b/Documentation/snippets/changing-stanza-fonts.ly index da265e6b3f..4ef7475f41 100644 --- a/Documentation/snippets/changing-stanza-fonts.ly +++ b/Documentation/snippets/changing-stanza-fonts.ly @@ -1,10 +1,13 @@ -%% Do not edit this file; it is automatically +%% DO NOT EDIT this file manually; it is automatically %% generated from LSR http://lsr.dsi.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.12.2" +\version "2.17.6" \header { - lsrtags = "vocal-music" + lsrtags = "really-simple, vocal-music" texidoc = " Fonts can be changed independently for each stanza, including the font @@ -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" \set stanza = #"2. " - \override LyricText #'font-family = #'typewriter + \override LyricText.font-family = #'typewriter Oh, ché -- ri, je t'aime } -