convert-ly (GNU LilyPond) 2.1.30
Processing `global.ly' ... Traceback (most recent call last):
File "/sw/bin/convert-ly", line 2153, in ?
do_one_file (f)
File "/sw/bin/convert-ly", line 2074, in do_one_file
from_version = str_to_tuple (guess)
File "/sw/bin/convert-ly", line 91, in str_to_tuple
return tuple (map (string.atoi, string.split (s,'.')))
File "/sw/lib/python2.2/string.py", line 225, in atoi
return _int(s, base)
spacing s | s | s | s | s | s | s | s | s |\akreak s | \breakThe above corresponds to the .ly file below:
\version "2.1.28"
spacing = \notes {
\partial 4*1 s4 | s1 | s | s | s | s | s | s | \break
s | s | s | s | s | s | s | s | s | \break
s | s | s | s | s | s | s | s | \break
s | s | s | s | s | s | s | s | s |\break
s | s | s | s | s | s | s | s | \break
s | s | s \bar "||" s | s | s | s | \break
}barlines = \notes {
\override Score.MetronomeMark #'transparent = ##t
\set Score.skipBars = ##t
\override Score.TupletBracket #'bracket-visibility = ##f
\override Score.TextScript #'font-magnification = #1.25
\override TextScript #'extra-offset = #'(5 . 0)
\time 2/2
\key csharp \minor
}What doesn't lilypond .30 like in the above? Or, in general, what syntax has been changed in the new version? I'm going to have to fix the differences manually.
Will Oram // Genius @ Large // AIM spamguy21 spamguy (at) foxchange (dot) com // wro1 (at) cwru (dot) edu
_______________________________________________ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user
