]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/es/user/lilypond-program.tely
Merge branch 'master' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond
[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 @c Translators: Francisco Vila
33
34 @ifhtml
35 Este documento está disponible también en formato
36 @uref{source/Documentation/user/lilypond-program.pdf,PDF} y como
37 @uref{source/Documentation/user/lilypond-program-big-page.html,una sola página}.
38 @end ifhtml
39
40
41 @c  This produces the unified index
42 @syncodeindex fn cp
43 @syncodeindex vr cp
44
45
46 @finalout
47
48 @titlepage
49 @title LilyPond
50 @subtitle El tipografiador de música
51 @titlefont{Utilización del programa}
52 @author El equipo de desarrollo de LilyPond
53
54
55 Copyright @copyright{} 1999--2007 por los autores
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--2007 por los autores
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 Este archivo es la documentación de la utilización del programa GNU LilyPond.
100
101 Copyright 1999--2007 por los autores
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 El presente documento es el manual de utilización del programa GNU LilyPond, serie 2.11.x.
119 @ifhtml
120 (Consulte el final de la presente página para ver el número exacto de la versión).
121 @end ifhtml
122
123 @cindex web site
124 @cindex URL
125
126 Se puede ampliar información en
127 @uref{http://@/www@/.lilypond@/.org/}.  La página web incluye copias en línea
128 de esta documentación y otras.
129
130 @menu
131 * Install::                        Cómo instalarlo o compilarlo.
132 * Setup::                          Utilizar LilyPond con notros programas.
133 * Running LilyPond::               Funcionamiento.
134 * LilyPond-book::                  Integrar texto y música.
135 * Converting from other formats::  Convertir al formato del código de entrada de lilypond.
136
137 Apéndices
138
139 * GNU Free Documentation License:: Licencia de este documento.
140 * LilyPond index::
141 @end menu
142 @end ifnottex
143
144 @contents
145
146
147 @include macros.itexi
148
149 @include install.itely
150 @include setup.itely
151 @include running.itely
152 @include lilypond-book.itely
153 @include converters.itely
154
155 @include fdl.itexi
156
157 @node LilyPond index
158 @appendix LilyPond index
159
160 @printindex cp
161
162 @bye
163