bug-lilypond
[Top][All Lists]
Advanced

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

Re: TeX escapes don't work


From: Han-Wen Nienhuys
Subject: Re: TeX escapes don't work
Date: Sat, 6 Nov 2004 23:03:11 +0100

address@hidden writes:
> Han-Wen Nienhuys writes:
> 
> > ly:font-encoding returns an alist with details of the font and string
> > encoding, but this does not apply at all for the "TeX" scheme, which
> > is why ly:font-encoding returns '() . See also the definition of
> >
> > Modified_font_metric::Modified_font_metric (String input_encoding,
> >                                         Font_metric *m, Real magn)
> 
> So the fix is correct?

I don't know, the TeX thing is a kludge as a whole, so "correct" isn't
very tightly defined. I suppose it's better than what we have now, though. 


incidentally, you can also do something like
  
 <<
    \new Staff {
        c' d' e' f'
    }
    \addlyrics {
         \encoding "latin1"
         Ár -- víz -- tû -- rõ.
    }
    \addlyrics {
        \encoding "TeX"
        \'Ar -- v\'iz -- "t\H{u}" -- "r\H{o}"
    }
 >>

-- 

 Han-Wen Nienhuys   |   address@hidden   |   http://www.xs4all.nl/~hanwen 





reply via email to

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