Hi. > > There should be a way for lilypond to accept Unicode escape sequences. > > > There is, albeit a bit verbose: > > #(ly:export (ly:wide-char->utf-8 #x2014)) >
Thanks; I was looking for this in the manual but couldn't find it. Is it there? Also, do you know why the space after the colon doesn't show up in the output? %----- \version "2.6.3" emdash = #(ly:export (ly:wide-char->utf-8 #x2014)) \header { title = \markup { "This is an em dash: " \emdash } } \score { { a' } } %----- Best, Gilles _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user