bug-lilypond
[Top][All Lists]
Advanced

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

Weird output


From: David Bobroff
Subject: Weird output
Date: Fri, 11 May 2007 16:41:57 +0000
User-agent: Thunderbird 1.5.0.10 (Windows/20070221)

Something odd is going on.  In the example below, if I try to make the
subtitle print in italics I get a strange result on the umlaut-u.  I
don't get two umlaut dots.  I get only the one on the right and it has
extra something sticking out of the left side making it look rather like
a single curly quote on its side.  If I comment out the \italic the
umlaut-u is fine...but not italicized, of course.

-David

\version "2.10.20" %% On Windows

\header {
        title = \markup {
                %% commenting out \italic allows proper rendering
                \italic
                "Walküre"
        }
}

\score {
        \relative c' {
                c1
        }
}




reply via email to

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