]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/user/lilypond.tely
dc8a5298337e7680cbb3085a36d011719214fe2c
[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.     Integrating text and music.
50 * midi2ly: (lilypond/lilypond-program)Invoking midi2ly.        Importing MIDI.
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 User manual of the LilyPond music engraving system
57 @omftype user manual
58 @omfcategory Applications|Publishing
59 @omflanguage English
60 @end ignore
61
62
63 @ifhtml
64 This document is also available as a
65 @uref{source/Documentation/user/lilypond.pdf,PDF} and as
66 @uref{source/Documentation/user/lilypond-big-page.html,one big page}.
67 @end ifhtml
68
69
70 @c  This produces the unified index
71 @syncodeindex fn cp
72 @syncodeindex vr cp
73
74
75 @finalout
76
77 @titlepage
78 @title LilyPond
79 @subtitle The music typesetter
80 @titlefont{User manual}
81 @author The LilyPond development team
82
83 Copyright @copyright{} 1999--2007 by the authors
84
85 @quotation
86 Permission is granted to copy, distribute and/or modify this document
87 under the terms of the GNU Free Documentation License, Version 1.1
88 or any later version published by the Free Software Foundation;
89 with no Invariant Sections.
90 A copy of the license is included in the section entitled ``GNU
91 Free Documentation License''.
92 @end quotation
93
94 @vskip 20pt
95
96 @lilypond[ragged-right]
97 \score {
98   \context Lyrics {
99     \override Score.RehearsalMark #'self-alignment-X = #LEFT
100     \override Score.RehearsalMark #'font-size = #-2
101     \mark #(ly:export (string-append
102       "(For LilyPond version " (lilypond-version) ")"))
103     s2
104   }
105   \layout {
106     indent = 0.0\pt
107   }
108 }
109 @end lilypond
110
111 @end titlepage
112
113 @copying
114 Copyright @copyright{} 1999--2007 by the authors
115
116 @quotation
117 Permission is granted to copy, distribute and/or modify this document
118 under the terms of the GNU Free Documentation License, Version 1.1
119 or any later version published by the Free Software Foundation;
120 with no Invariant Sections.
121 A copy of the license is included in the section entitled ``GNU
122 Free Documentation License''.
123 @end quotation
124 @end copying
125
126 @ifnottex
127 This file documents GNU LilyPond.
128
129 Copyright 1999--2007 by the authors
130
131 @quotation
132 Permission is granted to copy, distribute and/or modify this document
133 under the terms of the GNU Free Documentation License, Version 1.1
134 or any later version published by the Free Software Foundation;
135 with no Invariant Sections.
136 A copy of the license is included in the section entitled ``GNU
137 Free Documentation License''.
138 @end quotation
139 @end ifnottex
140
141 @ifnottex
142 @node Top
143 @top GNU LilyPond --- The music typesetter
144 @c HJJ: Info needs `@top', which is a synonym for `@unnumbered' in TeX.
145
146 This is the user manual for GNU LilyPond 2.11.x series.
147 @ifhtml
148 (See the bottom of this page for the exact version number).
149 @end ifhtml
150
151 @cindex web site
152 @cindex URL
153
154 More information can be found at
155 @uref{http://@/www@/.lilypond@/.org/}.  The website contains on-line copies
156 of this and other documentation.
157
158 @include dedication.itely
159
160 @menu
161 * Musical notation::               Musical notation.
162 * Specialist notation::            Notation which is only used for
163     specific purposes.
164 * Input syntax::                   General information about
165     lilypond input files.
166 * Non-musical notation::           Output that is not musical notation.
167 * Spacing issues::                 Display of output on paper.
168 * Changing defaults::              Tuning output.
169 * Interfaces for programmers::     Expert usage.
170
171 Appendices
172
173 * Literature list::                Reference works about music notation.
174 * Notation manual tables::         Tables and charts.
175 * Cheat sheet::                    Summary of LilyPond syntax.
176 * GNU Free Documentation License:: License of this document.
177 * LilyPond command index::
178 * LilyPond index::
179 @end menu
180 @end ifnottex
181
182 @contents
183
184
185 @include macros.itexi
186
187 @include notation.itely
188 @include specialist.itely
189
190 @include input.itely
191 @include non-music.itely
192 @include spacing.itely
193
194 @include changing-defaults.itely
195 @include programming-interface.itely
196
197
198 @include literature.itely
199 @include notation-appendices.itely
200 @include cheatsheet.itely
201 @include fdl.itexi
202
203 @node LilyPond command index
204 @appendix LilyPond command index
205
206 @printindex ky
207
208 @node LilyPond index
209 @appendix LilyPond index
210
211 @printindex cp
212
213 @bye