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
=item --enable-printing
-Enable debugging print routines (B<-d> option)
+Enable debugging print routines (lilypond B<-d> option)
=item --enable-optimise
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
{ 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?
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?