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

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

Reply via email to