]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/changes.tely
Merge branch 'translation'
[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.20 since 2.18
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 The PostScript functionality of stroke adjustment is no longer
66 applied automatically but left to the discretion of the PostScript
67 device (by default, Ghostscript uses it for resolutions up to
68 150dpi when generating raster images).  When it is enabled, a more
69 complex drawing algorithm designed to benefit from stroke
70 adjustment is employed mostly for stems and bar lines.
71
72 Stroke adjustment can be forced by specifying the command line
73 option @samp{-dstrokeadjust} to LilyPond.  When generating
74 @code{PDF} files, this will usually result in markedly better
75 looking @code{PDF} previews but significantly larger file size.
76 Print quality at high resolutions will be unaffected.
77
78 @end itemize
79
80 @ifhtml
81 For older news, go to
82 @uref{http://lilypond.org/doc/v2.18/Documentation/changes/},
83 @uref{http://lilypond.org/doc/v2.16/Documentation/changes/},
84 or @uref{../,go back} to the Documentation index.
85
86
87 @end ifhtml
88
89 @bye