hi,

There seems to be an input related bug.

When running "lilypond - <foo.ly" in the same directory as the attached file, 
using Pedro's 2.1.19 package, I get the following error during midi output. 
It goes away if I e.g. remove one of the commented lines.

/tmp$ lilypond - <foo.ly
lilypond (GNU LilyPond) 2.1.19
Running usr...
Now processing: `-'
Parsing...Interpreting music...
MIDI output to `lelie.midi'...
Track ...

-:0:0: error: syntax error, unexpected $undefined:
 (position unknown)



lilypond: error: LilyPond failed on input file - (exit status 1)
lilypond: warning: Running LilyPond failed. Rerun with --verbose for a trace.
LATEX output to <stdout>...Traceback (most recent call last):
  File "/usr/bin/lilypond", line 977, in ?
    outname = outbase + '.' + string.lower (main_target)
  File "/usr/lib/python2.3/string.py", line 55, in lower
    return s.lower()
AttributeError: 'int' object has no attribute 'lower'
\version "2.1.19"

songA = \notes \relative c' {
%  g8 g g8 g a bes | g16( g) g4 r g8 |
%  g g g g g g | g4. r4 g8 | g4 g8 g g g | g16( g) g4 r g8 |
%  g8 g g g g g | g4. r4 g8 | g g g g g g | g16( g) g4 r g8 |
  g g g g g g | g4. r \bar "||" |
}

\score {
  \new Staff {\time 6/8 \songA }
  \midi {\tempo 4=100}
}
_______________________________________________
Bug-lilypond mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to