bug-lilypond
[Top][All Lists]
Advanced

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

Re: Lilypond 2.6 still not rendering text


From: Mats Bengtsson
Subject: Re: Lilypond 2.6 still not rendering text
Date: Sat, 06 Aug 2005 17:12:50 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050319

The font handling has been completely reimplemented from version 2.4 to
2.6 so you cannot expect your font setting commands from 2.4 to work
out of the box in version 2.6. See the NEWS file for 2.6, the new manual
and the "font-name.ly" example in the Regression Test document for more
information and examples.

  /Mats

Nathan Curry wrote:
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?


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

--
=============================================
        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]