]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/topdocs/FAQ.texi
patch::: 1.5.9.jcn2
[lilypond.git] / Documentation / topdocs / FAQ.texi
1 \input texinfo @c -*-texinfo-*-
2 @setfilename FAQ.info
3 @settitle FAQ - GNU LilyPond Frequently Asked Questions
4
5 @html
6 <!--- @@WEB-TITLE@@=Frequently Asked Questions --->
7 @end html
8
9 @node Top
10 @chapter FAQ - GNU LilyPond Frequently Asked Questions
11
12
13 @menu
14 * General::                       General questions
15 * Installation::                  Installation questions
16 @end menu
17
18
19 @node General
20 @section General
21
22 @subsection I'm stuck, HELP!
23
24 Please read the
25 @uref{http://lilypond.org/wiki?LilyPondFaqs, full online
26 FAQs}.  Also, please look in the searchable mailinglist archives:
27
28 @itemize @bullet
29 @item
30 @uref{http://www.mail-archive.com/help-gnu-music@@gnu.org,help-gnu-music}
31 @item
32 @uref{http://www.mail-archive.com/bug-gnu-music@@gnu.org,bug-gnu-music}
33 @item
34 @uref{http://www.mail-archive.com/gnu-music-discuss@@gnu.org,gnu-music-discuss}
35 @end itemize
36
37 If you are still at loss, send your questions to the @strong{mailing
38 list}, and not to authors directly.
39
40 @node Installation
41 @section Installation
42
43 @subsection Where is guile, libguileX, guile-config?
44
45 RedHat users need to install guile-1.4 and guile-devel-1.4, Debian
46 users need to get guile1.4, libguile9 and libguile9-dev.
47
48 If you're building from source, you need guile 1.3.4 or newer.  Verify
49 that the correct guile, guile-config, and libguile* in your PATH and
50 LD_LIBRARY_PATH (or @file{/etc/ld.so.conf}).
51
52 @subsection I upgraded by applying a patch, and now my configure/build breaks.
53
54 Patches don't include automatically generated files, i.e. 
55 @file{configure} and files generated by @file{configure}.  Regenerate them 
56 yourself:
57 @example 
58
59     autoconf
60     configure
61  
62 @end example 
63
64 @subsection I downloaded the windows32 port, and it doesn't match the website!
65
66 The website is usually made from the latest snapshots.  Binary releases,
67 in particular the windows32 binaries, are only made every once in a while.
68 They may lag several versions behind the latest version.
69
70 @subsection Beams, slurs and crescendi are not displayed at all!
71
72 XDvi uses GhostScript for displaying PostScript, check that you have
73 GhostScript installed.  If you use a different DVI viewer (eg, on
74 Windows), check if it will display embedded PostScript.  Don't worry,
75 the symbols should appear on the printout.
76
77
78 @bye