]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/es/user/lilypond-program.tely
Dist documentation text file too.
[lilypond.git] / Documentation / es / user / lilypond-program.tely
1 \input texinfo @c -*- coding: utf-8; mode: texinfo; -*-
2 @ignore
3     Translation of GIT committish: 9919203607214decd1775e05a36ecf8261e4a5a6
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 Este documento está disponible también en formato
35 @uref{source/Documentation/user/lilypond-program.pdf,PDF} y como
36 @uref{source/Documentation/user/lilypond-program-big-page.html,una sola página}.
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 El tipografiador de música
50 @titlefont{Utilización del programa}
51 @author El equipo de desarrollo de LilyPond
52
53
54 Copyright @copyright{} 1999--2007 por los autores
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 por los autores
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 Este archivo es la documentación de la utilización del programa GNU LilyPond.
99
100 Copyright 1999--2007 por los autores
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 El presente documento es el manual de utilización del programa GNU LilyPond, serie 2.11.x.
118 @ifhtml
119 (Consulte el final de la presente página para ver el número exacto de la versión).
120 @end ifhtml
121
122 @cindex web site
123 @cindex URL
124
125 Se puede ampliar información en
126 @uref{http://@/www@/.lilypond@/.org/}.  La página web incluye copias en línea
127 de esta documentación y otras.
128
129 @menu
130 * Install::                        Cómo instalarlo o compilarlo.
131 * Setup::                          Utilizar LilyPond con notros programas.
132 * Running LilyPond::               Funcionamiento.
133 * LilyPond-book::                  Integrar texto y música.
134 * Converting from other formats::  Convertir al formato del código de entrada de lilypond.
135
136 Apéndices
137
138 * GNU Free Documentation License:: Licencia de este documento.
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
162