Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
mikowitz committed Jun 26, 2013
1 parent 2013a45 commit 478f8eb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Expand Up @@ -49,12 +49,14 @@ formats using pitch class names (C, C#, D, Eb, etc.)

`Webern` can also print a text matrix directly to the console with

row.draw(options)
row.draw(options)

where `options` are the same as above (though only `:show_pitches` will affect the output)


The `lilypond` executable is required in order to convert the resulting `filename.ly` file to PDF.
### Notes

The `lilypond` executable is required in order to convert the resulting `row.ly` file to a viewable PDF.

## Contributing

Expand Down

0 comments on commit 478f8eb

Please sign in to comment.