]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/topdocs/NEWS.tely
(Top): add new feature.
[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 If @code{skipLastLength} is set, only the last few measures of a piece
37 are rendered, which speeds up correcting scores. For example, setting
38
39 @verbatim
40 showLastLength = R1*5
41 \score { ... }
42 @end verbatim
43
44 @noindent
45 will render only the last five measures (assuming 4/4 time signature)
46 of a piece.
47
48
49
50 @item
51 Melismata can be specified simply in the lyrics now, eg.
52
53 @lilypond[relative=1,verbatim,fragment]
54 {
55   c d( e) f e
56 } \addlyrics {
57   Ky -- _ _ ri e
58 }
59 @end lilypond 
60
61 This feature was sponsored by Nancho Alvarez 
62
63 @item
64 Suggested accidentals (for notating musica ficta) may be switched on
65 with @code{suggestAccidentals}
66
67 @lilypond[verbatim,fragment,relative=2]
68 \set suggestAccidentals = ##t
69 ais bis
70 @end lilypond 
71
72 This feature was sponsored by Nancho Alvarez.
73
74 @item
75 The setting @code{whichBar} and time-bookkeeping is now split into a
76 @code{Default_bar_line_engraver} and @code{Timing_translator}
77 respectively.
78
79 @item
80 Explicit pitches may be added to trills,
81
82 @lilypond[relative,verbatim,fragment]
83   \pitchedTrill c4\startTrillSpan fis f\stopTrillSpan
84 @end lilypond 
85
86 This feature was sponsored by D. Josiah Boothby and Jamie Bullock
87
88 @item
89 Markup now supports formatting of text paragraphs, using
90 @code{\wordwrap} and @code{\justify}.
91
92 This feature was sponsored by Sven Axelsson.
93 @end itemize
94
95 @ifhtml
96 For older news, go to
97 @uref{http://lilypond.org/doc/v2.6/Documentation/topdocs/out-www/NEWS.html}.
98 @end ifhtml
99
100 @bye