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