Re: Quarter tone sharp symbol in font

2019-02-21 Thread Aaron Hill
On 2019-02-21 2:54 am, Werner LEMBERG wrote: My requirement now solved: I downloaded a redistributable of the SMuFL font Bravura from the official github repo. OK, but... It has more accidentals than I dreamed of existing. The lilypond ones are 'Stein-Zimmerman' (whatever that is!) and semish

Re: Quarter tone sharp symbol in font

2019-02-21 Thread Andrew Bernard
Thanks Werner, In the current case, it's just for a text preface, so it should be alright. It's a fascinating area. I have learned a lot today. Andrew On Thu, 21 Feb 2019 at 21:54, Werner LEMBERG wrote: > ... please be aware that Unicode characters U+Exxx are from the > Private Use Area (PUA

Re: Quarter tone sharp symbol in font

2019-02-21 Thread Werner LEMBERG
> My requirement now solved: I downloaded a redistributable of the > SMuFL font Bravura from the official github repo. OK, but... > It has more accidentals than I dreamed of existing. The lilypond > ones are 'Stein-Zimmerman' (whatever that is!) and semisharp and > semiflat are U+E280 and U+E28

Re: Quarter tone sharp symbol in font

2019-02-21 Thread Andrew Bernard
Hello Werner, My requirement now solved: I downloaded a redistributable of the SMuFL font Bravura from the official github repo. It has more accidentals than I dreamed of existing. The lilypond ones are 'Stein-Zimmerman' (whatever that is!) and semisharp and semiflat are U+E280 and U+E282. Exactly

Re: Quarter tone sharp symbol in font

2019-02-21 Thread Werner LEMBERG
> Circular meaning implying the existence of something already that I > don't have. Because you said you just ran emacs and looked. Well, the second method that I described can be used in case Emacs doesn't find a glyph. BTW, another font that contains musical glyphs of the U+1D1xx range is `F

Re: Quarter tone sharp symbol in font

2019-02-21 Thread Andrew Bernard
Hi Werner, Thanks for all this really precious information. Noto Sans is really good. But I am barking up the wrong tree it appears to me. Symbola and Noto Sans cover this Unicode block, but the semisharp is the form of a sharp with a 4 for quartersharp. I was hoping to find the symbol I use, whi

Re: Quarter tone sharp symbol in font

2019-02-21 Thread Andrew Bernard
Hi Werner, Circular meaning implying the existence of something already that I don't have. Because you said you just ran emacs and looked. I found it is part of Suse. Thanks. I am looking at Symbola, but 1D132 is a very small sharp with a 4, which is valid, but not the normal lilypond semisharp s

Re: Quarter tone sharp symbol in font

2019-02-21 Thread Werner LEMBERG
> This is all great, but isn't it a bit circular? Circular? What do you mean? > I run emacs 27.0.50 on Debian 9. I don't have the Musica font you > refer to, and it's not built in. Built in? What exactly is the problem? A quick search on google with musica.ttf debian yields ttf-anci

Re: Quarter tone sharp symbol in font

2019-02-21 Thread Andrew Bernard
HI Werner, This is all great, but isn't it a bit circular? I run emacs 27.0.50 on Debian 9. I don't have the Musica font you refer to, and it's not built in. Could you tell me where you got that from? Andrew On Thu, 21 Feb 2019 at 17:29, Werner LEMBERG wrote: > > In Emacs, move the cursor to

Re: Quarter tone sharp symbol in font

2019-02-20 Thread Werner LEMBERG
>> I was in fact using markup, so this answer is excellent, and I >> eventually found \semisharp. But it actually came up when I wanted >> to use a semisharp in a text document, and I was surprised to find >> that although defined as Unicode 1D132, no font that I can find has >> a glyph at that co

Re: Quarter tone sharp symbol in font

2019-02-20 Thread David Wright
On Thu 21 Feb 2019 at 13:22:27 (+1100), Andrew Bernard wrote: > I was in fact using markup, so this answer is excellent, and I eventually > found \semisharp. But it actually came up when I wanted to use a semisharp > in a text document, and I was surprised to find that although defined as > Unicode

Re: Quarter tone sharp symbol in font

2019-02-20 Thread Andrew Bernard
Hi Abraham, I was in fact using markup, so this answer is excellent, and I eventually found \semisharp. But it actually came up when I wanted to use a semisharp in a text document, and I was surprised to find that although defined as Unicode 1D132, no font that I can find has a glyph at that code

Re: Quarter tone sharp symbol in font

2019-02-20 Thread Abraham Lee
Andrew, On Wed, Feb 20, 2019 at 1:53 AM Andrew Bernard wrote: > Thank you Pierre. That also solves my problem in my code where these is > too much space between the letter and the semisharp. > > Appreciated! > > Andrew > > > On Wed, 20 Feb 2019 at 19:14, Pierre Perol-Schneider < > pierre.schneid

Re: Quarter tone sharp symbol in font

2019-02-20 Thread Andrew Bernard
Thank you Pierre. That also solves my problem in my code where these is too much space between the letter and the semisharp. Appreciated! Andrew On Wed, 20 Feb 2019 at 19:14, Pierre Perol-Schneider < pierre.schneider.pa...@gmail.com> wrote: > > How about: > > { > dih4 > ^\markup\concat

Re: Quarter tone sharp symbol in font

2019-02-20 Thread Pierre Perol-Schneider
Hi Andrew, How about: { dih4 ^\markup\concat\vcenter { "D" \hspace #.2 \semisharp } } Cheers, Pierre Le mer. 20 févr. 2019 à 07:30, Andrew Bernard a écrit : > OK. I am using it in markup. I found \semisharp, which answers the > question. > > Now, how to align the semisharp higher here:

Re: Quarter tone sharp symbol in font

2019-02-19 Thread Jacques Menu
\version "2.19.82" { dih4 ^\markup { \raise #-1 "D"\semisharp } } JM > Le 20 févr. 2019 à 07:29, Andrew Bernard a écrit : > > OK. I am using it in markup. I found \semisharp, which answers the question. > > Now, how to align the semisharp higher here: > > { > dih4 > ^\markup

Re: Quarter tone sharp symbol in font

2019-02-19 Thread Andrew Bernard
OK. I am using it in markup. I found \semisharp, which answers the question. Now, how to align the semisharp higher here: { dih4 ^\markup { "D"\semisharp } } Andrew On Wed, 20 Feb 2019 at 17:22, Andrew Bernard wrote: > I need to use the quarter tone sharp symbol in text. Does anybody

Quarter tone sharp symbol in font

2019-02-19 Thread Andrew Bernard
I need to use the quarter tone sharp symbol in text. Does anybody know of any font that supports this? The Unicode is 1D132. Andrew ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user