From 3d48f00e9d164f21414cec2b5b9845f344d50637 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:41:57 +0000 Subject: [PATCH] lilypond-0.0.58 --- Documentation/INSTALL.pod | 10 ++++++---- Documentation/faq.pod | 19 +++++++++++++++++++ 2 files changed, 25 insertions(+), 4 deletions(-) diff --git a/Documentation/INSTALL.pod b/Documentation/INSTALL.pod index fd039729c8..556f8690f8 100644 --- a/Documentation/INSTALL.pod +++ b/Documentation/INSTALL.pod @@ -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 diff --git a/Documentation/faq.pod b/Documentation/faq.pod index 3b33cf79b5..e2e9b63818 100644 --- a/Documentation/faq.pod +++ b/Documentation/faq.pod @@ -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? -- 2.39.5