]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/topdocs/NEWS.tely
* Documentation/topdocs/NEWS.tely (Top): add note about engravers.
[lilypond.git] / Documentation / topdocs / NEWS.tely
1 \input texinfo @c -*-texinfo-*-
2 @setfilename NEWS.info
3 @settitle NEWS
4
5 @ifhtml
6 @macro inputfileref{DIR,NAME}
7 @uref{../../../\DIR\/out-www/collated-files.html#\NAME\,@file{\DIR\/\NAME\}}@c
8 @end macro
9 @macro usermanref{NAME}
10 @inforef{\NAME\,,../../user/out-www/lilypond/lilypond}@c
11 @end macro
12 @end ifhtml
13
14 @ifnothtml
15 @macro inputfileref{DIR,NAME}
16 @file{\DIR\/\NAME\}@c
17 @end macro
18 @macro usermanref{NAME}
19 See user manual, \NAME\
20 @end macro
21 @end ifnothtml
22
23
24 @documentencoding utf-8
25 @documentlanguage en
26
27 @ifnottex
28 @node Top
29 @top
30 @end ifnottex
31 @unnumbered New features in 2.7 since 2.6
32
33
34 @itemize @bullet
35 @item
36 The setting @code{whichBar} and time-bookkeeping is now split into a
37 @code{Default_bar_line_engraver} and @code{Timing_translator}
38 respectively.
39
40 @item
41 Explicit pitches may be added to trills,
42
43 @lilypond[relative,verbatim,fragment]
44   \pitchedTrill c4\startTrillSpan fis f\stopTrillSpan
45 @end lilypond 
46
47 This feature was sponsored by D. Josiah Boothby and Jamie Bullock
48
49 @item
50 Markup now supports formatting of text paragraphs, using
51 @code{\wordwrap} and @code{\justify}.
52
53 This feature was sponsored by Sven Axelsson.
54 @end itemize
55
56 @ifhtml
57 For older news, go to
58 @uref{http://lilypond.org/doc/v2.6/Documentation/topdocs/out-www/NEWS.html}.
59 @end ifhtml
60
61 @bye