Nicolas Sceaux wrote:
Han-Wen Nienhuys <[EMAIL PROTECTED]> writes:
Mats Bengtsson wrote:
Looks like a bug! I forward it to bug-lilypond.
I fixed it on the Lily side, by adding 'caps shape to font.scm, but
you also have to have a Small-caps font available to Pango.
Probably the best option is to remove the reference caps from the
documentation and/or reinstate Nicolas' Poor Man's Caps function
again.
The following one should deal better with lower/upper case.
(define-markup-command (smallCaps layout props text) (markup?)
"Turn text, which should be a string, to small caps."
(define (make-small-caps-markup chars)
can you add this to define-markup-commands.scm ? Thanks!
--
Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen
LilyPond Software Design
-- Code for Music Notation
http://www.lilypond-design.com
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond