Stefan Thomas <kontrapunktste...@googlemail.com> writes:

> Dear James,
> unfortunately, this didnt' work for me!
> I tried it with:
>
> \version "2.12.2"
> \header {
>
>      title = \markup {\concat {"Bourr" \char ##x009 "e"} }
> }
> \relative c' {
>   c4 d e f g a b c
> }
> I've attached the resulting png-file

>     http://www.utf8-chartable.de/
>
>     and then manually put in the value using the '\char ##' function.
>
>     For example
>
>     \header {
>
>          title = \markup {\concat {"Bourr" \char ##x009 "e"} }
>     }

The example is nonsense since the character code is 0xe9, but the
character table should readily have told you that.

The result works for me after replacing all non-breakable spaces
(probably inserted by your newsreader) with normal ones.

-- 
David Kastrup



_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to