I hope you have verified that the specific font is included in the list
of available fonts, which you obtain from lilypond -dshow-available-fonts x
on both platforms. Can you repeat the same problem with other fonts?
/Mats
Quoting sdfgsdhdshd <[EMAIL PROTECTED]>:
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
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user