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