]> git.donarmstrong.com Git - lilypond.git/blob - FAQ.txt
0db39587759c29974f4a20c4bd1edf0271b306ad
[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 I downloaded the windows32 port, and it doesn't match the website!
48 ------------------------------------------------------------------
49
50    The website is usually made from the latest snapshots.  Binary
51 releases, in particular the windows32 binaries, are only made every
52 once in a while.  They may lag several versions behind the latest
53 version.
54
55 Beams, slurs and crescendi are not displayed at all!
56 ----------------------------------------------------
57
58    XDvi uses GhostScript for displaying PostScript, check that you have
59 GhostScript installed.  If you use a different DVI viewer (eg, on
60 Windows), check if it will display embedded PostScript.  Don't worry,
61 the symbols should appear on the printout.
62