bug-lilypond
[Top][All Lists]
Advanced

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

LilyPond regression on simple file


From: Basil Crow
Subject: LilyPond regression on simple file
Date: Thu, 09 Jun 2005 21:28:21 -0400
User-agent: Mozilla Thunderbird 1.0+ (Windows/20050604)

Based on an example from the documentation
====
\version "2.5.29"
melody = \relative c' {
 \clef treble
 \key c \major
 \time 4/4

 a b c d
}

text = \lyricmode {
 Aaa Bee Cee Dee
}

harmonies = \chordmode {
 a2 c2
}

\score {
 <<
    \context ChordNames {
       \harmonies
    }
 \context Voice = one {
    \melody
 }
 \lyricsto "one" \new Lyrics \text
 >>
 \layout { }
}

====

LilyPond 2.5.27 compiles it perfectly.

====

LilyPond 2.5.28 (mingw) on Windows XP SP2 produces:
# -*-compilation-*-
Processing `D:/Documents/My Documents/Music/LilyPond/test.ly'
Parsing...
Interpreting music... [1]
Preprocessing graphical objects...
Calculating line breaks... [2]
Calculating page breaks...
Layout output to `test.ps'...Bad TTF file

====

LilyPond 2.5.29 (mingw) on Windows XP Pro SP2 produces:

# -*-compilation-*-
Changing working directory to `D:/Documents/My Documents/Music/LilyPond'
Processing `D:/Documents/My Documents/Music/LilyPond/test.ly'
Parsing...
Interpreting music... [1]
Preprocessing graphical objects...
Calculating line breaks... [2]
Calculating page breaks...
Layout output to `test.ps'...TTF tool: read too little in surely_read(), expect 320 got 246 (No such file or directory)

--Basil




reply via email to

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