]> git.donarmstrong.com Git - lilypond.git/commitdiff
Minor changes from mailist.
authorGraham Percival <graham@percival-music.ca>
Thu, 24 Aug 2006 09:23:20 +0000 (09:23 +0000)
committerGraham Percival <graham@percival-music.ca>
Thu, 24 Aug 2006 09:23:20 +0000 (09:23 +0000)
ChangeLog
Documentation/user/changing-defaults.itely
Documentation/user/global.itely
Documentation/user/lilypond-book.itely
Documentation/user/page.itely

index 44c9d8d84b7f82eba613f68fa3b8631cfc4c26a3..e482fa5ef0d1a95c7be326b53cb4777483b243ef 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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
index 18712bf7e1a6568f72b82e193aa2d86c5f999dc7..e63bb9ab887b2e41429b5cf9274a1027bbea9f70 100644 (file)
@@ -355,6 +355,28 @@ In 4/4 time signature, this means that automatic beams could end only on
 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
index 9d2de24691400f2af39ebd6f6f444e30e96f92e1..2ecd6dd1cbb28e12dee9702a1a39a3e227b5b0c7 100644 (file)
@@ -600,6 +600,15 @@ tagline is ``Music engraving by LilyPond (@var{version})''.@footnote{Nicely
 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
index e9008cf85802eb5de7cfefce8e1edc4eda9f5aea..3d5ab680e1665e5a40c06f59765147ec567fc8c7 100644 (file)
@@ -38,6 +38,7 @@ This procedure may be applied to La@TeX{}, HTML or Texinfo documents.
 * Music fragment options::      
 * Invoking lilypond-book::      
 * Filename extensions::         
+* Inserting LilyPond output into other programs::  
 @end menu
 
 
@@ -762,3 +763,37 @@ output format based on the input filename's extension.
 @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
+
index 5959e0be719cbbb9e2b56a2ad87057d4f6f2f688..2c94b648fde5b05ffe2b247f5bae50e3623123a1 100644 (file)
@@ -120,7 +120,7 @@ false.
 
 @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