]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 24 Apr 2003 12:53:40 +0000 (12:53 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 24 Apr 2003 12:53:40 +0000 (12:53 +0000)
ChangeLog
Documentation/user/internals.itely
Documentation/user/introduction.itely
Documentation/user/lilypond-book.itely
Documentation/user/lilypond.tely
Documentation/user/refman.itely
Documentation/user/tutorial.itely

index 6ae3247966180f7ab07325fc31f63ae60dfaec75..67552e3ab66315febac4312f863fe9f43f997842 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2003-04-24    <hanwen@cs.uu.nl>
 
+       * Documentation/user/preface.itely (Preface to version 1.8): update
+
        * Documentation/user/invoking.itexi (Invoking LilyPond): revise
 
        * Documentation/user/converters.itely (Invoking convert-ly): revise
index 9e5e1a808e11e104165287b928087635fd3a050d..63083c3e08ddf367bb15a86596ce54864232a35a 100644 (file)
@@ -878,7 +878,7 @@ plain @TeX{}.
 
 Here an example how to embed a small LilyPond file @code{foo.ly} into
 running La@TeX{} text without using the @code{lilypond-book} script
-(@pxref{Integrating text and music with lilypond-book}).
+(@pxref{lilypond-book manual}).
 
 @example
 \documentclass@{article@}
index 30290a1666ca19e99d63288e0da0a4e22547c841..2f85dd04772b369a47c2089a5f1bab03e8b859fa 100644 (file)
@@ -34,7 +34,6 @@ design, and how this approach affects you as a user.
 * Batch processing::            
 * Music engraving::             
 * Music representation::        
-* Program design::              
 * Example applications::        
 * About this manual::           
 @end menu
@@ -269,7 +268,7 @@ The manual is divided into the following chapters
   extend the program.
 @item Invoking
   This chapter explains how to runn LilyPond and its helper programs. 
-@end itemize
+@end table
 
 Once you are experienced with, you can simply use the manual as
 reference: there is an extensive index@footnote{If you are looking for
index 49bedd5323b0ed9e578cf69dd1c4ead63f885c63..34add649747b63b8e10eccada78de50ba1433f54 100644 (file)
@@ -346,7 +346,7 @@ documents are composed from small @file{.ly} files in this way,
   \header @{
     texidoc = "this file demonstrates a single note"
   @}
-  \score @{ \notes { c'4 @} @} 
+  \score @{ \notes @{ c'4 @} @} 
 @end example
 
 @item quote
index 9d263fb07a9e11a379dfe56aac6ad3c4c6abd10f..e55d82db93259ee935887dd13a7af3af9c8f2079 100644 (file)
@@ -127,8 +127,7 @@ this and other documentation.
 * Advanced Topics::                How it all works.
 * Invoking LilyPond::              Operation.
 * Converting from other formats::  Converting to lilypond source format.
-* Integrating text and music with lilypond-book::
-                                   The lilypond-book manual.
+* lilypond-book manual::           Integrating text and music with lilypond-book.
 * Literature::                     Additional reading material.
 * Index::                          Unified index.
 * Reference manual details::                
index d1375bb9c53700d14931ed107e732a51b0568e78..ba6363f35c6742f23e35daaa262540e5a524fbc2 100644 (file)
@@ -5404,8 +5404,7 @@ If the variable @code{lastpagefill} is defined,
 systems are evenly distributed vertically on the last page.  This
 might produce ugly results in case there are not enough systems on the
 last page.  Note that @command{lilypond-book} ignores
-@code{lastpagefill}.  See @ref{Integrating text and music with
-lilypond-book} for more information.
+@code{lastpagefill}.  See @ref{lilypond-book manual} for more information.
 
 @cindex @code{lastpagefill}
 
index 4a9379ebb898b8eea06254c81a4610134d15cf03..0490cf34683ad7ea9fc6e09720c63d0c5bcc9991 100644 (file)
@@ -2553,8 +2553,7 @@ there is an automated procedure to reduce the amount of work.
 If you use HTML, La@TeX{}, or Texinfo, you can mix text and LilyPond
 code.  A script called @code{lilypond-book} will extract the music
 fragments, run LilyPond on them, and put back the resulting notation.
-This program is fully described in @ref{Integrating text and music
-with lilypond-book}.  Here we show a small example.  Since the example
+This program is fully described in @ref{lilypond-book manual}.  Here we show a small example.  Since the example
 also contains explanatory text, we will not comment it further.
 
 @example