lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Font Issue; characters not printed.


From: Kale Good
Subject: Font Issue; characters not printed.
Date: Sat, 20 Apr 2013 10:57:22 -0400

Hi All,
I didn't read the submission guidelines carefully so I'm resubmitting with a proper Subject. Sorry to be clogging things up.

I'm having a font issue; I'm trying to use Garamond Premier Pro as my serif font (to match my document font for a method book). It won't print the s character. On testing, z printed incorrectly. I switched the font to Adobe Garamond Pro and had similar issues; some characters wouldn't print correctly. Could someone point me in the direction of a fix for this problem?

% Created on Sat Feb 09 15:10:04 EST 2013
\version "2.16.2"
\include "english.ly"

\header {
    title = "a b c d e f g h i j k l m n o p q r s t u v w x y z fl Th"
   
}

\score {
    \new TabStaff {
        \relative c' {    
            \set TabStaff.minimumFret = #5
            <a,\6>\bar ":|"
        }
    }
}

\paper  {
  myStaffSize = #20
  #(define fonts
    (make-pango-font-tree "Garamond Premier Pro"
                          "Helvetica Neue LT Standard"
                          "Luxi Mono"
                           (/ myStaffSize 20)))
}

attached file has Adobe Garamond Pro in lieu of Garamond Premier Pro; the results similar but worse.



--
Kale Good: Guitar Instructor
website: phillyguitarlessons.com
email: address@hidden
phone: (215)260-5383
address: 1867 Frankford Ave.
              Philadelphia, PA 19125
Read my article "The Seven Secrets to Six String Success" at GuitarNoise.com: http://www.guitarnoise.com/lesson/seven-secrets-to-six-string-success/
Leading the Journey from No-Skills-Guitarist to Talented Musician!

Attachment: test.pdf
Description: Adobe PDF document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]