> The new \text-emphasis markup command mostly maps to the CSS style
> of the same name but does not have full feature parity. Of note,
> the markup command will apply the emphasis mark to any character,
> whereas the CSS standard says to omit marks for certain character
> classes (Z* and P*, in particular).
>
> Usage should be straightforward:
>
> %%%%
> \markup \concat { これは \text-emphasis 日本語 の文章です。 }
> %%%%
>
> Attached you will find a more complex series of tests and usage
> examples.
>
> (I had to include my UTF8 string splitting code in order to handle
> CJK characters properly, so you will need to scroll down a bit to
> get to the markup command itself.)
Veeery nice! Please submit this to the LSR.
Werner