]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/es/changes.tely
Docs: reorganize documentation directory structure
[lilypond.git] / Documentation / es / changes.tely
1 \input texinfo @c -*- coding: utf-8; mode: texinfo; -*-
2 @ignore
3     Translation of GIT committish: 45945bd973aa9161b10e3f517902afb7ef4b4a56
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-changes.info
9
10 @ifhtml
11 @macro inputfileref{DIR,NAME}
12 @uref{../../\DIR\/collated-files.html#\NAME\,@file{\DIR\/\NAME\}}@c
13 @end macro
14 @macro usermanref{NAME}
15 @inforef{\NAME\,,../user/lilypond/lilypond}@c
16 @end macro
17 @end ifhtml
18
19 @ifnothtml
20 @macro inputfileref{DIR,NAME}
21 @file{\DIR\/\NAME\}@c
22 @end macro
23 @macro usermanref{NAME}
24 Véase el manual del usuario, \NAME\
25 @end macro
26 @end ifnothtml
27
28 @macro textanchor{NAME}
29 @html
30 <a name="\NAME\"></a>
31 @end html
32 @end macro
33
34
35 @documentencoding utf-8
36 @documentlanguage es
37 @c Translators: Francisco Vila
38
39 @finalout
40
41 @node Top
42 @top New features in 2.13 since 2.12
43
44 @ifhtml
45 Este documento está disponible también en formato @uref{NEWS.es.pdf,PDF}. Forma parte de
46 la @uref{../,Documentación de LilyPond}.
47 @end ifhtml
48
49
50
51
52 @itemize @bullet
53
54 @ignore
55
56 HINTS
57
58 * only show verbatim input for syntax/input changes
59
60 * try to be as brief possible in those cases
61
62 * don't try to provide real-world examples, they often get too big,
63 which scares away people.
64
65 * Write complete sentences.
66
67 * only show user-visible changes.
68
69 @end ignore
70
71 @item Los archivos .ps intermedios que LilyPond crea
72 durante la compilación, ahora se borran de forma predeterminada.  Para
73 conservarlos, escriba la línea
74 @example
75 #(ly:set-option 'delete-intermediate-files #f)
76 @end example
77 en el archivo de entrada.
78
79 @item Las ligaduras de unión, de expresión  y de fraseo,
80 discontinuas y punteadas, pueden ahora tener un grosor variable,
81 y están disponibles ligaduras parcialmente discontinuas:
82 @lilypond[quote]
83 \relative c'' {
84   \slurDashed
85     c4( d e f) |
86   \slurDotted
87     g4( f e d) |
88   \slurHalfDashed
89     c4( d e f)
90 }
91 @end lilypond
92
93
94 @item Se ha añadido una marca en forma de gafas, indicando con vehemencia que se mire al director:
95 @lilypond[quote]
96 \relative c'' {
97   \mark \markup {\eyeglasses}
98   c4_\markup{\eyeglasses}
99 }
100 @end lilypond
101
102 @item
103 Se ha añadido una articulación de pizzicato pellizcado (conocido
104 también como snap o pizzicato de Bartok):
105 @lilypond[quote]
106 \relative c'' {
107   c\snappizzicato
108 }
109 @end lilypond
110
111 @item
112 Ahora están disponibles unas nuevas funciones de formateo de números
113 para imprimir otras fracciones y añadir figuras a los números o
114 fracciones de un grupo especial:
115 @lilypond[quote]
116 \relative c'' {
117   \once \override TupletNumber #'text = #(tuplet-number::non-default-tuplet-denominator-text 7)
118   \times 2/3  { c4. c4. c4. c4. } % begin verbatim
119
120   \once \override TupletNumber #'text = #(tuplet-number::non-default-tuplet-fraction-text 12 7)
121   \times 2/3  { c4. c4. c4. c4. }
122   \once \override TupletNumber #'text = #(tuplet-number::append-note-wrapper (tuplet-number::non-default-tuplet-fraction-text 12 7) "8")
123   \times 2/3  { c4. c4. c4. c4. }
124
125   \once \override TupletNumber #'text = #(tuplet-number::append-note-wrapper tuplet-number::calc-denominator-text "4")
126   \times 2/3  { c8 c8 c8 c8 c8 c8 }
127   \once \override TupletNumber #'text = #(tuplet-number::append-note-wrapper tuplet-number::calc-fraction-text "4")
128   \times 2/3  { c8 c8 c8 c8 c8 c8 }
129
130   \once \override TupletNumber #'text = #(tuplet-number::fraction-with-notes "4." "8")
131   \times 2/3  { c4. c4. c4. c4. }
132   \once \override TupletNumber #'text = #(tuplet-number::non-default-fraction-with-notes 12 "8" 4 "4")
133   \times 2/3  { c4. c4. c4. c4. }
134 }
135 @end lilypond
136
137 @item
138 Los diagramas de posiciones ahora tienen una propiedad chordChanges
139 para evitar que se impriman de nuevo los objetos FretBoard repetidos.
140
141 @end itemize
142
143
144
145 @ifhtml
146 Para ver noticias más antiguas, diríjase a
147 @uref{http://lilypond.org/doc/v2.12/Documentation/topdocs/NEWS.es.html},
148 @uref{http://lilypond.org/doc/v2.10/Documentation/topdocs/NEWS.html},
149 o @uref{../,vuelva} al índice de la documentación.
150
151
152 @end ifhtml
153
154 @bye