From cde79d93d4cdb68e92c19b1346594a97202bf6e1 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sun, 15 Jun 2014 16:58:58 -0700 Subject: lilypond: caveats about updating MacTeX Closes #29784 --- Library/Formula/lilypond.rb | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Library/Formula') diff --git a/Library/Formula/lilypond.rb b/Library/Formula/lilypond.rb index 6dad22ee1..ad5cf711a 100644 --- a/Library/Formula/lilypond.rb +++ b/Library/Formula/lilypond.rb @@ -92,6 +92,14 @@ class Lilypond < Formula end end + def caveats; <<-EOS.undent + Lilypond requires a newer version of mpost. Assuming a standard install of + MacTeX, you will need to use `tlmgr` update its installed packages: + + sudo tlmgr update --self && sudo tlmgr update --all + EOS + end + test do (testpath/'test.ly').write <<-EOS.undent \\header { title = "Do-Re-Mi" } -- cgit v1.2.3