]> git.donarmstrong.com Git - lilypond.git/commitdiff
(Integrating LaTeX and
authorhanwen <hanwen>
Thu, 12 Jun 2003 11:22:09 +0000 (11:22 +0000)
committerhanwen <hanwen>
Thu, 12 Jun 2003 11:22:09 +0000 (11:22 +0000)
music): remove @TeX{} command.

ChangeLog
Documentation/user/lilypond-book.itely

index 816e52bc9ef56643e689ab29899aeb4b6130de27..695fdaf6f7f914fc2bf9d7fd00b5b12c72a705cb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * Documentation/user/lilypond-book.itely (Integrating LaTeX and
+       music): remove @TeX{} command.
+
 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
 
        * lilypond-indent.el (scan-sexps): Renamed to
        
 2003-06-10  Graham Percival  <gperlist@shaw.ca>
 
-   * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
-   input/test/beam-dir.ly input/test/beam-position.ly    
-   input/test/beam-suspect.ly input/test/beam-trend.ly    
-   input/test/beams.ly input/test/crescendo-text.ly : deleted
-   * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
+       * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
+       input/test/beam-dir.ly input/test/beam-position.ly    
+       input/test/beam-suspect.ly input/test/beam-trend.ly    
+       input/test/beams.ly input/test/crescendo-text.ly : deleted
+       * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
        * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
        * input/test/default-bars.ly: moved to bar-always.ly
        * input/test/ {many}: deleted old "renamed from foo to bar" comments.
index bf75bc50cf88718ed94ba541c2dcba113e58f981..1a9c094e48c3b45320fad4b7716a340bd7c766f6 100644 (file)
@@ -37,7 +37,7 @@ Short Introduction to LaTeX} provides a introction to using La@TeX{}.
 
 @menu
 * Integrating Texinfo and music::  
-* Integrating La@TeX{} and music::  
+* Integrating LaTeX and music::  
 * Integrating HTML and music::  
 * Music fragment options::      
 * Invoking lilypond-book::      
@@ -111,11 +111,12 @@ When producing texinfo, lilypond-book also generates bitmaps of the
 music, so you can make a HTML document with embedded music.
 
 
-@node Integrating La@TeX{} and music
-@section Integrating La@TeX{} and music
+@c @TeX{} in node name seems to barf
+@node Integrating LaTeX and music
+@section Integrating LaTeX and music
 
 
-  You specify LilyPond code like this:
+You specify LilyPond code like this:
 
 @example
 \begin[options, go, here]@{lilypond@}
@@ -463,7 +464,6 @@ problems with Python's regular expressions. For longer files, use
 @code{\lilypondfile}.  Using @code{\lilypondfile} also makes upgrading
 files (through convert-ly, see @ref{Invoking convert-ly}) easier.
 
-
 @command{lilypond-book} processes all music fragments in one big run.
 The state of the GUILE interpreter is not reset between fragments;
 this means that changes made to global GUILE definitions, e.g., done