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" ) )
{
c4\fespr
}
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.
--
Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond