]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/es/topdocs/NEWS.tely
lilypond-book robustness: ensure EOL at the end of @verbatim
[lilypond.git] / Documentation / es / topdocs / NEWS.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 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 @item Los archivos .ps intermedios que LilyPond crea
73 durante la compilación, ahora se borran de forma predeterminada.  Para
74 conservarlos, escriba la línea
75 @example
76 #(ly:set-option 'delete-intermediate-files #f)
77 @end example
78 en el archivo de entrada.
79
80 @item Las ligaduras de unión, de expresión  y de fraseo,
81 discontinuas y punteadas, pueden ahora tener un grosor variable,
82 y están disponibles ligaduras parcialmente discontinuas:
83 @lilypond[quote]
84 \relative c'' {
85   \slurDashed
86     c4( d e f) |
87   \slurDotted
88     g4( f e d) |
89   \slurHalfDashed
90     c4( d e f)
91 }
92 @end lilypond
93
94
95 @item Se ha añadido una marca en forma de gafas, indicando con vehemencia que se mire al director:
96 @lilypond[quote]
97 \relative c'' {
98   \mark \markup {\eyeglasses}
99   c4_\markup{\eyeglasses}
100 }
101 @end lilypond
102
103 @item
104 Se ha añadido una articulación de pizzicato pellizcado (conocido
105 también como snap o pizzicato de Bartok):
106 @lilypond[quote]
107 \relative c'' {
108   c\snappizzicato
109 }
110 @end lilypond
111
112 @item
113 Ahora están disponibles unas nuevas funciones de formateo de números
114 para imprimir otras fracciones y añadir figuras a los números o
115 fracciones de un grupo especial:
116 @lilypond[quote]
117 \relative c'' {
118   \once \override TupletNumber #'text = #(tuplet-number::non-default-tuplet-denominator-text 7)
119   \times 2/3  { c4. c4. c4. c4. } % begin verbatim
120
121   \once \override TupletNumber #'text = #(tuplet-number::non-default-tuplet-fraction-text 12 7)
122   \times 2/3  { c4. c4. c4. c4. }
123   \once \override TupletNumber #'text = #(tuplet-number::append-note-wrapper (tuplet-number::non-default-tuplet-fraction-text 12 7) "8")
124   \times 2/3  { c4. c4. c4. c4. }
125
126   \once \override TupletNumber #'text = #(tuplet-number::append-note-wrapper tuplet-number::calc-denominator-text "4")
127   \times 2/3  { c8 c8 c8 c8 c8 c8 }
128   \once \override TupletNumber #'text = #(tuplet-number::append-note-wrapper tuplet-number::calc-fraction-text "4")
129   \times 2/3  { c8 c8 c8 c8 c8 c8 }
130
131   \once \override TupletNumber #'text = #(tuplet-number::fraction-with-notes "4." "8")
132   \times 2/3  { c4. c4. c4. c4. }
133   \once \override TupletNumber #'text = #(tuplet-number::non-default-fraction-with-notes 12 "8" 4 "4")
134   \times 2/3  { c4. c4. c4. c4. }
135 }
136 @end lilypond
137
138 @item
139 Los diagramas de posiciones ahora tienen una propiedad chordChanges
140 para evitar que se impriman de nuevo los objetos FretBoard repetidos.
141
142 @end itemize
143
144
145
146 @ifhtml
147 Para ver noticias más antiguas, diríjase a
148 @uref{http://lilypond.org/doc/v2.12/Documentation/topdocs/NEWS.es.html},
149 @uref{http://lilypond.org/doc/v2.10/Documentation/topdocs/NEWS.html},
150 o @uref{../,vuelva} al índice de la documentación.
151
152
153 @end ifhtml
154
155 @bye