I compiled the file "test0.ly" at the bottom of this letter, from the page http://lilypond.org/doc/v2.7/Documentation/user/out-www/lilypond/A- lead-sheet.html#A-lead-sheet using LilyPond 2.7.3 for Mac OS 10.4.2, and got the error below. Apparently, it is the command "fondu" that is amiss in the system.

 Processing `/Users/foo/Music/LilyPond/test0.ly'
Parsing...
Interpreting music... [2]
Preprocessing graphical objects...
Calculating line breaks...
Calculating page breaks...
Layout output to `test0.ps'...
`cd /var/tmp/tmp.0.o3rwX3 && fondu -force '/Library/Fonts/Verdana'' failed (256)
error: failed files: "/Users/foo/Music/LilyPond/test0.ly"


File "test0.ly"

\paper {
  #(define dump-extents #t)

  linewidth = 160\mm - 2.0 * 0.4\in
  raggedright = ##t
  indent = 0\mm
}

\layout {

}

% ly snippet:
<<
  \chords { r2 c:sus4 f }
  \relative {
    r4 c' \times 2/3 { f g g }
    \times 2/3 { g4( a2) }
  }
  \addlyrics { I want to break free __ }
>>

\version "2.7.3"



_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to