]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/changes.tely
Doc-de: fixing linkage
[lilypond.git] / Documentation / changes.tely
1 \input texinfo @c -*- coding: utf-8; mode: texinfo; -*-
2 @setfilename lilypond-changes.info
3 @settitle LilyPond Changes
4
5 @include macros.itexi
6
7 @ifhtml
8 @macro inputfileref{DIR,NAME}
9 @uref{../../\DIR\/collated-files.html#\NAME\,@file{\DIR\/\NAME\}}@c
10 @end macro
11 @macro usermanref{NAME}
12 @inforef{\NAME\,,../user/lilypond/lilypond}@c
13 @end macro
14 @end ifhtml
15
16 @ifnothtml
17 @macro inputfileref{DIR,NAME}
18 @file{\DIR\/\NAME\}@c
19 @end macro
20 @macro usermanref{NAME}
21 See user manual, \NAME\
22 @end macro
23 @end ifnothtml
24
25 @macro textanchor{NAME}
26 @html
27 <a name="\NAME\"></a>
28 @end html
29 @end macro
30
31
32 @documentencoding utf-8
33 @documentlanguage en
34 @afourpaper
35
36 @finalout
37
38 @node Top
39 @top New features in 2.16 since 2.14
40
41 @allowcodebreaks false
42
43 @itemize
44
45 @ignore
46
47 HINTS
48
49 * add new items at the top
50
51 * only show verbatim input for syntax/input changes
52
53 * try to be as brief possible in those cases
54
55 * don't try to provide real-world examples, they often get too big,
56 which scares away people.
57
58 * Write complete sentences.
59
60 * only show user-visible changes.
61
62 @end ignore
63
64 @item
65 @code{\set \once} now correctly resets the property value to the previous value.
66 @lilypond[fragment,quote,relative=2]
67   \set fingeringOrientations = #'(left)
68   <e-1>4
69   \once \set fingeringOrientations = #'(right)
70   <e-1>
71   <e-1>-"left"
72 @end lilypond
73
74
75 @item
76 The alignment of dynamic spanners (hairpins, text crescendo, etc.) is now
77 automatically broken if a different direction is explicitly given.
78 @lilypond[fragment,quote,relative=2]
79 c4_\< c c^\> c c1_\p
80 @end lilypond
81
82
83 @item
84 Appoggiaturas and acciaccaturas now also work inside a slur, not only inside
85 a phrasing slur. Also, a function @code{\slashedGrace} was added that does
86 does not use a slur from the acciaccatura note.
87 @lilypond[fragment,relative=2]
88 c4( \appoggiatura e8 d4 \acciaccatura e8 d4 \slashedGrace e8 c4)
89 @end lilypond
90
91
92 @item
93 To suppress the line on a crescendo text spanner (and other similar spanners),
94 LilyPond now fully supports the @code{#'style = #'none} property.
95 @lilypond[fragment,quote,relative=2]
96 \override DynamicTextSpanner #'style = #'none
97 c4\cresc c c g, c'\p
98 @end lilypond
99
100 @item
101 LilyPond.app now supports MacOS X 10.7, thanks Christian Hitz!
102
103 @item
104 Glissandi can now span multiple lines.
105
106 @end itemize
107
108 @ifhtml
109 For older news, go to
110 @uref{http://lilypond.org/doc/v2.14/Documentation/changes/},
111 @uref{http://lilypond.org/doc/v2.12/Documentation/topdocs/NEWS.html},
112 or @uref{../,go back} to the Documentation index.
113
114
115 @end ifhtml
116
117 @bye