]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/user/lilypond.tely
cba83e59181978f860779dddae2276ba098cac64
[lilypond.git] / Documentation / user / lilypond.tely
1 \input texinfo @c -*-texinfo-*-
2 @setfilename lilypond.info
3 @settitle GNU LilyPond
4 @iftex
5 @afourpaper
6 @end iftex
7
8 @ignore
9 Distributions will want to install lilypond.info doing:
10
11     ./install-info --info-dir=/usr/share/info out/lilypond.info
12     
13 @end ignore
14 @dircategory GNU music project
15 @direntry
16 @c    ;; prepend GNU for dir, must be unique
17 * GNU LilyPond: (lilypond).                    The GNU music typesetter.
18 * lilypond: (lilypond)Invoking lilypond::      Titling LilyPond scores.
19 * Glossary: (music-glossary).                  Glossary of music terms.
20 * convert-ly: (lilypond)Invoking convert-ly::  Older LilyPond versions.
21 * midi2ly: (lilypond)Invoking midi2ly::        Importing MIDI.
22 * etf2ly: (lilypond)Invoking etf2ly::          Importing Finale.
23 * abc2ly: (lilypond)Invoking abc2ly::          Importing ABC.          
24 * pmx2ly: (lilypond)Invoking pmx2ly::          Importing PMX.
25 * musedata2ly: (lilypond)Invoking musedata2ly::
26                                                Importing Musedata.
27 * mup2ly: (lilypond)Invoking mup2ly::          Importing MUP. 
28 @end direntry
29
30
31 @ignore
32 @omfcreator Han-Wen Nienhuys and Jan Nieuwenhuizen
33 @omfdescription User manual  of the LilyPond music engraving system
34 @omftype user manual
35 @omfcategory Applications|Publishing
36 @omflanguage English
37 @end ignore
38
39 @c don't remove this comment.
40
41 @ignore
42
43 HINTS FOR STYLE
44
45 * don't refer to LilyPond in the text. The reader knows what the
46 manual is about
47
48 * if you do, capitalization is LilyPond.
49
50
51 * don't explicitly refer to the reader/user.  There is no one else
52 besides the reader and the writer.
53
54 * don't use abbreviations (don't, won't, etc.)
55
56 * avoid fluff (``Notice that,'' ``as you can see,'' ``Currently,'') 
57
58 * avoid long stretches of input code. Noone is go to read  them in
59 print. Instead refer to an example input file (@inputfileref), these
60 are clickable in HTML.
61
62 * abbrevs in caps, e.g. HTML, DVI, MIDI, etc.
63
64 @end ignore
65
66 @ifhtml
67 This document is also available in @uref{../lilypond.ps.gz,gzipped
68 PostScript} and @uref{../lilypond.pdf,PDF}.
69 @end ifhtml
70
71
72 @titlepage
73 @title GNU LilyPond
74 @subtitle The music typesetter
75 @author Han-Wen Nienhuys
76 @author Jan Nieuwenhuizen
77 @author J@"{u}rgen Reuter
78 @author Rune Zedeler
79
80
81
82 Copyright @copyright{} 1999--2004 by the authors
83
84   Permission is granted to copy, distribute and/or modify this document
85   under the terms of the GNU Free Documentation License, Version 1.1
86   or any later version published by the Free Software Foundation;
87   with no Invariant Sections.
88   A copy of the license is included in the section entitled ``GNU
89   Free Documentation License''.
90
91 @vskip 20pt
92
93   
94 @lilypond[raggedright]
95 \score {
96     \context Lyrics \notes {
97         \property Score.RehearsalMark \set #'self-alignment-X = #LEFT
98         \mark #(ly:export (string-append
99              "(For LilyPond version " (lilypond-version) ")"))
100         s2
101      }
102      \paper {
103          indent = 0.0\pt
104          raggedright = ##t
105      }
106 }
107 @end lilypond
108   
109
110 @end titlepage
111
112
113 @ifnottex
114 This file documents GNU LilyPond.
115
116 Copyright 1999--2004 by the authors
117
118   Permission is granted to copy, distribute and/or modify this document
119   under the terms of the GNU Free Documentation License, Version 1.1
120   or any later version published by the Free Software Foundation;
121   with no Invariant Sections.
122   A copy of the license is included in the section entitled ``GNU
123   Free Documentation License''.
124
125 @end ifnottex
126
127
128 @ifnottex
129 @node Top
130 @top
131
132 @chapter GNU LilyPond --- The music typesetter
133
134 This is the user manual for GNU LilyPond 2.1.0.
135
136 @cindex web site
137
138 A further source of information is the website, which can be found at
139 @uref{http://www.lilypond.org/}.  The website contains on-line copies of
140 this and other documentation.
141
142 @include dedication.itely
143
144 @menu
145 * Preface::                        Preface.
146 * Introduction::                   What, Why, How.
147 * Tutorial::                       A tutorial introduction.
148 * Notation manual::                All notation supported, and how to
149                                    produce it.
150 * Literature list::                Books about notation and engraving.
151 * Technical manual::               How it all works.
152 * Invoking LilyPond::              Operation.
153 * Converting from other formats::  Converting to lilypond source format.
154 * lilypond-book manual::           Integrating text and music with lilypond-book.
155 * Unified index::                  
156 * Reference manual details::
157 * Cheat sheet::     
158 * GNU Free Documentation License:: FDL.
159 @end menu
160 @end ifnottex
161
162 @contents
163
164
165 @include macros.itexi
166 @include preface.itely
167 @include introduction.itely 
168 @include tutorial.itely
169 @include refman.itely
170 @include literature.itely
171 @include internals.itely
172 @include invoking.itexi
173 @include lilypond-book.itely
174 @include converters.itely
175
176
177 @c FIXME: Index has two alphabetically sorted lists @code vs plain?
178 @node Unified index
179 @unnumbered Unified index
180
181 @printindex cp
182
183 @include appendices.itely
184 @include cheatsheet.itely
185 @include fdl.itexi
186
187 @bye