lilypond-user
[Top][All Lists]
Advanced

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

Re: ASCII char 95 issue proved?


From: Mats Bengtsson
Subject: Re: ASCII char 95 issue proved?
Date: Tue, 04 May 2004 14:22:40 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040113

This is the standard character coding in TeX fonts.
To get the full list, run
tex testfont
and fill in the following values:

Name of the font to test = cmr10
Now type a test command (\help for help):)
*\table\bye

Then, look at the generated file:
xdvi testfont.dvi

   /Mats

Steve Shorter wrote:
Howdy!

        I have printed out using \markup the ASCII values from
90 - 97.

        ASCII char 95 is clearly not displayed correctly.
Is this a Lilypond thing or something else?

        see
        
        http:/linuxsweet.com/bug/bug.pdf



one =   \context Voice=one \notes \relative c'' {
        \voiceOne
        \clef treble
        s4^\markup {\huge {\bold \char #90 init()}}
        s4^\markup {\huge {\bold \char #91 init()}}
        s4^\markup {\huge {\bold \char #92 init()}}
        s4
        s4^\markup {\huge {\bold \char #93 init()}}
        s4^\markup {\huge {\bold \char #94 init()}}
        s4^\markup {\huge {\bold \char #95 init()}}
        s4
        s4^\markup {\huge {\bold \char #96 init()}}
        s4^\markup {\huge {\bold \char #97 init()}}
}
two =   \context Voice=two \notes \relative c'' {
        \voiceTwo
        \clef treble
        s4_\markup {\huge {\bold 90 }}
        s4_\markup {\huge {\bold 91 }}
        s4_\markup {\huge {\bold 92 }}
        s4
        s4_\markup {\huge {\bold 93 }}
        s4_\markup {\huge {\bold 94 }}
        s4_\markup {\huge {\bold 95 }}
        s4
        s4_\markup {\huge {\bold 96 }}
        s4_\markup {\huge {\bold 97 }}
}

\score {
        \notes \context Staff = trebleclef <<
                        \key d\major
                        \one
                        \two
        >>
}


_______________________________________________
lilypond-user mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/lilypond-user

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
        Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================




reply via email to

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