I get the same result on Vista.  Here's a minimal
example which shows the problem:

\score {
 <<
   \override Score.LyricText #'font-name = #"Times New Roman"
   \relative c'' { g }
   \addlyrics { nN }
 >>
}

Trevor

----- Original Message ----- From: "sdfgsdhdshd" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, October 24, 2008 10:16 AM
Subject: Character change on Vista



With 2.11.62 on a PC with XP and another PC with Vista, i tested the code
below.
The result is fine on both.
Then i uncomment the line. The result is still fine on XP, but on Vista the
uppercase N (and only this one) is changed to another character.

Any ideas?



\include "italiano.ly"

#(ly:set-option 'point-and-click #f)

Un = \lyricmode
{
"ABCDEFGHIJKLMNOPQRSTUVWXYZ"
"abcdefghijklmnopqrstuvwxyz"
}


\score
{
<<
% \override Score.LyricText #'font-name = #"Times New Roman"
\new ChoirStaff
<<
\new Staff
<<
\new Voice = Sopranos { \voiceOne { sol'4 re'' } }
>>
\new Lyrics = UnLyrics { s1 }
>>

\context Lyrics = UnLyrics \lyricsto Sopranos \Un
>>
}


--
View this message in context: http://www.nabble.com/Character-change-on-Vista-tp20146841p20146841.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.



_______________________________________________
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user




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

Reply via email to