diff options
author | Karl Berry <karl@freefriends.org> | 2020-09-29 21:24:01 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-09-29 21:24:01 +0000 |
commit | cb751fb6d992d7342f7f82ea76f29caff73e69e5 (patch) | |
tree | 2b01684636def7b446b53f701074ac6148a98f26 /Master/texmf-dist/doc/lualatex/lilyglyphs/INSTALL | |
parent | 070ddc09ee29119848c748b6975b3a8f18f526cc (diff) |
lilyglyphs (29sep20)
git-svn-id: svn://tug.org/texlive/trunk@56473 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/lualatex/lilyglyphs/INSTALL')
-rw-r--r-- | Master/texmf-dist/doc/lualatex/lilyglyphs/INSTALL | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/Master/texmf-dist/doc/lualatex/lilyglyphs/INSTALL b/Master/texmf-dist/doc/lualatex/lilyglyphs/INSTALL deleted file mode 100644 index fcc757b7221..00000000000 --- a/Master/texmf-dist/doc/lualatex/lilyglyphs/INSTALL +++ /dev/null @@ -1,44 +0,0 @@ -INSTALL for 'lilyglyphs' - -'lilyglyphs' is a package to make musical symbols and -notational elements of the LilyPond engraving software -(http://www.lilypond.org) available to LaTeX documents. - -There are several ways to obtain the package, with different -installation procedures. - -If you have obtained the package through a TeX distribution -you should be able to use the package without further action. -For advanced options and usage please refer to the manual. - -If you have downloaded lilyglyphs.zip from CTAN please extract the -archive to a location in your TEXMFHOME tree, -e.g. ~/texmf/tex/latex/lilyglyphs on Linux. - -If you want to use the Github repository you should clone it -(or your fork) to a directory in your local texmf tree, e.g. -~/texmf/tex/latex/lilyglyphs on Linux. -It is advisable to first create a fork and additionally add -the official repository as an 'upstream' remote. - -With both options you should make sure the package directory is -actually called 'lilyglyphs'. - -With both downloaded options you have to make the enclosed 'Emmentaler' -OpenType font visible to LaTeX. -For this you can copy the fonts/ directory to your TEXMFHOME/fonts/opentype -directory and rename it to lilyglyphs or emmentaler. Even better, create a -link there to the original folder in the package. This way you won't be -affected by updates of the font files in the package. -It is important to note that you should not have the Emmentaler fonts -installed as system fonts in parallel because this might irritate -XeLaTeX. - -Please note that the Github repository doesn't contain a precompiled -manual. If you want to compile the manual with LuaLaTeX or XeLaTeX - -you need the (free) fonts 'Linux Libertine O', 'Linux Biolinum O' and -'DejaVu Sans Mono'. If you don't want or can't install them you can modify -'documentation/lilyglyphsManualFonts.sty' to use different fonts -or remove the reference to it from 'documentation/lilyglyphs.tex' -to use default fonts. |