lilypond-user
[Top][All Lists]
Advanced

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

Character change on Vista


From: sdfgsdhdshd
Subject: Character change on Vista
Date: Fri, 24 Oct 2008 02:16:41 -0700 (PDT)

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.





reply via email to

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