From 4d3f0643d1d89232da8d7b0ad51d0fef03671961 Mon Sep 17 00:00:00 2001 From: James Lowe Date: Thu, 17 Sep 2015 18:10:07 +0100 Subject: [PATCH] LSR Update Run of makelsr --- .../snippets/changing-stanza-fonts.ly | 18 ++++++++++-------- .../changing-the-default-text-font-family.ly | 18 ++++++++++-------- Documentation/snippets/unfretted-headword.ly | 8 ++++---- 3 files changed, 24 insertions(+), 20 deletions(-) diff --git a/Documentation/snippets/changing-stanza-fonts.ly b/Documentation/snippets/changing-stanza-fonts.ly index 38581bb551..3c0beb9ac2 100644 --- a/Documentation/snippets/changing-stanza-fonts.ly +++ b/Documentation/snippets/changing-stanza-fonts.ly @@ -1,9 +1,10 @@ -%% 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. +% DO NOT EDIT this file manually; it is automatically +% generated from Documentation/snippets/new +% Make any changes in Documentation/snippets/new/ +% and then run scripts/auxiliar/makelsr.py +% +% This file is in the public domain. +%% Note: this file works from version 2.18.0 \version "2.18.0" \header { @@ -22,13 +23,14 @@ used for printing the stanza number. g2 e4 a2 f4 g2. -} +} % begin verbatim + \addlyrics { \set stanza = #"1. " 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 Oh, ché -- ri, je t'aime diff --git a/Documentation/snippets/changing-the-default-text-font-family.ly b/Documentation/snippets/changing-the-default-text-font-family.ly index e5608cf69e..125f0dd1db 100644 --- a/Documentation/snippets/changing-the-default-text-font-family.ly +++ b/Documentation/snippets/changing-the-default-text-font-family.ly @@ -1,9 +1,10 @@ -%% 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. +% DO NOT EDIT this file manually; it is automatically +% generated from Documentation/snippets/new +% Make any changes in Documentation/snippets/new/ +% and then run scripts/auxiliar/makelsr.py +% +% This file is in the public domain. +%% Note: this file works from version 2.18.0 \version "2.18.0" \header { @@ -24,11 +25,12 @@ The default font families for text can be overridden with run lilypond -dshow-available-fonts blabla to show all fonts available in the process log. - %} + %} % begin verbatim + #(define fonts (make-pango-font-tree "Times New Roman" - "Nimbus Sans" + "Nimbus Sans,Nimbus Sans L" "Luxi Mono" ;; "Helvetica" ;; "Courier" diff --git a/Documentation/snippets/unfretted-headword.ly b/Documentation/snippets/unfretted-headword.ly index 99e129afbf..eb02136cc8 100644 --- a/Documentation/snippets/unfretted-headword.ly +++ b/Documentation/snippets/unfretted-headword.ly @@ -124,10 +124,10 @@ ViolinSolo = \relative c' { \voiceOne - \set Score.markFormatter = #format-mark-box-numbers - \override Score.VoltaBracket.font-name = #"sans" - \override Score.VoltaBracket.extra-offset = #'(0 . 1) - \override SpacingSpanner.uniform-stretching = ##t + \set Score.markFormatter = #format-mark-box-numbers + \override Score.VoltaBracket.font-name = #"LilyPond Sans Serif" + \override Score.VoltaBracket.extra-offset = #'(0 . 1) + \override SpacingSpanner.uniform-stretching = ##t %% Measure 1 -- 2.39.2