]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/user/lilypond.tely
* lily/completion-note-heads-engraver.cc: rewrite engraver:
[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
9
10 @ignore
11 Distributions will want to install lilypond.info doing:
12
13     ./install-info --info-dir=/usr/share/info out/lilypond.info
14     
15 @end ignore
16 @dircategory GNU music project
17 @direntry
18 @c    ;; prepend GNU for dir, must be unique
19 * GNU LilyPond: (lilypond).                    The GNU music typesetter.
20 * lilypond: (lilypond)Invoking lilypond::      Titling LilyPond scores.
21 * Glossary: (music-glossary).                  Glossary of music terms.
22 * convert-ly: (lilypond)Invoking convert-ly::  Older LilyPond versions.
23 * midi2ly: (lilypond)Invoking midi2ly::        Importing MIDI.
24 * etf2ly: (lilypond)Invoking etf2ly::          Importing Finale.
25 * abc2ly: (lilypond)Invoking abc2ly::          Importing ABC.          
26 * pmx2ly: (lilypond)Invoking pmx2ly::          Importing PMX.
27 * musedata2ly: (lilypond)Invoking musedata2ly::
28                                                Importing Musedata.
29 * mup2ly: (lilypond)Invoking mup2ly::          Importing MUP. 
30 @end direntry
31
32
33 @ignore
34 @omfcreator Han-Wen Nienhuys and Jan Nieuwenhuizen
35 @omfdescription User manual  of the LilyPond music engraving system
36 @omftype user manual
37 @omfcategory Applications|Publishing
38 @omflanguage English
39 @end ignore
40
41 @c don't remove this comment.
42
43 @ignore
44
45 HINTS FOR STYLE
46
47 * don't refer to LilyPond in the text. The reader knows what the
48 manual is about
49
50 * if you do, capitalization is LilyPond.
51
52
53 * don't explicitly refer to the reader/user.  There is no one else
54 besides the reader and the writer.
55
56 * don't use abbreviations (don't, won't, etc.)
57
58 * avoid fluff (``Notice that,'' ``as you can see,'' ``Currently,'') 
59
60 * avoid long stretches of input code. Noone is go to read  them in
61 print. Instead refer to an example input file (@inputfileref), these
62 are clickable in HTML.
63
64 * abbrevs in caps, e.g. HTML, DVI, MIDI, etc.
65
66 @end ignore
67
68 @ifhtml
69 This document is also available in @uref{../lilypond.ps.gz,gzipped
70 PostScript} and @uref{../lilypond.pdf,PDF}.
71 @end ifhtml
72
73
74 @titlepage
75 @title GNU LilyPond
76 @subtitle The music typesetter
77 @author Han-Wen Nienhuys
78 @author Jan Nieuwenhuizen
79 @author J@"{u}rgen Reuter
80 @author Rune Zedeler
81
82
83
84 Copyright @copyright{} 1999--2003 by the authors
85
86   Permission is granted to copy, distribute and/or modify this document
87   under the terms of the GNU Free Documentation License, Version 1.1
88   or any later version published by the Free Software Foundation;
89   with no Invariant Sections.
90   A copy of the license is included in the section entitled ``GNU
91   Free Documentation License''.
92
93 @vskip 20pt
94
95   
96 @lilypond[singleline]
97 \score { \context Lyrics \notes {
98     \property Score.RehearsalMark \set #'self-alignment-X = #LEFT
99
100 \mark #(ly:export    (string-append "(For LilyPond version "
101 (lilypond-version) ")"))
102 s2
103  }
104  \paper { 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--2003 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 1.8.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 @mbinclude 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 * Index::                          Unified index.
157 * Reference manual details::
158 * Cheat sheet::     
159 * GNU Free Documentation License:: FDL.
160 @end menu
161 @end ifnottex
162
163
164 @contents
165
166 @mbinclude macros.itexi
167 @mbinclude preface.itely
168 @mbinclude introduction.itely 
169 @mbinclude tutorial.itely
170 @mbinclude refman.itely
171 @mbinclude literature.itely
172 @mbinclude internals.itely
173 @mbinclude invoking.itexi
174 @mbinclude lilypond-book.itely
175 @mbinclude converters.itely
176
177
178 @c FIXME: Index has two alphabetically sorted lists @code vs plain?
179 @node Index
180 @unnumbered Index
181
182 @printindex cp
183
184 @mbinclude appendices.itely
185 @mbinclude cheatsheet.itely
186 @mbinclude fdl.itexi
187
188 @bye