Re: Mac compiling and executing

2011-04-03 Thread James Samir Ismail
Thanks so much Carl - I got it to run! -James On Apr 2, 2011, at 4:11 AM, Carl Sorensen wrote: > James, > > It looks to me like you don't have your path set up right. > > You should not be in the ~/bin directory to run lilypond. > > Eliminate the links ~/bin/lilypond and ~/bin/maqam.ly. >

Mac compiling and executing

2011-03-29 Thread James Samir Ismail
So I followed Carl Sorenson instructions (posted on 3/11/11 to this list) for compiling Lilypond on a Mac and got the compile to go through. Here's what I get when I try to build a score: Zamzam:bin samir$ pwd /Users/samir/bin Zamzam:bin samir$ lilypond samai_bayyati_arabi_qadim.ly GNU LilyPon

Re: incorrect displaying of Arabic text

2011-01-29 Thread James Samir Ismail
>> I tried this on 2.12.3-1 (MacOS 10.6) and 2.13.47 (MacOS 10.6). I >> see the same problem in both versions. > > The 2.14 release is coming soon (hopefully), and the current 2.13 > releases have beta status (more or less). Please use 2.13.47 and try > again whether you still experience problems

Re: incorrect displaying of Arabic text

2011-01-29 Thread James Samir Ismail
> Which version of LilyPond are you using? The 2.13 series has many, > many improvements in font/text handling that may not have been > backported to 2.12. I tried this on 2.12.3-1 (MacOS 10.6) and 2.13.47 (MacOS 10.6). I see the same problem in both versions. -Samir __

Re: incorrect displaying of Arabic text

2011-01-29 Thread James Samir Ismail
> The first thing to do is to run the specified command from a terminal > window: > > lilypond -dshow-available-fonts x > > You said before that "it didn't work". We don't know what that means, so we > can't help you. This is what it means: Zamzam:bin samir$ ./lilypond -dshow-available-fonts x

Re: incorrect displaying of Arabic text

2011-01-28 Thread James Samir Ismail
So this seems like a bug after all. How do I get this into the queue? I'd be more than happy to help out with testing. -Samir On 1/28/11, at 9:10 AM, James Samir Ismail wrote: >> I tried this: >> >> \relative c' { >> c4^\markup { \ov

Re: incorrect displaying of Arabic text

2011-01-28 Thread James Samir Ismail
> I tried this: > > \relative c' { >c4^\markup { \override #'(font-name . "KacstOffice") > "العربية" } > d e f | >g^\markup { "english" } > f e d | > } > > and get the attached image as output, which seems to be correct > (please correct me if I'm wrong). This

Re: incorrect displaying of Arabic text

2011-01-28 Thread James Samir Ismail
> \markup { \override #'(font-name . "new font") "العربية" } > > where "new font" is the name of the font to use. This is what I tried, and got the same (wrong) result (Arabic characters not correctly displaying in their medial and initial forms): \score { \relative d' {

Re: incorrect displaying of Arabic text

2011-01-27 Thread James Samir Ismail
On 1/27/11, at 9:51 AM, Xavier Scheuer wrote: > On 27 January 2011 18:30, James Bailey wrote: >> >> Looks like a bug to me. > > Maybe due to the font (character not available as it in LilyPond's > default font). > > Samir, > have you tried changing the font to use one that supports well arabi

incorrect displaying of Arabic text

2011-01-27 Thread James Samir Ismail
Has anybody experienced a problem with getting Arabic text to display correctly in their scores? Here's a snippet that contains properly formatted UTF-8 Arabic: \score { \relative d' { c^\markup { "العربية" } d e f g^\markup { "english" } f e d } } I w