From 478f8ebff62878ceb32cdc356235efbb25390870 Mon Sep 17 00:00:00 2001 From: Michael Berkowitz Date: Wed, 26 Jun 2013 11:53:20 -0400 Subject: [PATCH] Fix README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 60193eb..c63c135 100644 --- a/README.md +++ b/README.md @@ -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