]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/topdocs/FAQ.texi
patch::: 1.5.9.jcn2
[lilypond.git] / Documentation / topdocs / FAQ.texi
index 080ee097ede9302f8f573133cee2e246bc9878bc..28d15edd696934e5a103b269358863283a795f96 100644 (file)
@@ -2,6 +2,9 @@
 @setfilename FAQ.info
 @settitle FAQ - GNU LilyPond Frequently Asked Questions
 
+@html
+<!--- @@WEB-TITLE@@=Frequently Asked Questions --->
+@end html
 
 @node Top
 @chapter FAQ - GNU LilyPond Frequently Asked Questions
@@ -19,7 +22,7 @@
 @subsection I'm stuck, HELP!
 
 Please read the
-@uref{http://appel.lilypond.org/wiki?LilyPondFaqs, full online
+@uref{http://lilypond.org/wiki?LilyPondFaqs, full online
 FAQs}.  Also, please look in the searchable mailinglist archives:
 
 @itemize @bullet
@@ -58,25 +61,18 @@ yourself:
  
 @end example 
 
-@subsection Is there an emacs mode?
-
-Yes.  It is included with the source archive as
-@file{lilypond-mode.el} and @file{lilypond-font-lock.el}.  If you have
-an RPM or .deb it is in @file{/usr/share/doc/lilypond-X/}.  You have
-to install it yourself.
-
-Add this to your .emacs.el:
-@example 
-    (load-library "lilypond-mode.el")
-    (setq auto-mode-alist
-     (append '(("\\.ly$" . LilyPond-mode) auto-mode-alist)))
-@end example 
-
-
 @subsection I downloaded the windows32 port, and it doesn't match the website!
 
 The website is usually made from the latest snapshots.  Binary releases,
 in particular the windows32 binaries, are only made every once in a while.
 They may lag several versions behind the latest version.
 
+@subsection Beams, slurs and crescendi are not displayed at all!
+
+XDvi uses GhostScript for displaying PostScript, check that you have
+GhostScript installed.  If you use a different DVI viewer (eg, on
+Windows), check if it will display embedded PostScript.  Don't worry,
+the symbols should appear on the printout.
+
+
 @bye