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