]> git.donarmstrong.com Git - lilypond.git/blob - FAQ.txt
release: 1.3.129
[lilypond.git] / FAQ.txt
1 FAQ - GNU LilyPond Frequently Asked Questions
2 *********************************************
3
4 General
5 =======
6
7 I'm stuck, HELP!
8 ----------------
9
10    Please read the full online FAQs
11 (http://appel.lilypond.org/wiki?LilyPondFaqs).  Also, please look in
12 the searchable mailinglist archives:
13
14    * help-gnu-music (http://www.mail-archive.com/help-gnu-music@gnu.org)
15
16    * bug-gnu-music (http://www.mail-archive.com/bug-gnu-music@gnu.org)
17
18    * gnu-music-discuss
19      (http://www.mail-archive.com/gnu-music-discuss@gnu.org)
20
21    If you are still at loss, send your questions to the *mailing list*,
22 and not to authors directly.
23
24 Installation
25 ============
26
27 Where is guile, libguileX, guile-config?
28 ----------------------------------------
29
30    RedHat users need to install guile-1.4 and guile-devel-1.4, Debian
31 users need to get guile1.4, libguile9 and libguile9-dev.
32
33    If you're building from source, you need guile 1.3.4 or newer.
34 Verify that the correct guile, guile-config, and libguile* in your PATH
35 and LD_LIBRARY_PATH (or `/etc/ld.so.conf').
36
37 I upgraded by applying a patch, and now my configure/build breaks.
38 ------------------------------------------------------------------
39
40    Patches don't include automatically generated files, i.e.
41 `configure' and files generated by `configure'.  Regenerate them
42 yourself:
43
44          autoconf
45          configure
46
47 Is there an emacs mode?
48 -----------------------
49
50    Yes.  It is included with the source archive as `lilypond-mode.el'
51 and `lilypond-font-lock.el'.  If you have an RPM or .deb it is in
52 `/usr/share/doc/lilypond-X/'.  You have to install it yourself.
53
54    Add this to your .emacs.el:
55          (load-library "lilypond-mode.el")
56          (setq auto-mode-alist
57           (append '(("\\.ly$" . LilyPond-mode) auto-mode-alist)))
58
59 I downloaded the windows32 port, and it doesn't match the website!
60 ------------------------------------------------------------------
61
62    The website is usually made from the latest snapshots.  Binary
63 releases, in particular the windows32 binaries, are only made every
64 once in a while.  They may lag several versions behind the latest
65 version.
66