On Oct 1, 2010, at 8:04 PM, alexandros wrote:

> Hello!
> 
> In the result of the following code, the greek letter mu (μ) appears in
> another font, smaller and thiner than the other letters. I would be
> grateful for any idea that could correct this.
> 
> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
> 
> \version "2.12.2"
> 
> \relative c''{ c c c c }
> \addlyrics{ μα- να- κα- λα- }
> 
> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
> 
> Best Regards
> 
> Alexandros

Perhaps changing the font?
\version "2.12.2"

\relative c''{ c c c c }
\addlyrics{ μα- να- κα- λα- }
\addlyrics{ \override LyricText #'font-name = #"Times" μα- να- κα- λα- }
\addlyrics{ \override LyricText #'font-name = #"Gill Sans" μα- να- κα- λα- }

<<inline: mu.png>>

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to