diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/lilypond.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/lilypond.rb b/Library/Formula/lilypond.rb index 10d981b18..176d69690 100644 --- a/Library/Formula/lilypond.rb +++ b/Library/Formula/lilypond.rb @@ -60,7 +60,7 @@ class Lilypond < Formula { c' d' e' } EOS lilykeg = Formula.factory('lilypond').linked_keg - system "#{lilykeg}/bin/lilypond test.ly && /usr/bin/qlmanage -p test.pdf" + system "#{lilykeg}/bin/lilypond test.ly" end end end |
