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