From: Han-Wen Nienhuys Date: Wed, 24 Aug 2005 12:48:23 +0000 (+0000) Subject: (Other text markup X-Git-Tag: release/2.7.8~31 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=70938b4ff645c56cefb62a4ce1813ca92ddd3d96;p=lilypond.git (Other text markup issues): remove remark about normal-font. We have \normal-text --- diff --git a/Documentation/user/advanced-notation.itely b/Documentation/user/advanced-notation.itely index 3027d2c563..98ca3ae1ed 100644 --- a/Documentation/user/advanced-notation.itely +++ b/Documentation/user/advanced-notation.itely @@ -475,8 +475,8 @@ example, #(define fonts (make-pango-font-tree "Times New Roman" - "Helvetica" - "Courier" + "Nimbus Sans" + "Luxi Mono" (/ myStaffSize 20))) } @@ -485,6 +485,10 @@ example, } @end lilypond +@c we don't do Helvetica / Courier, since GS incorrectly loads +@c Apple TTF fonts + + @seealso diff --git a/input/regression/font-family-override.ly b/input/regression/font-family-override.ly index 11c82f601c..47b0149b95 100644 --- a/input/regression/font-family-override.ly +++ b/input/regression/font-family-override.ly @@ -12,7 +12,14 @@ myStaffSize = #20 #(define fonts - (make-pango-font-tree "Times New Roman" "Helvetica" "Courier" (/ myStaffSize 20))) + (make-pango-font-tree "Times New Roman" + "Nimbus Sans" + "Luxi Mono" + +;; "Helvetica" +;; "Courier" + + (/ myStaffSize 20))) } \relative {