]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/application.tely
Merge branch 'lilypond/translation' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / Documentation / application.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-application.info
9 @settitle GNU LilyPond Application usage
10 @documentencoding UTF-8
11 @documentlanguage en
12
13 @include macros.itexi
14 @c  This produces the unified index
15 @syncodeindex fn cp
16 @syncodeindex vr cp
17
18 @afourpaper
19
20 @c don't remove this comment.
21 @ignore
22 @omfcreator Han-Wen Nienhuys, Jan Nieuwenhuizen and Graham Percival
23 @omfdescription Application Usage of the LilyPond music engraving system
24 @omftype program usage
25 @omfcategory Applications|Publishing
26 @omflanguage English
27 @end ignore
28
29
30 @copying
31 Copyright @copyright{} 1999, 2000, 2001, 2002, 2003, 2004, 2005,
32 2006, 2007, 2008, 2009 by the authors.
33
34 @quotation
35 Permission is granted to copy, distribute and/or modify this document
36 under the terms of the GNU Free Documentation License, Version 1.1
37 or any later version published by the Free Software Foundation;
38 with no Invariant Sections.
39 A copy of the license is included in the section entitled ``GNU
40 Free Documentation License''.
41 @end quotation
42 @end copying
43
44 @macro introText
45 @cartouche
46 This file explains how to execute the programs distributed with
47 GNU LilyPond version @version{}.  In addition, it suggests some
48 @qq{best practices} for efficient usage.
49
50 For more information about how this fits with the other
51 documentation, or to read this manual in other formats, see
52 @rgeneral{Manuals}.
53 @end cartouche
54 @end macro
55
56
57 @c TITLE PAGE
58 @ifnottex
59 @node Top
60 @top GNU LilyPond --- Learning Manual
61 @end ifnottex
62
63 @finalout
64
65 @titlepage
66 @title LilyPond
67 @subtitle The music typesetter
68 @titlefont{Learning Manual}
69 @author The LilyPond development team
70
71 @vskip 100pt
72
73 @introText{}
74
75 @vskip 0pt plus 1filll
76 @c @vskip 20pt
77
78 @insertcopying{}
79
80 For LilyPond version @version{}
81 @end titlepage
82
83
84 @c TOC -- non-tex
85
86 @ifnottex
87 @introText{}
88
89 @c * Install::                        How to install or compile.
90 @c * Setup::                          Using LilyPond with other programs.
91
92 @c  maybe add a "Tasks" or "Specific tasks" or something like
93 @c  that, after Suggestions  -gp
94 @menu
95 * Running lilypond::               Operation.
96 * Updating files with convert-ly:: Updating input files.
97 * lilypond-book::                  Integrating text and music.
98 * Converting from other formats::  Converting to lilypond source format.
99 * Working on LilyPond projects::   Working on non-working files.
100 * Suggestions for writing files::  Best practices
101
102 Appendices
103
104 * GNU Free Documentation License:: License of this document.
105 * LilyPond index::
106 @end menu
107 @end ifnottex
108
109 @contents
110
111
112 @c @include application/install.itely
113 @c @include application/setup.itely
114 @include application/running.itely
115 @include application/updating.itely
116 @include application/lilypond-book.itely
117 @include application/converters.itely
118 @include application/working.itely
119 @include application/suggestions.itely
120
121 @include fdl.itexi
122
123 @node LilyPond index
124 @appendix LilyPond index
125
126 @printindex cp
127
128 @bye