There may be an easier way. In osx, you have utf-8 on by default. So
you don't need to use the lilypond special of inserting utf-8
characters. Which, by the way, mark's way I don't understand, it uses
scheme. The easier way is to just use \markup \concat { 4/char ##x2032 }
But, since on osx, you have utf8 on by default, you should just be
able to copy and paste something from the character palette directly
into the editor.
{
\mark \markup \rounded-box {
\small {
4′33″
}
} c'2
}
Am 24.01.2009 um 10:57 schrieb Tom Hall:
Hello List
I understand the way to put special characters into markup is as
below (from
Mark's reply to the stopwach question below - although missing the
struck out
letters - read on).
But how do I strike out the "char" part in LilyPond (Mac X.4.11)?
Unlike, other
charcters, like 中, for example, it doesn't seem possible to cut
and paste these
struck out letters into the lily editor.
Excuse this basic question, but I can't spot references to this
issue in the
lily docs.
Regards
Tom
min =
\markup {
%% 2032 = PRIME
#(ly:export (format "~a" (ly:wide-char-≥utf-8 #x2032)))
}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user