Thank you for your advices. I updated to version 2.19.25. Then just
copied the downloaded lilyjazz font files *.woff and *.svg to the
directory lilypond/usr/share/lilypond/current/fonts/svg and checked if
they are really there.
Then I tried with a simple sample code
\version "2.19.25"
% To use the font globally, put the following (minimal) code
% at the top of your .ly file:
\paper {
#(define fonts (set-global-fonts
#:music "lilyjazz" #:brace "lilyjazz"
#:roman "lilyjazz-text" #:sans "lilyjazz-chord"
#:factor (/ staff-height pt 20) ))
}
\score {
\new Staff {
a b c d
}
}
I end up with a message that font »lilyjazz-11« was not found.
Concerning to
http://fonts.openlilylib.org/docs.html#font-install
one has to download and install "stylesheet". I think there is meant
"font-stylesheet"? For convenience I added that to the same directory as
font directory and set a path to it as described.
http://fonts.openlilylib.org/docs.html#how-to-us
remarks:
"scm (this is where the new "font.scm" file goes)"
There is such a file alreay. Do I need a new one?
Regards
Am 23.08.2015 16:19, schrieb tisimst:
Hi!
No, it's not a problem with Linux. Here's what you need to do:
1. Delete any LilyJAZZ files you currently have (they are old and
error-prone as you've discovered). There are old files
and instructions on the web and lilypondblog.org [9] that just don't
apply anymore.
2. Go back to http://fonts.openlilylib.org/lilyjazz [10] and download
the *new* font files and install them by following the instructions
found on http://fonts.openlilylib.org/docs.html [11] for the version
of LP you are using.
3. Also on the docs page, download the *new* stylesheets (about 3/4
way down). Make sure the directory can be found in LP's include path.
That should do it. Then, all you need to do is add
include "lilyjazz.ily"
near the top of your input file.
Let me know if that doesn't work.
- Abraham
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user