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