]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/user/lilypond-program.tely
Split user manual by creating "program-usage" manual
[lilypond.git] / Documentation / user / lilypond-program.tely
1 \input texinfo @c -*- coding: utf-8; mode: texinfo; -*-
2 @ignore
3     Translation of GIT committish: FILL-IN-HEAD-COMMITTISH
4
5     When revising a translation, copy the HEAD committish of the
6     version that you are working on.  See TRANSLATION for details.
7 @end ignore
8 @setfilename lilypond-program.info
9 @settitle GNU LilyPond program usage
10
11 @iftex
12 @afourpaper
13 @c don't replace quotes with directed quotes
14 @tex
15 \gdef\SETtxicodequoteundirected{Foo}
16 \gdef\SETtxicodequotebacktick{Bla}
17 @end tex
18 @end iftex
19
20
21 @c don't remove this comment.
22 @ignore
23 @omfcreator Han-Wen Nienhuys, Jan Nieuwenhuizen and Graham Percival
24 @omfdescription User manual of the LilyPond music engraving system
25 @omftype program usage
26 @omfcategory Applications|Publishing
27 @omflanguage English
28 @end ignore
29
30
31 @ifhtml
32 This document is also available as a
33 @uref{source/Documentation/user/lilypond-program.pdf,PDF} and as
34 @uref{source/Documentation/user/lilypond-program-big-page.html,one big page}.
35 @end ifhtml
36
37
38 @c  This produces the unified index
39 @syncodeindex fn cp
40 @syncodeindex vr cp
41
42 @documentlanguage en
43 @documentencoding utf-8
44
45
46 @finalout
47
48 @titlepage
49 @title LilyPond
50 @subtitle The music typesetter
51 @titlefont{Program usage}
52 @author The LilyPond development team
53
54
55 Copyright @copyright{} 1999--2006 by the authors
56
57 @quotation
58 Permission is granted to copy, distribute and/or modify this document
59 under the terms of the GNU Free Documentation License, Version 1.1
60 or any later version published by the Free Software Foundation;
61 with no Invariant Sections.
62 A copy of the license is included in the section entitled ``GNU
63 Free Documentation License''.
64 @end quotation
65
66 @vskip 20pt
67
68 @lilypond[ragged-right]
69 \score {
70   \context Lyrics {
71     \override Score.RehearsalMark #'self-alignment-X = #LEFT
72     \override Score.RehearsalMark #'font-size = #-2
73     \mark #(ly:export (string-append
74       "(For LilyPond version " (lilypond-version) ")"))
75     s2
76   }
77   \layout {
78     indent = 0.0\pt
79   }
80 }
81 @end lilypond
82
83 @end titlepage
84
85 @copying
86 Copyright @copyright{} 1999--2006 by the authors
87
88 @quotation
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 @end quotation
96 @end copying
97
98 @ifnottex
99 This file documents GNU LilyPond program usage.
100
101 Copyright 1999--2006 by the authors
102
103 @quotation
104 Permission is granted to copy, distribute and/or modify this document
105 under the terms of the GNU Free Documentation License, Version 1.1
106 or any later version published by the Free Software Foundation;
107 with no Invariant Sections.
108 A copy of the license is included in the section entitled ``GNU
109 Free Documentation License''.
110 @end quotation
111 @end ifnottex
112
113 @ifnottex
114 @node Top
115 @top GNU LilyPond --- program usage
116 @c HJJ: Info needs `@top', which is a synonym for `@unnumbered' in TeX.
117
118 This is the program usage manual for GNU LilyPond 2.11.x series.
119 @ifhtml
120 (See the bottom of this page for the exact version number).
121 @end ifhtml
122
123 @cindex web site
124 @cindex URL
125
126 More information can be found at
127 @uref{http://@/www@/.lilypond@/.org/}.  The website contains on-line copies
128 of this and other documentation.
129
130 @menu
131 * Install::                        How to install or compile.
132 * Running LilyPond::               Operation.
133 * LilyPond-book::                  Integrating text and music.
134 * Converting from other formats::  Converting to lilypond source format.
135
136 Appendices
137
138 * GNU Free Documentation License:: License of this document.
139 * LilyPond command index::
140 * LilyPond index::
141 @end menu
142 @end ifnottex
143
144 @contents
145
146
147 @include macros.itexi
148
149 @include install.itexi
150 @include running.itely
151 @include lilypond-book.itely
152 @include converters.itely
153
154 @include fdl.itexi
155
156 @node LilyPond command index
157 @appendix LilyPond command index
158
159 @printindex ky
160
161 @node LilyPond index
162 @appendix LilyPond index
163
164 @printindex cp
165
166 @bye