aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Vandenberg2014-06-15 16:58:58 -0700
committerAdam Vandenberg2014-06-15 16:58:58 -0700
commitcde79d93d4cdb68e92c19b1346594a97202bf6e1 (patch)
tree86da8ca8af1e1112767152ce84dcd774390300f5
parenta6a5b240a824eddd1ca0f784bf7d42c435e5858e (diff)
downloadhomebrew-cde79d93d4cdb68e92c19b1346594a97202bf6e1.tar.bz2
lilypond: caveats about updating MacTeX
Closes #29784
-rw-r--r--Library/Formula/lilypond.rb8
1 files changed, 8 insertions, 0 deletions
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" }