]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/user/lilypond.tely
Second round of reorg for the Learning manual.
[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 @dircategory GNU music project
9 @direntry
10 * LilyPond: (lilypond/lilypond).           The GNU music typesetter.
11 * abc2ly: (lilypond/lilypond)Invoking abc2ly.          Importing ABC.          
12 * convert-ly: (lilypond/lilypond)Invoking convert-ly.  Older LilyPond versions.
13 * etf2ly: (lilypond/lilypond)Invoking etf2ly.          Importing Finale.
14 * lilypond-book: (lilypond/lilypond)LilyPond-book.     Itegrating text and music.
15 * midi2ly: (lilypond/lilypond)Invoking midi2ly.        Importing MIDI.
16 * mup2ly: (lilypond/lilypond)Invoking mup2ly.          Importing Mup. 
17 @end direntry
18
19
20 @c don't remove this comment.
21 @ignore
22 @omfcreator Han-Wen Nienhuys, Jan Nieuwenhuizen and Graham Percival
23 @omfdescription User manual of the LilyPond music engraving system
24 @omftype user manual
25 @omfcategory Applications|Publishing
26 @omflanguage English
27 @end ignore
28
29
30 @ifhtml
31 This document is also available in @uref{source/Documentation/user/lilypond.pdf,PDF}.
32 @end ifhtml
33
34
35 @documentlanguage en
36 @documentencoding utf-8
37
38 @c FIXME: Index has two alphabetically sorted lists @code vs plain?
39 @syncodeindex fn cp
40 @syncodeindex ky cp
41 @syncodeindex pg cp
42 @syncodeindex tp cp
43 @syncodeindex vr cp
44
45
46 @finalout
47
48 @titlepage
49 @title LilyPond
50 @subtitle The music typesetter
51 @author The LilyPond development team
52
53
54
55 Copyright @copyright{} 1999--2006 by the authors
56
57   Permission is granted to copy, distribute and/or modify this document
58   under the terms of the GNU Free Documentation License, Version 1.1
59   or any later version published by the Free Software Foundation;
60   with no Invariant Sections.
61   A copy of the license is included in the section entitled ``GNU
62   Free Documentation License''.
63
64 @vskip 20pt
65
66 @lilypond[ragged-right]
67 \score {
68   \context Lyrics {
69     \override Score.RehearsalMark #'self-alignment-X = #LEFT
70     \override Score.RehearsalMark #'font-size = #-2 
71     \mark #(ly:export (string-append
72       "(For LilyPond version " (lilypond-version) ")"))
73     s2
74   }
75   \layout {
76     indent = 0.0\pt
77   }
78 }
79 @end lilypond
80
81 @end titlepage
82
83
84 @ifnottex
85 This file documents GNU LilyPond.
86
87 Copyright 1999--2006 by the authors
88
89   Permission is granted to copy, distribute and/or modify this document
90   under the terms of the GNU Free Documentation License, Version 1.1
91   or any later version published by the Free Software Foundation;
92   with no Invariant Sections.
93   A copy of the license is included in the section entitled ``GNU
94   Free Documentation License''.
95
96 @end ifnottex
97
98
99 @ifnottex
100 @node Top
101 @top GNU LilyPond --- The music typesetter
102 @c HJJ: Info needs `@top', which is a synonym for `@unnumbered' in TeX.
103
104 This is the user manual for GNU LilyPond 2.8.x series.
105 @ifhtml
106 (See the bottom of this page for the exact version number).
107 @end ifhtml
108
109 @cindex web site
110 @cindex URL
111
112 A further source of information is the website, which can be found at
113 @uref{http://@/www@/.lilypond@/.org/}.  The website contains on-line copies
114 of this and other documentation.
115
116 @include dedication.itely
117
118 @menu
119 Learning manual
120
121 * Preface::                        Preface.
122 * Introduction::                   What, Why, How.
123 * Tutorial::                       A tutorial introduction.
124 * Putting it all together:: Advanced tutorial?  FIXME title
125 * Working on LilyPond projects::   Demonstrates real-life LilyPond usage.
126 * Tweaking output:: Tutorial-style explanation of chapters 10 and 11. FIXME title
127
128 Notation reference
129
130 * Basic notation::                 Standard musical notation.
131 * Instrument-specific notation::   Notation that is only used for some
132                                    instruments.
133 * Advanced notation::              Less frequently used notation.
134 * Changing defaults::              Tuning output.
135 * Global issues::                  What LilyPond produces.
136 * Interfaces for programmers::
137
138 Technical details
139
140 * Running LilyPond::               Operation.
141 * LilyPond-book::                  Integrating text and music.
142 * Converting from other formats::  Converting to lilypond source format.
143
144 Appendices
145
146 * Literature list::
147 * Scheme tutorial::
148 * Notation manual details::
149 * Example templates::              Larger examples.
150 * Cheat sheet::     
151 * GNU Free Documentation License:: FDL.
152 * LilyPond index::
153 @end menu
154 @end ifnottex
155
156 @contents
157
158
159 @include macros.itexi
160 @include preface.itely
161 @include introduction.itely 
162 @include tutorial.itely
163 @include putting.itely
164 @include working.itely
165 @include tweaks.itely
166
167 @include basic-notation.itely
168 @include instrument-notation.itely
169 @include advanced-notation.itely
170 @include changing-defaults.itely
171 @include global.itely
172 @include programming-interface.itely
173
174 @include invoking.itely
175 @include lilypond-book.itely
176 @include converters.itely
177
178
179
180
181 @include literature.itely
182 @include scheme-tutorial.itely
183 @include notation-appendices.itely
184 @include examples.itely
185 @include cheatsheet.itely
186 @include fdl.itexi
187
188 @node LilyPond index
189 @appendix LilyPond index
190
191 @printindex cp
192
193 @bye