bug-lilypond
[Top][All Lists]
Advanced

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

Lilypond 2.6 still not rendering text


From: Nathan Curry
Subject: Lilypond 2.6 still not rendering text
Date: Fri, 5 Aug 2005 18:41:38 -0400

Hey all,
I had a few brief posts about 2.4 not rendering fonts, and I was told
to upgrade to .6, so here's the deal now.

System:
Arch Linux 0.7
2.6 kernel

Lilypond 2.6 built:
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr
make all
make DESTDIR=$startdir/pkg install

autogen.sh puts everything in /usr/local/, and I compiled lilypond as
an Arch Linux package, so I wanted it in /usr/.  The following file
doesn't render any text other than the title:

-----star-newcent.ly:------

\paper {
        linewidth = 6.75 \in
        indent = 15 \mm
}

\header {
        title = \markup \override #'(font-name . "pncr") \override
#'(font-magnification . 1.5) {"Twinkle, Twinkle Little Star"}
}

#(set-global-staff-size 20.0)

\relative c' {
        \set Staff.instrument = \markup \override #'(font-name . "pncr") 
{"Voice"}
        \once \override TextScript  #'font-name = #"pncr"
        \once \override TextScript  #'font-magnification = #0.9
        c4
        ^\markup "Hello world"
        c g' g a a g2 f4 f e e d d c2
        g'4 g f f e e d2 g4 g f f e e d2
        c4 c g' g a a g2 f4 f e e d d c2
        \bar "|."
}

-------

Any thoughts?




reply via email to

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