+2006-08-24 Graham Percival <gpermus@gmail.com>
+
+ * Documentation/user/changing-defaults.itely, global.itely,
+ lilypond-book.itely, page.itely: minor changes from mailist.
+
2006-08-23 Han-Wen Nienhuys <hanwen@lilypond.org>
* buildscripts/mutopia-index.py (allfiles): filter lily-XXX and snippet-map
3/8 and on the fourth beat of the measure (after 3/4, that is 2 times
3/8, has passed within the measure).
+If any unexpected beam behaviour occurs, check the default automatic beam
+settings in @file{scm/@/auto@/-beam@/.scm}
+for possible interference, because the beam
+endings defined there will still apply on top of your own overrides. Any
+unwanted endings in the default vales must be reverted for your time
+signature(s).
+
+For example, to typeset @code{(3 4 3 2)}-beam endings in 12/8, begin
+with
+
+@example
+%%% revert default values in scm/auto-beam.scm regarding 12/8 time
+#(revert-auto-beam-setting '(end * * 12 8) 3 8)
+#(revert-auto-beam-setting '(end * * 12 8) 3 4)
+#(revert-auto-beam-setting '(end * * 12 8) 9 8)
+
+%%% your new values
+#(override-auto-beam-setting '(end 1 8 12 8) 3 8)
+#(override-auto-beam-setting '(end 1 8 12 8) 7 8)
+#(override-auto-beam-setting '(end 1 8 12 8) 10 8)
+@end example
+
@cindex automatic beam generation
@cindex autobeam
@funindex autoBeaming
printed parts are good PR for us, so please leave the tagline if you
can.}
+Headers may be completely removed by setting them to false.
+
+@example
+\header @{
+ tagline = ##f
+ composer = ##f
+@}
+@end example
+
@node Custom titles
@subsection Custom titles
* Music fragment options::
* Invoking lilypond-book::
* Filename extensions::
+* Inserting LilyPond output into other programs::
@end menu
@item @file{.xml} @tab HTML
@end multitable
@end quotation
+
+
+@node Inserting LilyPond output into other programs
+@section Inserting LilyPond output into other programs
+
+To insert LilyPond output in other programs, use @code{lilypond}
+instead of @code{lilypond-book}. Each example must be created
+individually and added to the document; consult the
+documentation for that program. Most programs will be able
+to insert lilypond output in @file{PNG}, @file{EPS}, or @file{PDF}
+formats.
+
+To reduce the white space around your lilypond score, use
+the following options
+
+@example
+\paper@{
+ indent=0\mm
+ line-width=120\mm
+ oddFooterMarkup=##f
+ oddHeaderMarkup=##f
+ bookTitleMarkup = ##f
+ scoreTitleMarkup = ##f
+@}
+
+@{ c1 @}
+@end example
+
+To produce a useful @file{eps} file, use
+
+@example
+lilypond -b eps -dno-gs-font-load -deps-font-include myfile.ly
+@end example
+
@funindex print-page-number
@item print-page-number
-If set to false, page numbers will not be printed.
+If set to true, page numbers will be printed.
@funindex paper-width
@item paper-width