lilypond-user
[Top][All Lists]
Advanced

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

Re: 2 conversion problems 2.4.6->2.6.3


From: Gilles
Subject: Re: 2 conversion problems 2.4.6->2.6.3
Date: Thu, 10 Nov 2005 14:14:00 +0100
User-agent: Mutt/1.5.11

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




reply via email to

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