lilypond-user
[Top][All Lists]
Advanced

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

Re: warning: no PostScript font name for font `/usr/local/share/fonts/10


From: Jonathan Chen
Subject: Re: warning: no PostScript font name for font `/usr/local/share/fonts/100dpi/ncenB24-ISO8859-1.pcf.gz'
Date: Fri, 18 May 2018 10:20:33 +1200

On 18 May 2018 at 10:10, Simon Albrecht <address@hidden> wrote:
> On 17.05.2018 23:51, Jonathan Chen wrote:
>>
>> I've just returned to using lilypond 2.18.2 after a break, and I now
>> find if I compile any of my existing .ly files, I get a scree of
>> errors,
>
>
> As always, it’s hard to help if you don’t give a minimal example – often
> errors become apparent while distilling one, and if not, others can try and
> analyse that code at minimal cost. <http://lilypond.org/tiny-examples.html>

Here's a minimal version:

\version "2.18.2"
\header
{
  title = "Title"
  composer = "Composer"
}
lotw_begin =
{
  \tempo "Andante"
  \time 4/4
  \key c \minor
}
lotw_piano_upper = \relative c''
{
}
lotw_piano_lower = \relative c
{
}
\book
{
  \score
  {
    \new PianoStaff
    <<
      \new Staff = "upper" << \lotw_begin \lotw_piano_upper >>
      \new Staff = "lower" << \lotw_begin \lotw_piano_lower >>
    >>
  }
}

WIth this, I would expect to have the Title and Composer, and piano
staffs showing on the output. Instead I just get the piano staffs.

Cheers.
-- 
Jonathan Chen <address@hidden>



reply via email to

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