]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/user/lilypond.tely
72dd729650de2a4992eb0c2864105b31588e6a76
[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 as a @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 More information 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::        More explanation about LilyPond concepts.
125 * Working on LilyPond projects::   Discusses real-life usage.
126 * Tweaking output::                Introduction to modifying output.
127
128 Notation Reference
129
130 * Basic notation::                 Standard musical notation.
131 * Instrument-specific notation::   Specialized notation.
132 * Advanced notation::              Less frequently used notation.
133 * Changing defaults::              Tuning output.
134 * Global issues::                  What LilyPond produces.
135 * Interfaces for programmers::     Expert usage.
136
137 Technical Details
138
139 * Running LilyPond::               Operation.
140 * LilyPond-book::                  Integrating text and music.
141 * Converting from other formats::  Converting to lilypond source format.
142
143 Appendices
144
145 * Literature list::                Reference works about music notation.
146 * Scheme tutorial::                Programming inside LilyPond.
147 * Notation manual tables::         Tables and charts.
148 * Example templates::              Ready-made templates.
149 * Cheat sheet::                    Summary of LilyPond syntax.
150 * GNU Free Documentation License:: License of this document.
151 * LilyPond index::
152 @end menu
153 @end ifnottex
154
155 @contents
156
157
158 @include macros.itexi
159 @include preface.itely
160 @include introduction.itely 
161 @include tutorial.itely
162 @include putting.itely
163 @include working.itely
164 @include tweaks.itely
165
166 @include basic-notation.itely
167 @include instrument-notation.itely
168 @include advanced-notation.itely
169 @include changing-defaults.itely
170 @include global.itely
171 @include programming-interface.itely
172
173 @include invoking.itely
174 @include lilypond-book.itely
175 @include converters.itely
176
177
178
179
180 @include literature.itely
181 @include scheme-tutorial.itely
182 @include notation-appendices.itely
183 @include examples.itely
184 @include cheatsheet.itely
185 @include fdl.itexi
186
187 @node LilyPond index
188 @appendix LilyPond index
189
190 @printindex cp
191
192 @bye