X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:reply-to:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=wjNwxz2SOT8mI+NV OivwfkF9HfbiZegrlAMvdo0g+KT53gjDAfgxgSGOZamI8vh6Otj8mXafdMCCoRwp dxYl7H86KnuzoH9vO+9RIjpUs/qvvoVvZJ6TTmn9So4VxKzSJ7GoF7g7hGpi0/FY KZ0grsCR03AVd+p5LLdFLD6Y94E= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:reply-to:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; s=default; bh=cWE6yzf8rqvAJFJLPRq0k2 zsle4=; b=GPowCPNE0WOypQobA8oNq+/Se03aVDlXB1gmv8WX4cYzkPsGle+ThX nqejCveLIFPD2j9HYD9VW3YitEzVF2vlBUJhGxigQmANi10V5auf+CynkS44J6V7 gzhVgcrVmeaLofzPJAgrsPeuOtDQKd7DR0Y8e8VFsZR9AW2Y/ZD8o= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.3 required=5.0 tests=AWL,BAYES_50,KAM_LAZY_DOMAIN_SECURITY,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 X-HELO: csmail.cs.umass.edu Message-ID: <554E787A.2060607@cs.umass.edu> Date: Sat, 09 May 2015 17:13:30 -0400 From: Eliot Moss Reply-To: moss AT cs DOT umass DOT edu User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: cygwin Subject: Re: Fonts References: <554CEC83 DOT 4040303 AT cornell DOT edu> <554D6B10 DOT 7030501 AT cs DOT umass DOT edu> <554D9F4C DOT 4050006 AT gmail DOT com> <554E6525 DOT 7010703 AT cs DOT umass DOT edu> <554E70F8 DOT 7090201 AT gmail DOT com> In-Reply-To: <554E70F8.7090201@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 5/9/2015 4:41 PM, Marco Atzeri wrote: >> I try to set lyrics with: >> >> \override Score . LyricText #'font-name = "Times Roman" >> >> and I get this message (several times): >> >> warning: no PostScript font name for font >> `/usr/share/fonts/100dpi/timR24-ISO8859-1.pcf.gz' >> warning: FreeType face has no PostScript font name > > $ fc-query.exe /usr/share/fonts/75dpi/timR24-ISO8859-1.pcf.gz > > family: "Times"(s) > > Try dropping the "Roman" Just putting "Times" does not work. lilypond/guile seem to recognize Times Roman at some level, since if I put anything else, including just Times, I don't get warnings, but I do get a default sans serif font stuck in by lilypond. Here's the fc-query information for the font: fc-query /usr/share/fonts/100dpi/timR24-ISO8859-1.pcf.gz Pattern has 19 elts (size 32) family: "Times"(s) style: "Regular"(s) slant: 0(i)(s) weight: 80(i)(s) width: 100(i)(s) pixelsize: 34(f)(s) foundry: "Adobe"(s) antialias: False(s) file: "/usr/share/fonts/100dpi/timR24-ISO8859-1.pcf.gz"(s) index: 0(i)(s) outline: False(s) scalable: False(s) charset: 0000: 00000001 ffffffff ffffffff 7fffffff 00000000 ffffffff ffffffff ffffffff (s) lang: aa|ay|bi|br|ch|da|de|en|es|eu|fj|fo|fur|fy|gd|gl|gv|ho|ia|id|ie|io|is|it|lb|mg|nb|nds|nl|nn|no|nr|oc|om|pt|rm|sma|smj|so|sq|ss|st|sv|sw|tl|ts|uz|vo|wa|xh|yap|zu|an|fil|ht|jv|kj|kwm|li|ms|ng|pap-an|pap-aw|rn|rw|sc|sg|sn|su|za(s) fontversion: 0(i)(s) fontformat: "PCF"(s) decorative: False(s) hash: "sha256:5df8425881526fb177ab9b8e9fcd8a9243b63e220b46b25f69f195f82319c2ff"(s) postscriptname: "Times"(s) Here's my suspicion: One part of the software is matching on Times Roman, another on Times, and as a result the overall matching fails, no matter what I write. It seems that some mapping table is missing or incorrect ... Eliot -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple