]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/learning.tely
Doc: adjust padding on title page.
[lilypond.git] / Documentation / learning.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-learning.info
9 @settitle GNU LilyPond Learning Manual
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 Learning Manual 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 provides an introduction to GNU LilyPond version
47 @version{}.  For more information about how this fits with the
48 other documentation, see
49 FIXME FIXME FIXME
50 @c @ref{About the documentation}.
51 @end cartouche
52 @end macro
53
54
55 @c TITLE PAGE
56 @ifnottex
57 @node Top
58 @top GNU LilyPond --- Learning Manual
59 @end ifnottex
60
61 @finalout
62
63 @titlepage
64 @title LilyPond
65 @subtitle The music typesetter
66 @titlefont{Learning Manual}
67 @author The LilyPond development team
68
69 @vskip 100pt
70
71 @introText{}
72
73 @vskip 0pt plus 1filll
74 @c @vskip 20pt
75
76 @insertcopying{}
77
78 For LilyPond version @version{}
79 @end titlepage
80
81
82 @c TOC -- non-tex
83
84 @ifnottex
85 @introText{}
86
87 @menu
88 * Introduction::                   Begin here.
89 * Common notation::                A tutorial introduction.
90 * Fundamental concepts::           Basic concepts required for reading the rest of this manual.
91 * Tweaking output::                Introduction to modifying output.
92
93 Appendices
94
95 * Templates::                      Ready-made templates.
96 * Scheme tutorial::                Programming inside LilyPond.
97 * GNU Free Documentation License:: License of this document.
98 * LilyPond index::
99 @end menu
100
101
102 @ifhtml
103 @ifclear bigpage
104 This document is also available as a
105 @uref{source/Documentation/learning.pdf,PDF} and as
106 @uref{source/Documentation/learning-big-page.html,one big page}.
107 @end ifclear
108 @ifset bigpage
109 This document is also available as a
110 @uref{source/Documentation/learning.pdf,PDF} and as
111 @uref{source/Documentation/learning/index.html,HTML indexed multiple pages}.
112 @end ifset
113 @end ifhtml
114
115 @end ifnottex
116
117
118 @c TOC - tex
119 @contents
120
121
122 @c INCLUDES
123
124 @include learning/introduction.itely
125 @include learning/common-notation.itely
126 @include learning/fundamental.itely
127 @include learning/tweaks.itely
128
129 @include learning/templates.itely
130 @include learning/scheme-tutorial.itely
131 @include fdl.itexi
132
133
134 @node LilyPond index
135 @appendix LilyPond index
136
137 @printindex cp
138
139 @bye