Han-Wen Nienhuys wrote:
Graham Percival wrote:
On 23-Jun-05, at 4:54 PM, Han-Wen Nienhuys wrote:
You're trying to print espr in the dynamic font. Since pango is
really smart, it notices that the dynamic font doesn't have an e, and
substitutes a different font. Solution: make sure that esp
Graham Percival wrote:
On 23-Jun-05, at 4:54 PM, Han-Wen Nienhuys wrote:
You're trying to print espr in the dynamic font. Since pango is really
smart, it notices that the dynamic font doesn't have an e, and
substitutes a different font. Solution: make sure that espr isn't
typeset in the dyna
On 23-Jun-05, at 4:54 PM, Han-Wen Nienhuys wrote:
You're trying to print espr in the dynamic font. Since pango is really
smart, it notices that the dynamic font doesn't have an e, and
substitutes a different font. Solution: make sure that espr isn't
typeset in the dynamic font.
How? Trying
Graham Percival wrote:
In the example below, the "e" of "espr" obeys the font change (#:simple),
but the "spr" is still rendered in dynamic font. The "e" is also much
larger than the "spr".
% OSX, 2.5.32
\version "2.5.32"
fespr = #(make-dynamic-script (markup #:dynamic "f" #:simple "espr" ) )
In the example below, the "e" of "espr" obeys the font change
(#:simple),
but the "spr" is still rendered in dynamic font. The "e" is also much
larger than the "spr".
% OSX, 2.5.32
\version "2.5.32"
fespr = #(make-dynamic-script (markup #:dynamic "f" #:simple "espr" ) )
{
c4\fespr
}
___