bug-lilypond
[Top][All Lists]
Advanced

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

Unbound Variable


From: Will Oram
Subject: Unbound Variable
Date: Wed, 11 May 2005 21:08:40 -0500

In 2.5.23, via fink:

* You are clearly aware of the dynamic font problems in OS X. I get an error new to 2.5.23: '** (process:26768): WARNING **: Unable to open font file /Users/spamguy/.fonts/feta-alphabetXYZ.pfa for font feta-alphabetXYZ 7.029296875, falling back to /Library/Fonts/AmericanTypewriter.dfont' (replace XYZ with a number, usually '11' or '20'). Are these two problems linked? Or did fink just bork in installing feta?

* During PS output, lilypond chokes, which it didn't orginally do:

'Layout output to `solo_sc.ps'.../sw/share/lilypond/2.5.23/scm/framework-ps.scm:243:8: In expression (cond (# #) (# #) ...): /sw/share/lilypond/2.5.23/scm/framework-ps.scm:243:8: Unbound variable: cff-file-name'

This is the code I processed. Assume all score blocks in each \new Staff << >> are OK, because I have not modified these at all.

\include "english.ly"
\include "defs.ly"

\include "1global.ly"
\include "2global.ly"
\include "3global.ly"

\include "1solo.ly"
\include "2solo.ly"
\include "3solo.ly"

\paper {
        #(set-paper-size "letter")
        raggedbottom = ##f
        raggedlastbottom = ##f
}

\header {
        instrument = "Violino Solo"
}

Onemyspacing = {
        s1*40 \pageBreak % 40
        s1*15 \pageBreak % 55
        s1*12 \pageBreak % 67
}

\book {
        \score {
                \new Staff <<
                        \Onebarlines
                        \Onemyspacing
                        \Oneheaders
                        \parameters
                        \OnetheSolo >>
        }
                
        \score {
                \new Staff <<
                        \Twobarlines
                        \parameters
                        \TwotheSolo >>
        }
        
        \score {
                \new Staff <<
                        \Threebarlines
                        \parameters
                        \ThreetheSolo >>
        }
}

%%% end

Will Oram // Genius @ Large // AIM spamguy21
spamguy (at) foxchange (dot) com // wro1 (at) cwru (dot) edu





reply via email to

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