Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sertansenturk committed Apr 15, 2016
2 parents ff6a281 + c2cade9 commit 92e15fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#### musicxml2lilypond v0.9.1
- Refactored the code to improve readability and maintanence
- Refactored the code to improve readability and maintenance

#### musicxml2lilypond v0.9.0
- First public release
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Python package that converts the a makam-musicxml score to lilypond

Introduction
------------
This repositry provides a simple, yet representative conversion of a
This repositry provides a simple and reliable conversion of a
makam music score from MusicXML format to LilyPond format.

You can obtain 2200 makam music scores in MusicXML format from [SymbTr]
Expand All @@ -26,7 +26,7 @@ until the first stable release. For this reason we suggest the users to
stick to the released versions, for the most reliable performance.

Usage
=======
------

```python
from musicxml2lilypond.musicxml2lilypond import ScoreConverter
Expand All @@ -47,7 +47,7 @@ ly_stream, mapping = converter.run(xml_file, ly_out=ly_file, map_out=map_file,
```

Installation
============
-------------

If you want to install musicxml2lilypond, it is recommended to install the package and its dependencies into a virtualenv. In the terminal, do the following:

Expand Down

0 comments on commit 92e15fe

Please sign in to comment.