]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/user/lilypond.tely
* Documentation/user/invoking.itely (Reporting bugs): rename.
[lilypond.git] / Documentation / user / lilypond.tely
1 \input texinfo @c -*-texinfo-*-
2 @setfilename lilypond.info
3 @settitle GNU LilyPond
4 @iftex
5 @afourpaper
6 @end iftex
7
8 @ignore
9 Distributions will want to install lilypond.info in postinstall, doing:
10
11     install-info --info-dir=/usr/share/info out/lilypond.info
12     
13 @end ignore
14
15 @dircategory GNU music project
16 @direntry
17 @c  prepend GNU for dir, must be unique
18 @c  do not list the `lilypond' node at toplevel, so that `info lilypond'
19 @c  goes to Top.
20 @c  * lilypond: (lilypond/lilypond)Running LilyPond.      Invoking the
21 @c  LilyPond  program.
22 * GNU LilyPond: (lilypond/lilypond).           The GNU music typesetter.
23 * convert-ly: (lilypond/lilypond)Invoking convert-ly.  Older LilyPond versions.
24 * midi2ly: (lilypond/lilypond)Invoking midi2ly.        Importing MIDI.
25 * etf2ly: (lilypond/lilypond)Invoking etf2ly.          Importing Finale.
26 * abc2ly: (lilypond/lilypond)Invoking abc2ly.          Importing ABC.          
27 * musedata2ly: (lilypond/lilypond)Invoking musedata2ly.        Importing MuseData.
28 * mup2ly: (lilypond/lilypond)Invoking mup2ly.          Importing Mup. 
29 @end direntry
30
31
32 @ignore
33 @omfcreator Han-Wen Nienhuys and Jan Nieuwenhuizen
34 @omfdescription User manual  of the LilyPond music engraving system
35 @omftype user manual
36 @omfcategory Applications|Publishing
37 @omflanguage English
38 @end ignore
39
40 @c don't remove this comment.
41
42 @ignore
43
44 HINTS FOR STYLE
45
46 * Do not forget to create @cindex entries for new sections of text.
47
48 * Try not to use punctuation between introductocing sentence and
49 display material (verbatim, music, example code).
50
51 * Do not refer to LilyPond in the text.  The reader knows what the
52 manual is about.
53
54 * If you do, capitalization is LilyPond.
55
56 * Do not explicitly refer to the reader/user.  There is no one else
57 besides the reader and the writer.
58
59 * Do not use abbreviations (don't, won't, etc.).
60
61 * Avoid fluff (``Notice that,'' ``as you can see,'' ``Currently,'') 
62
63 * Avoid long stretches of input code.  Noone is going to read them in
64 print.  Instead refer to an example input file (@inputfileref), these
65 are clickable in HTML.
66
67 * Abbrevs in caps, e.g. HTML, DVI, MIDI, etc.
68
69 * Colon usage
70   0. Do not use a colon to introduce examples, sentences just continue
71
72       in the display material.
73
74   1. To introduce lists
75   2. When beginning a quote: "So, he said,..."
76      This usage is rarer.  Americans often just use a comma.
77   3. When adding a defining example at the end of a sentence.
78
79 @end ignore
80
81 @ifhtml
82 This document is also available in @uref{../lilypond.ps.gz,gzipped
83 PostScript} and @uref{../lilypond.pdf,PDF}.
84 @end ifhtml
85
86
87 @titlepage
88 @title GNU LilyPond
89 @subtitle The music typesetter
90 @author Han-Wen Nienhuys
91 @author Jan Nieuwenhuizen
92 @author J@"{u}rgen Reuter
93 @author Rune Zedeler
94
95
96
97 Copyright @copyright{} 1999--2004 by the authors
98
99   Permission is granted to copy, distribute and/or modify this document
100   under the terms of the GNU Free Documentation License, Version 1.1
101   or any later version published by the Free Software Foundation;
102   with no Invariant Sections.
103   A copy of the license is included in the section entitled ``GNU
104   Free Documentation License''.
105
106 @vskip 20pt
107
108 @c Not yet debugged or reported.  This crashes gs-8.01:
109 @c compiling gs-8.01 right now... -- jcn
110 @lilypond[raggedright]
111 \score {
112     \context Lyrics {
113         \override Score.RehearsalMark   #'self-alignment-X = #LEFT
114         \mark #(ly:export (string-append
115              "(For LilyPond version " (lilypond-version) ")"))
116         s2
117      }
118      \layout {
119          indent = 0.0\pt
120          raggedright = ##t
121      }
122 }
123 @end lilypond
124
125 @end titlepage
126
127
128 @ifnottex
129 This file documents GNU LilyPond.
130
131 Copyright 1999--2004 by the authors
132
133   Permission is granted to copy, distribute and/or modify this document
134   under the terms of the GNU Free Documentation License, Version 1.1
135   or any later version published by the Free Software Foundation;
136   with no Invariant Sections.
137   A copy of the license is included in the section entitled ``GNU
138   Free Documentation License''.
139
140 @end ifnottex
141
142
143 @ifnottex
144 @node Top
145 @top GNU LilyPond --- The music typesetter
146 @c HJJ: Info needs `@top', which is a synonym for `@unnumbered' in TeX.
147
148 This is the user manual for GNU LilyPond 2.3.x series.
149 @ifhtml
150 (See the bottom of this page for the exact version number).
151 @end ifhtml
152
153 @cindex web site
154
155 A further source of information is the website, which can be found at
156 @uref{http://www.lilypond.org/}.  The website contains on-line copies of
157 this and other documentation.
158
159 @include dedication.itely
160
161 @menu
162 * Preface::                        Preface.
163 * Introduction::                   What, Why, How.
164 * Tutorial::                       A tutorial introduction.
165 * Example templates::              Larger examples
166 * Notation manual::                All notation supported, and how to
167                                    produce it.
168 * Sound::                          Producing MIDI output
169 * Changing defaults::              Tuning output.
170 * Interfaces for programmers::
171 * Running LilyPond::              Operation.
172 * Converting from other formats::  Converting to lilypond source format.
173 * Integrating text and music::     Integrating text and music with lilypond-book.
174 * Literature list::
175 * Scheme tutorial::
176 * Notation manual details::
177 * Point and click::             
178 * Unified index::
179 * GNU Free Documentation License:: FDL.
180 * Cheat sheet::     
181 @end menu
182 @end ifnottex
183
184 @contents
185
186
187 @include macros.itexi
188 @include preface.itely
189 @include introduction.itely 
190 @include tutorial.itely
191 @include examples.itely
192 @include invoking.itely
193 @include notation.itely
194 @include sound-output.itexi
195 @include changing-defaults.itely
196 @include programming-interface.itely
197 @include lilypond-book.itely
198 @include converters.itely
199
200
201 @c FIXME: Index has two alphabetically sorted lists @code vs plain?
202
203
204 @include literature.itely
205 @include scheme-tutorial.itely
206 @include notation-appendices.itely
207 @include point-and-click.itely
208
209 @node Unified index
210 @appendix Unified index
211
212 @printindex cp
213
214 @include fdl.itexi
215
216 @include cheatsheet.itely
217
218 @bye