lilypond-user
[Top][All Lists]
Advanced

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

Re: mdash in markup?


From: Noeck
Subject: Re: mdash in markup?
Date: Fri, 03 May 2013 13:43:56 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130404 Thunderbird/17.0.5


Am 03.05.2013 13:35, schrieb Noeck:
> Am 03.05.2013 13:16, schrieb James Harkins:
>> How should one use — in a markup block?
> 
> 
> You can use the unicode character directly: —

Some methods:

1.) copy this: —

2.) (under linux): Compose + - - -

3.) what you probably intended: use the html code:
http://www.lilypond.org/doc/v2.16/Documentation/notation/special-characters#ascii-aliases
\paper {
  #(include-special-characters)
}
\markup "—"

4.) Using the unicode number (x2014):
http://www.lilypond.org/doc/v2.16/Documentation/notation/special-characters#unicode
\markup { \char ##x2014 }

Cheers,
Joram



reply via email to

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