]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/user/lilypond.tely
Merge branch 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond into dev/jmandereau
[lilypond.git] / Documentation / user / lilypond.tely
1 \input texinfo @c -*- coding: utf-8; mode: texinfo; -*-
2 @ignore
3     Translation of GIT committish: FILL-IN-HEAD-COMMITTISH
4
5     When revising a translation, copy the HEAD committish of the
6     version that you are working on.  See TRANSLATION for details.
7 @end ignore
8 @setfilename lilypond.info
9 @settitle GNU LilyPond User Manual
10 @documentencoding UTF-8
11 @documentlanguage en
12
13 @include macros.itexi
14
15 @iftex
16 @afourpaper
17 @c don't replace quotes with directed quotes
18 @tex
19 \gdef\SETtxicodequoteundirected{Foo}
20 \gdef\SETtxicodequotebacktick{Bla}
21 @end tex
22 @end iftex
23
24 @c  Keep this here, since it pertains to the direntry below.
25 @ignore
26 Distributions will want to install lilypond.info in postinstall, doing:
27
28     install-info --info-dir=/usr/share/info out[-www]/lilypond.info
29
30   * Prepend GNU for dir, must be unique.
31
32   * Do not list the `lilypond' node at toplevel, so that `info lilypond'
33     goes to Top.
34
35   * List all commands in direntry.
36
37 @c  * lilypond: (lilypond/lilypond)Running LilyPond.      Invoking the
38 @c    LilyPond  program.
39 @end ignore
40
41
42 @c
43 @c Info files are no longer installed in a subdirectory, images are
44 @c expected to be found in lilypond/ subdirectory.
45 @dircategory GNU LilyPond --- the music typesetter
46 @direntry
47 * LilyPond Learning Manual: (lilypond-learning).  Start here.
48 * Music Glossary: (music-glossary).               For non-English users.
49 * LilyPond: (lilypond).                           LilyPond Notation Reference.
50 * LilyPond Internals Reference: (lilypond-internals).  Definitions for tweaking.
51 * LilyPond Application Usage: (lilypond-program). Installing and running applications.
52 * abc2ly: (lilypond-program)Invoking abc2ly.      Importing ABC.      
53 * convert-ly: (lilypond-program)Updating files with convert-ly. Older LilyPond versions.
54 * etf2ly: (lilypond-program)Invoking etf2ly.      Importing Finale.
55 * lilypond-book: (lilypond-program)LilyPond-book. Integrating text and music.
56 * midi2ly: (lilypond-program)Invoking midi2ly.    Importing MIDI.
57 * musicxml2ly: (lilypond-program)Invoking musicxml2ly.  Importing MusicXML.
58 @end direntry
59
60 @c don't remove this comment.
61 @ignore
62 @omfcreator Han-Wen Nienhuys, Jan Nieuwenhuizen and Graham Percival
63 @omfdescription Notation Reference of the LilyPond music engraving system
64 @omftype user manual
65 @omfcategory Applications|Publishing
66 @omflanguage English
67 @end ignore
68
69
70 @ifhtml
71 This document is also available as a
72 @uref{source/Documentation/user/lilypond.pdf,PDF} and as
73 @uref{source/Documentation/user/lilypond-big-page.html,one big page}.
74 @end ifhtml
75
76
77 @c  This produces the unified index
78 @syncodeindex fn cp
79 @syncodeindex vr cp
80
81
82 @finalout
83
84 @titlepage
85 @title LilyPond
86 @subtitle The music typesetter
87 @titlefont{Notation Reference}
88 @author The LilyPond development team
89
90 Copyright @copyright{} 1999--2007 by the authors
91
92 @quotation
93 Permission is granted to copy, distribute and/or modify this document
94 under the terms of the GNU Free Documentation License, Version 1.1
95 or any later version published by the Free Software Foundation;
96 with no Invariant Sections.
97 A copy of the license is included in the section entitled ``GNU
98 Free Documentation License''.
99 @end quotation
100
101 @vskip 20pt
102
103 For LilyPond version @version{}
104 @end titlepage
105
106 @copying
107 Copyright @copyright{} 1999--2007 by the authors
108
109 @quotation
110 Permission is granted to copy, distribute and/or modify this document
111 under the terms of the GNU Free Documentation License, Version 1.1
112 or any later version published by the Free Software Foundation;
113 with no Invariant Sections.
114 A copy of the license is included in the section entitled ``GNU
115 Free Documentation License''.
116 @end quotation
117 @end copying
118
119 @ifnottex
120 This file documents GNU LilyPond.
121
122 Copyright 1999--2007 by the authors
123
124 @quotation
125 Permission is granted to copy, distribute and/or modify this document
126 under the terms of the GNU Free Documentation License, Version 1.1
127 or any later version published by the Free Software Foundation;
128 with no Invariant Sections.
129 A copy of the license is included in the section entitled ``GNU
130 Free Documentation License''.
131 @end quotation
132 @end ifnottex
133
134 @ifnottex
135 @node Top
136 @top GNU LilyPond --- The music typesetter
137 @c HJJ: Info needs `@top', which is a synonym for `@unnumbered' in TeX.
138
139 This is the User Manual for GNU LilyPond version @version{}.
140
141 @cindex web site
142 @cindex URL
143
144 More information can be found at
145 @uref{http://@/www@/.lilypond@/.org/}.  The website contains on-line copies
146 of this and other documentation.
147
148 @include dedication.itely
149
150 @menu
151 * Musical notation::               Musical notation.
152 * Specialist notation::            Notation which is only used for
153     specific purposes.
154 * Input syntax::                   General information about
155     lilypond input files.
156 * Non-musical notation::           Output that is not musical notation.
157 * Spacing issues::                 Display of output on paper.
158 * Changing defaults::              Tuning output.
159 * Interfaces for programmers::     Expert usage.
160
161 Appendices
162
163 * Literature list::                Reference works about music notation.
164 * Notation manual tables::         Tables and charts.
165 * Cheat sheet::                    Summary of LilyPond syntax.
166 * GNU Free Documentation License:: License of this document.
167 * LilyPond command index::
168 * LilyPond index::
169 @end menu
170 @end ifnottex
171
172 @contents
173
174
175 @include notation.itely
176 @include specialist.itely
177
178 @include input.itely
179 @include non-music.itely
180 @include spacing.itely
181
182 @include changing-defaults.itely
183 @include programming-interface.itely
184
185
186 @include literature.itely
187 @include notation-appendices.itely
188 @include cheatsheet.itely
189 @include fdl.itexi
190
191 @node LilyPond command index
192 @appendix LilyPond command index
193
194 This index does blah blah blah.
195
196 @printindex ky
197
198 @node LilyPond index
199 @appendix LilyPond index
200
201 In contrast, this index does blaz blaz blaz.
202
203 @printindex cp
204
205 @bye