Re: Yet another font problem

2005-08-27 Thread stk
>\override #'(font-name . "binnerd" ) >works fine, but >\override #'(font-name . "minion regular" ) >comes out with the default(?) font. Under Windows, I think you have to use the filename of the font (without the ".TTF" suffix), not the friendly-fontname. In my Windows/FONTS dire

Re: TextScript implements self-alignment interface

2005-08-27 Thread Trevor Baca
On 8/27/05, Han-Wen Nienhuys <[EMAIL PROTECTED]> wrote: > Trevor Baca wrote: > > TextScript layout objects implement the self-alignment interface quite > > well. Here's an example: > > > > \override Staff.TextScript #'self-alignment-X = #-2 > > c'4^\markup {\italic {ten.}} > > \ov

running convert-ly under win32 native

2005-08-27 Thread Ray Brohinsky
Heyla! It's been a long time, but I'm back to trying to use lilypond again. A lot of things have changed, my old pieces not being among them. This is because I can't figure out how to run convert-ly on them. This is the windows-native version of lilypond, auto-installed. I have looked in the manua

Re: TextScript implements self-alignment interface

2005-08-27 Thread Han-Wen Nienhuys
Trevor Baca wrote: TextScript layout objects implement the self-alignment interface quite well. Here's an example: \override Staff.TextScript #'self-alignment-X = #-2 c'4^\markup {\italic {ten.}} \override Staff.TextScript #'self-alignment-X = #-1.5 Indeed, that's why I alway

TextScript implements self-alignment interface

2005-08-27 Thread Trevor Baca
TextScript layout objects implement the self-alignment interface quite well. Here's an example: %% BEGIN TEXTSCRIPT SELF-ALIGNMENT SNIPPET %%% \version "2.7.7" \score { \context Staff = example { \time 7/4 \override Staff.TextScript #'self-alignment-X = #-2 c'4^\markup {

Re: lily rO>

2005-08-27 Thread Maurits Lamers
I was wondering... if you cannot optimize the code itself very much. maybe it is possible to improve the way Lilypond parses the ly file. When I am editing and tweaking a file, I need to change one little thing and recompile it. As far as I can see it, lilypond then always runs the complete f