]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/topdocs/NEWS.tely
213ae0ff3b0b7cd42fc1266eec72ca386a07bf6e
[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
36 @item
37 Suggested accidentals (for notating musica ficta) may be switched on
38 with @code{suggestAccidentals}
39
40 @lilypond[verbatim,fragment,relative=2]
41 \set suggestAccidentals = ##t
42 ais bis
43 @end lilypond 
44
45 This feature was sponsored by Nancho Alvarez.
46
47 @item
48 The setting @code{whichBar} and time-bookkeeping is now split into a
49 @code{Default_bar_line_engraver} and @code{Timing_translator}
50 respectively.
51
52 @item
53 Explicit pitches may be added to trills,
54
55 @lilypond[relative,verbatim,fragment]
56   \pitchedTrill c4\startTrillSpan fis f\stopTrillSpan
57 @end lilypond 
58
59 This feature was sponsored by D. Josiah Boothby and Jamie Bullock
60
61 @item
62 Markup now supports formatting of text paragraphs, using
63 @code{\wordwrap} and @code{\justify}.
64
65 This feature was sponsored by Sven Axelsson.
66 @end itemize
67
68 @ifhtml
69 For older news, go to
70 @uref{http://lilypond.org/doc/v2.6/Documentation/topdocs/out-www/NEWS.html}.
71 @end ifhtml
72
73 @bye