]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/user/lilypond.tely
Docs: move TeX straight quotes instructions into macros.itexi
[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 Notation Reference
10 @documentencoding UTF-8
11 @documentlanguage en
12
13 @include macros.itexi
14
15 @afourpaper
16
17 @c  Keep this here, since it pertains to the direntry below.
18 @ignore
19 Distributions will want to install lilypond.info in postinstall, doing:
20
21     install-info --info-dir=/usr/share/info out[-www]/lilypond.info
22
23   * Prepend GNU for dir, must be unique.
24
25   * Do not list the `lilypond' node at toplevel, so that `info lilypond'
26     goes to Top.
27
28   * List all commands in direntry.
29
30 @c  * lilypond: (lilypond/lilypond)Running LilyPond.      Invoking the
31 @c    LilyPond  program.
32 @end ignore
33
34
35 @c
36 @c Info files are no longer installed in a subdirectory, images are
37 @c expected to be found in lilypond/ subdirectory.
38 @dircategory GNU LilyPond --- the music typesetter
39 @direntry
40 * LilyPond Learning Manual: (lilypond-learning).  Start here.
41 * Music Glossary: (music-glossary).               For non-English users.
42 * LilyPond: (lilypond).                           LilyPond Notation Reference.
43 * LilyPond Internals Reference: (lilypond-internals).  Definitions for tweaking.
44 * LilyPond Application Usage: (lilypond-program). Installing and running applications.
45 * abc2ly: (lilypond-program)Invoking abc2ly.      Importing ABC.      
46 * convert-ly: (lilypond-program)Updating files with convert-ly. Older LilyPond versions.
47 * etf2ly: (lilypond-program)Invoking etf2ly.      Importing Finale.
48 * lilypond-book: (lilypond-program)LilyPond-book. Integrating text and music.
49 * midi2ly: (lilypond-program)Invoking midi2ly.    Importing MIDI.
50 * musicxml2ly: (lilypond-program)Invoking musicxml2ly.  Importing MusicXML.
51 @end direntry
52
53 @c don't remove this comment.
54 @ignore
55 @omfcreator Han-Wen Nienhuys, Jan Nieuwenhuizen and Graham Percival
56 @omfdescription Notation Reference of the LilyPond music engraving system
57 @omftype user manual
58 @omfcategory Applications|Publishing
59 @omflanguage English
60 @end ignore
61
62 @ifnottex
63 @node Top
64 @top GNU LilyPond --- Notation Reference
65 @chapheading The music typesetter
66 @c HJJ: Info needs `@top', which is a synonym for `@unnumbered' in TeX.
67 @end ifnottex
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--2008 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--2008 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--2008 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 This is the Notation Reference (NR) for GNU LilyPond version @version{}.
136 For more information about how this fits with the other
137 documentation, see @rlearning{About the documentation}.
138
139 @cindex web site
140 @cindex URL
141
142 More information can be found at
143 @uref{http://@/www@/.lilypond@/.org/}.  The website contains on-line copies
144 of this and other documentation.
145
146 @include dedication.itely
147
148 @menu
149 * Musical notation::               Musical notation.
150 * Specialist notation::            Notation which is only used for
151     specific purposes.
152 * General input and output::       General information about
153     lilypond input and output.
154 * Spacing issues::                 Display of output on paper.
155 * Changing defaults::              Tuning output.
156 * Interfaces for programmers::     Expert usage.
157
158 Appendices
159
160 * Literature list::                Reference works about music notation.
161 * Notation manual tables::         Tables and charts.
162 * Cheat sheet::                    Summary of LilyPond syntax.
163 * GNU Free Documentation License:: License of this document.
164 * LilyPond command index::
165 * LilyPond index::
166 @end menu
167 @end ifnottex
168
169 @contents
170
171
172 @include notation.itely
173 @include specialist.itely
174
175 @include input.itely
176 @include spacing.itely
177
178 @include changing-defaults.itely
179 @include programming-interface.itely
180
181
182 @include literature.itely
183 @include notation-appendices.itely
184 @include cheatsheet.itely
185 @include fdl.itexi
186
187 @node LilyPond command index
188 @appendix LilyPond command index
189
190 This index lists all the LilyPond commands and keywords with links
191 to those sections of the manual which describe or discuss their
192 use.  Each link is in two parts.  The first part points to the
193 exact location in the manual where the command or keyword appears;
194 the second part points to the start of the section of the manual
195 in which the command or keyword appears.
196
197 @printindex ky
198
199 @node LilyPond index
200 @appendix LilyPond index
201
202 In addition to all the LilyPond commands and keywords, this index
203 lists musical terms and words which relate to each of them, with
204 links to those sections of the manual which describe or discuss
205 that topic.  Each link is in two parts.  The first part points to
206 the exact location in the manual where the topic appears; the
207 second part points to the start of the section of the manual where
208 that topic is discussed.
209
210 @printindex cp
211
212 @bye