lilypond-user
[Top][All Lists]
Advanced

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

Re: Need help with this simple lyric


From: Gilles THIBAULT
Subject: Re: Need help with this simple lyric
Date: Mon, 23 Jul 2007 11:28:59 +0200




Mats, I think I figured it out, sort off.  The Maltese cross character
(U+2720) is part of the dingbats unicode code block.  On a windows XP
machine this character is part of the Wingdings font family. The Wingdings fonts do not have unicode definitions. So Lilypond gets confused and Jedit
gets confused.  Thanks for your help.


in openoffice , the Wingdings code for this character is shown as F0AA = 61528 (decimal)

To obtain this character, you have to type in JEdit
   Alt + 61528
It give you a "X" symbol but lilypond convert it in the right font

%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\version "2.10.25"

\score {
c'1^\markup { \override #'(font-name . "Wingdings") {X}}
}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Gilles




reply via email to

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