On 2009-12-05, Patrick McCarty wrote: > On Thu, Dec 3, 2009 at 12:50 PM, Ted Walther <t...@reactor-core.org> wrote: > > Here is the lilypond file: > > > > http://hymns.reactor-core.org/HaikVantoura/Shema4.ly > > > > It produces this output: > > > > http://hymns.reactor-core.org/HaikVantoura/Shema4.pdf > > > > But I should be able to use the unicode codes referenced previously to > > make the output look like this: > > > > http://hymns.reactor-core.org/HaikVantoura/Shema4.1.pdf > > Without looking at the Pango API, I suspect that either (a) Pango > supports these characters and LilyPond does not allow Pango to process > them correctly, or (b) Pango does not yet support the characters.
Just an update on this... I believe that (a) describes the situation. In fact, Pango implements the Unicode bidirectional algorithm internally and abstracts the complications away from the user. So, there is no need for LilyPond to implement the algorithm per se. But, LilyPond is not using these functions -- or possibly not calling the correct functions -- so the Unicode characters in question are not being recognized correctly. Instead LilyPond tries to find a glyph for these characters, but of course none are found. I'll add this to the issue tracker tomorrow sometime, hopefully, unless someone else beats me to it. Thanks, Patrick _______________________________________________ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel