Update documentation

This commit is contained in:
Matthias Neeracher 2007-10-28 21:06:16 +00:00
parent a333a182c9
commit bc8ffe4f50
4 changed files with 10 additions and 5 deletions

7
NEWS
View File

@ -1,3 +1,10 @@
28Oct07 VocalEasel 1.0a4
- Fixed numerous bugs.
- Reorganized file import/export facilities.
- Now generating much more conformant VoiceXML.
- Now capable of importing Band-in-a-Box and Lilypond files.
19May07 VocalEasel 1.0a3
- Fixed numerous bugs

View File

@ -12,7 +12,7 @@ play accompaniments. It is designed to be:</p>
<ul type="circle">
<li>Free to use and redistribute to others.</li>
<li>Easy to use.</li>
<li>Powerful enough to produce adequate results for most common song.</li>
<li>Powerful enough to produce adequate results for most common songs.</li>
<li>Open, i.e.
<ul type="disc">
<li>You can obtain and change the source code to adapt

View File

@ -19,10 +19,8 @@ considerable number of bugs.</p>
<h2>Known Bugs</h2>
<ul>
<li>Meters other than 4/4 don't work yet.</li>
<li>Changing meter or divisions in an existing song does not convert the
song properly.</li>
<li>Selecting a groove that does not match the song (A 5/4 groove for a 4/4 song) results in an error.</li>
<li>Lilypond importing only works for very simple song structures.
</ul>
</body> </html>

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python2.5
#
# Copyright (c) 2003 The University of Wroclaw.
# All rights reserved.