]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.58
authorfred <fred>
Sun, 24 Mar 2002 19:41:57 +0000 (19:41 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:41:57 +0000 (19:41 +0000)
Documentation/INSTALL.pod
Documentation/faq.pod

index fd039729c8083f888a14f55c1f3542f223930265..556f8690f8c406cec0924c0b490cc943b6812d3a 100644 (file)
@@ -74,12 +74,15 @@ to install GNU LilyPond, simply type:
 
 This will install the following files:
 
+       /usr/local/man/man1/mi2mu.1
+       /usr/local/man/man5/mudela.5
        /usr/local/man/man1/lilypond.1
        /usr/local/lib/libflower.{so,a}
        /usr/local/bin/lilypond
        /usr/local/bin/mi2mu
        /usr/local/share/lilypond/*
        /usr/lib/texmf/texmf/tex/lilypond/* 
+       /usr/lib/texmf/texmf/fonts/source/lilypond/* 
 
 The TeX include directory is detected dynamically, but it can be
 adjusted with B<--enable-tex-prefix> and B<--enable-tex-dir>. The
@@ -119,7 +122,7 @@ Make a shared library (linux, solaris (?) only )
 
 =item  --enable-printing
 
-Enable debugging print routines (B<-d> option)
+Enable debugging print routines (lilypond B<-d> option)
 
 =item  --enable-optimise
 
@@ -133,14 +136,13 @@ Compile with support for profiling
 
 Set the directory where texmf lives
 
-
 =item --enable-tex-dir
 
-Set then directory tex input is in
+Set then directory tex input is in (detected as a subdir of tex-prefix)
 
 =item --enable-mf-dir
 
-Set then directory tex input is in
+Set then directory tex input is in (idem)
 
 =back
 
index 3b33cf79b52b21b2cca8d3512dca54b927a30de4..e2e9b6381832f5d39faed13f61df3a211a47aa40 100644 (file)
@@ -61,6 +61,16 @@ formatting:
          { c () g }
        >
 
+Q: and where do the beams come into this picture?
+
+A: Beams are voicegroup-wide, and may be entered in any part of the
+voicegroup:
+
+       < { [a () e] } { c () g } >
+       < { [a () e } { c () g] } >
+       < { [a () e] } { [c () g] } >
+
+These all give the same result.
 
 Q: Why are [] around the notes, and () inbetween?
 
@@ -77,6 +87,15 @@ quoting of music ("Stichnoten"). Besides if you are going to type an
 orchestral score, then you'd probably want to enter most of the meter,
 repeat commands only once.
 
+Q: I want to insert some TeX commands
+
+A: You shouldn't: it's against LilyPond philosophy to have typesetting
+commands in the mudela source. Moreover, this would be difficult. The
+manner in which Request (the basic building blocks of mudela) are
+translated into printable items is complex: it is not always possible
+to associate one Request with one Item or Spanner.
+
+
 =head2 Miscellaneous
 
 Q: Why GPL?