lilypond-user
[Top][All Lists]
Advanced

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

Re: Character change on Vista


From: Trevor Daniels
Subject: Re: Character change on Vista
Date: Fri, 24 Oct 2008 11:00:18 +0100

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" <address@hidden>
To: <address@hidden>
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
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user






reply via email to

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