]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/user/lilypond.tely
Merge commit '52915ed'
[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 @iftex
14 @afourpaper
15 @c don't replace quotes with directed quotes
16 @tex
17 \gdef\SETtxicodequoteundirected{Foo}
18 \gdef\SETtxicodequotebacktick{Bla}
19 @end tex
20 @end iftex
21
22 @c  Keep this here, since it pertains to the direntry below.
23 @ignore
24 Distributions will want to install lilypond.info in postinstall, doing:
25
26     install-info --info-dir=/usr/share/info out/lilypond.info
27
28   * Prepend GNU for dir, must be unique.
29
30   * Do not list the `lilypond' node at toplevel, so that `info lilypond'
31     goes to Top.
32
33   * List all commands in direntry.
34
35 @c  * lilypond: (lilypond/lilypond)Running LilyPond.      Invoking the
36 @c    LilyPond  program.
37 @end ignore
38
39
40 @c
41 @c Info files are installed in subdirectories to allow images to be present. 
42 @c 
43 @dircategory LilyPond
44 @direntry
45 * LilyPond: (lilypond/lilypond).           The GNU music typesetter.
46 * abc2ly: (lilypond/lilypond-program)Invoking abc2ly.          Importing ABC.      
47 * convert-ly: (lilypond/lilypond-program)Invoking convert-ly.  Older LilyPond versions.
48 * etf2ly: (lilypond/lilypond-program)Invoking etf2ly.          Importing Finale.
49 * lilypond-book: (lilypond/lilypond-program)LilyPond-book.     Itegrating text and music.
50 * midi2ly: (lilypond/lilypond-program)Invoking midi2ly.        Importing MIDI.
51 * mup2ly: (lilypond/lilypond-program)Invoking mup2ly.          Importing Mup.
52 @end direntry
53
54 @c don't remove this comment.
55 @ignore
56 @omfcreator Han-Wen Nienhuys, Jan Nieuwenhuizen and Graham Percival
57 @omfdescription User manual of the LilyPond music engraving system
58 @omftype user manual
59 @omfcategory Applications|Publishing
60 @omflanguage English
61 @end ignore
62
63
64 @ifhtml
65 This document is also available as a
66 @uref{source/Documentation/user/lilypond.pdf,PDF} and as
67 @uref{source/Documentation/user/lilypond-big-page.html,one big page}.
68 @end ifhtml
69
70
71 @c  This produces the unified index
72 @syncodeindex fn cp
73 @syncodeindex vr cp
74
75
76 @finalout
77
78 @titlepage
79 @title LilyPond
80 @subtitle The music typesetter
81 @titlefont{User manual}
82 @author The LilyPond development team
83
84 Copyright @copyright{} 1999--2006 by the authors
85
86 @quotation
87 Permission is granted to copy, distribute and/or modify this document
88 under the terms of the GNU Free Documentation License, Version 1.1
89 or any later version published by the Free Software Foundation;
90 with no Invariant Sections.
91 A copy of the license is included in the section entitled ``GNU
92 Free Documentation License''.
93 @end quotation
94
95 @vskip 20pt
96
97 @lilypond[ragged-right]
98 \score {
99   \context Lyrics {
100     \override Score.RehearsalMark #'self-alignment-X = #LEFT
101     \override Score.RehearsalMark #'font-size = #-2
102     \mark #(ly:export (string-append
103       "(For LilyPond version " (lilypond-version) ")"))
104     s2
105   }
106   \layout {
107     indent = 0.0\pt
108   }
109 }
110 @end lilypond
111
112 @end titlepage
113
114 @copying
115 Copyright @copyright{} 1999--2006 by the authors
116
117 @quotation
118 Permission is granted to copy, distribute and/or modify this document
119 under the terms of the GNU Free Documentation License, Version 1.1
120 or any later version published by the Free Software Foundation;
121 with no Invariant Sections.
122 A copy of the license is included in the section entitled ``GNU
123 Free Documentation License''.
124 @end quotation
125 @end copying
126
127 @ifnottex
128 This file documents GNU LilyPond.
129
130 Copyright 1999--2006 by the authors
131
132 @quotation
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 @end quotation
140 @end ifnottex
141
142 @ifnottex
143 @node Top
144 @top GNU LilyPond --- The music typesetter
145 @c HJJ: Info needs `@top', which is a synonym for `@unnumbered' in TeX.
146
147 This is the user manual for GNU LilyPond 2.11.x series.
148 @ifhtml
149 (See the bottom of this page for the exact version number).
150 @end ifhtml
151
152 @cindex web site
153 @cindex URL
154
155 More information can be found at
156 @uref{http://@/www@/.lilypond@/.org/}.  The website contains on-line copies
157 of this and other documentation.
158
159 @include dedication.itely
160
161 @menu
162 Learning Manual
163
164 * Preface::                        Preface.
165 * Introduction::                   What, Why, How.
166 * Tutorial::                       A tutorial introduction.
167 * Putting it all together::        More explanation about LilyPond concepts.
168 * Working on LilyPond projects::   Discusses real-life usage.
169 * Tweaking output::                Introduction to modifying output.
170
171 Notation Reference
172
173 * Basic notation::                 Standard musical notation.
174 * Instrument-specific notation::   Specialized notation.
175 * Advanced notation::              Less frequently used notation.
176 * Changing defaults::              Tuning output.
177 * Non-musical notation::           Output that is not musical notation.
178 * Spacing issues::                 Display of output on paper.
179 * Interfaces for programmers::     Expert usage.
180
181 Appendices
182
183 * Literature list::                Reference works about music notation.
184 * Scheme tutorial::                Programming inside LilyPond.
185 * Notation manual tables::         Tables and charts.
186 * Templates::                      Ready-made templates.
187 * Cheat sheet::                    Summary of LilyPond syntax.
188 * GNU Free Documentation License:: License of this document.
189 * LilyPond command index::
190 * LilyPond index::
191 @end menu
192 @end ifnottex
193
194 @contents
195
196
197 @include macros.itexi
198 @include preface.itely
199 @include introduction.itely
200 @include tutorial.itely
201 @include putting.itely
202 @include working.itely
203 @include tweaks.itely
204
205 @include basic-notation.itely
206 @include instrument-notation.itely
207 @include advanced-notation.itely
208 @include changing-defaults.itely
209 @include non-music.itely
210 @include spacing.itely
211 @include programming-interface.itely
212
213
214 @include literature.itely
215 @include scheme-tutorial.itely
216 @include notation-appendices.itely
217 @include templates.itely
218 @include cheatsheet.itely
219 @include fdl.itexi
220
221 @node LilyPond command index
222 @appendix LilyPond command index
223
224 @printindex ky
225
226 @node LilyPond index
227 @appendix LilyPond index
228
229 @printindex cp
230
231 @bye