Re: Character change on Vista

2008-10-24 Thread Jonathan Kulp
I got the same results as Trevor under Vista.  Output is correct on 
Linux though.


Jon

Valentin Villenave wrote:

2008/10/24 Trevor Daniels <[EMAIL PROTECTED]>:

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


Hi Trevor,
may i ask you to send a png?
(since you're about the only one who can reproduce it :-)

Cheers,
Valentin


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



--
Jonathan Kulp
http://www.jonathankulp.com


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


Re: Character change on Vista

2008-10-24 Thread Valentin Villenave
2008/10/24 Trevor Daniels <[EMAIL PROTECTED]>:

> Sure - attached.

Thanks - added:
http://code.google.com/p/lilypond/issues/detail?id=699

:-)

Cheers,
Valentin


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


Re: Character change on Vista

2008-10-24 Thread Trevor Daniels


Valentin Villenave wrote Friday, October 24, 2008 12:02 PM



2008/10/24 Trevor Daniels <[EMAIL PROTECTED]>:

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


Hi Trevor,
may i ask you to send a png?
(since you're about the only one who can reproduce it :-)


Sure - attached.

Trevor
<>___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Character change on Vista

2008-10-24 Thread Valentin Villenave
2008/10/24 Trevor Daniels <[EMAIL PROTECTED]>:
> I get the same result on Vista.  Here's a minimal
> example which shows the problem:

Hi Trevor,
may i ask you to send a png?
(since you're about the only one who can reproduce it :-)

Cheers,
Valentin


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


Re: Character change on Vista

2008-10-24 Thread Trevor Daniels

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