lilypond-user
[Top][All Lists]
Advanced

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

Re: Problem with greek letter mu (μ)


From: James Bailey
Subject: Re: Problem with greek letter mu (μ)
Date: Fri, 1 Oct 2010 20:59:09 +0200

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" μα- να- κα- λα- }

PNG image


reply via email to

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