Re: make-dynamic-script doesn't change font

2005-06-23 Thread Graham Percival
On 23-Jun-05, at 4:54 PM, Han-Wen Nienhuys wrote: You're trying to print espr in the dynamic font. Since pango is really smart, it notices that the dynamic font doesn't have an e, and substitutes a different font. Solution: make sure that espr isn't typeset in the dynamic font. How? Trying

Re: make-dynamic-script doesn't change font

2005-06-23 Thread Han-Wen Nienhuys
Graham Percival wrote: In the example below, the "e" of "espr" obeys the font change (#:simple), but the "spr" is still rendered in dynamic font. The "e" is also much larger than the "spr". % OSX, 2.5.32 \version "2.5.32" fespr = #(make-dynamic-script (markup #:dynamic "f" #:simple "espr" ) )

make-dynamic-script doesn't change font

2005-06-23 Thread Graham Percival
In the example below, the "e" of "espr" obeys the font change (#:simple), but the "spr" is still rendered in dynamic font. The "e" is also much larger than the "spr". % OSX, 2.5.32 \version "2.5.32" fespr = #(make-dynamic-script (markup #:dynamic "f" #:simple "espr" ) ) { c4\fespr } ___

message error

2005-06-23 Thread mokosan
hello here is the message i find when i try to install lily on mac os x : IOError: [Errno 30] Read-only file system: '/Volumes/LilyPond-installation/LilyPond.app/Contents/Resources/etc/ fonts/local.conf') is there any answer to this problem ? thank you alex __

Re: squeezed measure

2005-06-23 Thread Han-Wen Nienhuys
Mats Bengtsson wrote: Han-Wen Nienhuys wrote: > Mats Bengtsson wrote: > >> Just came to think of it! Something I haven't done before the release. >> > > can you remove the cat > lily-tmp.tex part, and write the file to a > proper tmp file (use mktemp) from python? > I tried, but the file

Re: squeezed measure

2005-06-23 Thread Mats Bengtsson
I figured out how to generate the temporary file in the current directory, so I have now submitted a patch to CSV. /Mats Mats Bengtsson wrote: Han-Wen Nienhuys wrote: > Mats Bengtsson wrote: > >> Just came to think of it! Something I haven't done before the release. >> > > can you remo