]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/user/lilypond.tely
Really minor fix.
[lilypond.git] / Documentation / user / lilypond.tely
index 71a42333d1805023de2c6ca791ca0922d345d28f..35f4a3f044e3f54ddebca2f2901b92e657fa0635 100644 (file)
-\input texinfo @c -*-texinfo-*-
+\input texinfo @c -*- coding: utf-8; mode: texinfo; -*-
 @setfilename lilypond.info
 @settitle GNU LilyPond
+@iftex
+@afourpaper
+@end iftex
+
+@dircategory GNU music project
+@direntry
+* LilyPond: (lilypond/lilypond).           The GNU music typesetter.
+* abc2ly: (lilypond/lilypond)Invoking abc2ly.          Importing ABC.          
+* convert-ly: (lilypond/lilypond)Invoking convert-ly.  Older LilyPond versions.
+* etf2ly: (lilypond/lilypond)Invoking etf2ly.          Importing Finale.
+* lilypond-book: (lilypond/lilypond)LilyPond-book.     Itegrating text and music.
+* midi2ly: (lilypond/lilypond)Invoking midi2ly.        Importing MIDI.
+* mup2ly: (lilypond/lilypond)Invoking mup2ly.          Importing Mup. 
+@end direntry
+
+
+@c don't remove this comment.
+@ignore
+@omfcreator Han-Wen Nienhuys, Jan Nieuwenhuizen and Graham Percival
+@omfdescription User manual of the LilyPond music engraving system
+@omftype user manual
+@omfcategory Applications|Publishing
+@omflanguage English
+@end ignore
+
+
+@ifhtml
+This document is also available in @uref{source/Documentation/user/lilypond.pdf,PDF}.
+@end ifhtml
+
 
+@documentlanguage en
+@documentencoding utf-8
 
+@c FIXME: Index has two alphabetically sorted lists @code vs plain?
+@syncodeindex fn cp
+@syncodeindex ky cp
+@syncodeindex pg cp
+@syncodeindex tp cp
+@syncodeindex vr cp
+
+
+@finalout
 
 @titlepage
-@title GNU LilyPond
+@title LilyPond
 @subtitle The music typesetter
-@author Han-Wen Nienhuys, Jan Nieuwenhuizen and Adrian Mariano
+@author The LilyPond development team
 
-     Copyright @copyright{} 1999 by the authors
 
-@vskip 0pt plus 1filll
 
-Permission is granted to make and distribute verbatim
-copies of this manual provided the copyright notice and
-this permission notice are preserved on all copies.
+Copyright @copyright{} 1999--2006 by the authors
 
-Permission is granted to copy and distribute modified
-versions of this manual under the conditions for
-verbatim copying, provided also that the sections
-entitled ``Copying'' and ``GNU General Public License''
-are included exactly as in the original, and provided
-that the entire resulting derived work is distributed
-under the terms of a permission notice identical to this
-one.
+  Permission is granted to copy, distribute and/or modify this document
+  under the terms of the GNU Free Documentation License, Version 1.1
+  or any later version published by the Free Software Foundation;
+  with no Invariant Sections.
+  A copy of the license is included in the section entitled ``GNU
+  Free Documentation License''.
 
-Permission is granted to copy and distribute
-translations of this manual into another language,
-under the above conditions for modified versions,
-except that this permission notice may be stated in a
-translation approved by the Free Software Foundation.
+@vskip 20pt
 
-@end titlepage
+@lilypond[ragged-right]
+\score {
+  \context Lyrics {
+    \override Score.RehearsalMark #'self-alignment-X = #LEFT
+    \override Score.RehearsalMark #'font-size = #-2 
+    \mark #(ly:export (string-append
+      "(For LilyPond version " (lilypond-version) ")"))
+    s2
+  }
+  \layout {
+    indent = 0.0\pt
+  }
+}
+@end lilypond
 
-@ifinfo
-This file documents GNU LilyPond.
+@end titlepage
 
-Copyright 1999 Han-Wen Nienhuys, Jan Nieuwenhuizen and Adrian Mariano
 
-Permission is granted to make and distribute verbatim
-copies of this manual provided the copyright notice and
-this permission notice are preserved on all copies.
+@ifnottex
+This file documents GNU LilyPond.
 
-@ignore
-Permission is granted to process this file through TeX
-and print the results, provided the printed document
-carries a copying permission notice identical to this
-one except for the removal of this paragraph (this
-paragraph not being relevant to the printed manual).
+Copyright 1999--2006 by the authors
 
-@end ignore
+  Permission is granted to copy, distribute and/or modify this document
+  under the terms of the GNU Free Documentation License, Version 1.1
+  or any later version published by the Free Software Foundation;
+  with no Invariant Sections.
+  A copy of the license is included in the section entitled ``GNU
+  Free Documentation License''.
 
-Permission is granted to copy and distribute modified
-versions of this manual under the conditions for
-verbatim copying, provided also that the sections
-entitled ``Copying'' and ``GNU General Public License''
-are included exactly as in the original, and provided
-that the entire resulting derived work is distributed
-under the terms of a permission notice identical to this
-one.
+@end ifnottex
 
-Permission is granted to copy and distribute
-translations of this manual into another language,
-under the above conditions for modified versions,
-except that this permission notice may be stated in a
-translation approved by the Free Software Foundation.
 
-@end ifinfo
+@ifnottex
+@node Top
+@top GNU LilyPond --- The music typesetter
+@c HJJ: Info needs `@top', which is a synonym for `@unnumbered' in TeX.
 
-@ignore
-Should add disclaimer, abstract
+This is the user manual for GNU LilyPond 2.8.x series.
+@ifhtml
+(See the bottom of this page for the exact version number).
+@end ifhtml
 
-"GNU LilyPond has no connection with the music package Rosegarden, other
-than the names being similar :-)"
+@cindex web site
+@cindex URL
 
-@end ignore
+A further source of information is the website, which can be found at
+@uref{http://@/www@/.lilypond@/.org/}.  The website contains on-line copies
+of this and other documentation.
 
-@node Top, , , (dir)
-@chapter GNU LilyPond --- The music typesetter
+@include dedication.itely
 
 @menu
-* Tutorial::                       A tutorial introduction to lilypond.
-* Invoking LilyPond::              Operation.
-* Reporting Bugs::                 Where to report bugs.
-* Reference Manual::               Reference Manual.
-@c Move to Reference Manual?
-* Internals:(lilypond-internals).  Auto generated detailed documentation.
-* More information::               Where to turn to for more help.
-* convert-mudela::                 Upgrading input files.
-@c Hmm, having the generated doco in a separate file,
-@c the index can't refer to that.
-* Index::                          Unified index.
+Learning manual
+
+* Preface::                        Preface.
+* Introduction::                   What, Why, How.
+* Tutorial::                       A tutorial introduction.
+* Putting it all together:: Advanced tutorial?  FIXME title
+* Working on LilyPond projects::   Demonstrates real-life LilyPond usage.
+* Tweaking output:: Tutorial-style explanation of chapters 10 and 11. FIXME title
+
+Notation reference
+
+* Basic notation::                 Standard musical notation.
+* Instrument-specific notation::   Notation that is only used for some
+                                   instruments.
+* Advanced notation::              Less frequently used notation.
+* Changing defaults::              Tuning output.
+* Global issues::                  What LilyPond produces.
+* Interfaces for programmers::
+
+Technical details
+
+* Running LilyPond::               Operation.
+* LilyPond-book::                  Integrating text and music.
+* Converting from other formats::  Converting to lilypond source format.
+
+Appendices
+
+* Literature list::
+* Scheme tutorial::
+* Notation manual details::
+* Example templates::              Larger examples.
+* Cheat sheet::     
+* GNU Free Documentation License:: FDL.
+* LilyPond index::
 @end menu
+@end ifnottex
 
 @contents
 
-@macro keyindex {word}
-@cindex \word\
-
-@end macro
-
-@macro indexcode {word}
-@cindex \word\
-
-@end macro
-
 
-@mbinclude tutorial.itely
+@include macros.itexi
+@include preface.itely
+@include introduction.itely 
+@include tutorial.itely
+@include putting.itely
+@include working.itely
+@include tweaks.itely
 
+@include basic-notation.itely
+@include instrument-notation.itely
+@include advanced-notation.itely
+@include changing-defaults.itely
+@include global.itely
+@include programming-interface.itely
 
-@include invoking.itexi
+@include invoking.itely
+@include lilypond-book.itely
+@include converters.itely
 
-@include bugs.itexi
 
-@mbinclude refman.itely
 
-@include moreinfo.itexi
 
-@include convert-mudela.itexi
+@include literature.itely
+@include scheme-tutorial.itely
+@include notation-appendices.itely
+@include examples.itely
+@include cheatsheet.itely
+@include fdl.itexi
 
-@node Index, , , Top
-@unnumbered Index
+@node LilyPond index
+@appendix LilyPond index
 
 @printindex cp