lilypond-user
[Top][All Lists]
Advanced

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

Re: Persian musical koron and sori


From: Behnam Rassi
Subject: Re: Persian musical koron and sori
Date: Sun, 22 Feb 2009 15:21:34 -0500

Hi,
I produced a package of things that I could do.
I made a TTF Persian font called Vaziri which has the music notations.
I also created a separate folder for a version of the font (without Persian text characters) in OTF and Type1 format with all their related files.
There is also a PDF for 21 Persian music symbols that I could collect.
Hope it helps.
http://idisk.mac.com/behnam-Public?view=web
Behnam



On 20-Feb-09, at 6:23 PM, Kees van den Doel wrote:


\override Accidental #'stencil = #ly:text-interface::print
\override Accidental #'font-name = #"???"
\override Accidental #'font-size = #?
\override Accidental #'text = #(lambda (grob)
          (cdr
(assoc
(ly:grob-property grob 'alteration)
                   persianStrings)))
\override Accidental #'X-extent = #'(0 . 1)
\override Accidental #'Y-extent = #'(-1 . 1)

and so on for KeySignature

I added lookup code for the positioning of the symbols and it works great with Pertout's microtonal font (http://www.pertout.com/ PhD2007Introduction.htm), sample attached! Thanks again.

But can't understand how to get KeySignature to print these symbols though, anyone out there that understands how to do that? Should KeySignature have a list in # 'text perhaps?

Kees

<font.pdf>





reply via email to

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