diff options
author | John Mandereau <john.mandereau@gmail.com> | 2012-07-28 00:14:47 +0200 |
---|---|---|
committer | John Mandereau <john.mandereau@gmail.com> | 2012-07-28 00:16:30 +0200 |
commit | d459b17897c0218450bfb0bab6403c16705bd17a (patch) | |
tree | cbd7e13ab86c687f467885273940e2823631f5dd /scripts | |
parent | 3573a92d92728dc8d6452e5cd3cfba73e49e6990 (diff) |
Fix Issue 2146 "Illegal entry in bfrange block in ToUnicode CMap"
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/build/lys-to-tely.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/build/lys-to-tely.py b/scripts/build/lys-to-tely.py index 7a8684f194..329b412a47 100644 --- a/scripts/build/lys-to-tely.py +++ b/scripts/build/lys-to-tely.py @@ -63,6 +63,14 @@ template = '''\input texinfo @finalout @c we do not want black boxes. +@c Trick to use with proper font mappings the same NCSB fonts as +@c LilyPond instead of those provided by TeX distribution +@tex +\\ifpdf + \\pdfmapfile{=lilypond.map} +\\fi +@end tex + @c fool ls-latex @ignore @author %%(author)s |