X-Git-Url: https://git.donarmstrong.com/?p=lilypond.git;a=blobdiff_plain;f=Documentation%2Fsnippets%2Fchanging-the-default-text-font-family.ly;h=125f0dd1dbaf25e0c95272d08b656998b761fdff;hp=e5608cf69e4d7125df72633f7b1fded541d63517;hb=4d3f0643d1d89232da8d7b0ad51d0fef03671961;hpb=130ce199aa0cedce7779abf9bc131ef96368f9b8 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"