]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/topdocs/NEWS.tely
(LINK_GXX_STATICALLY): python 2.4 req.
[lilypond.git] / Documentation / topdocs / NEWS.tely
1 \input texinfo @c -*- coding: utf-8; mode: texinfo; -*-
2 @setfilename NEWS.info
3 @settitle NEWS
4
5 @ifhtml
6 @macro inputfileref{DIR,NAME}
7 @uref{../../\DIR\/collated-files.html#\NAME\,@file{\DIR\/\NAME\}}@c
8 @end macro
9 @macro usermanref{NAME}
10 @inforef{\NAME\,,../user/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 @macro textanchor{NAME}
25 @html
26 <a name="\NAME\"></a>
27 @end html
28 @end macro
29
30
31 @documentencoding utf-8
32 @documentlanguage en
33
34 @finalout
35
36 @ifnottex
37 @node Top
38 @top
39 @end ifnottex
40 @unnumbered New features in 2.9 since 2.8
41
42 @ifhtml
43 This document is also available in @uref{NEWS.pdf,PDF}. It's part of
44 the @uref{../,LilyPond Documentation} 
45 @end ifhtml
46
47
48
49
50 @itemize @bullet
51
52 @ignore
53
54 HINTS
55
56 * only show verbatim input for syntax/input changes
57
58 * try to be as brief possible in those cases
59
60 * don't try to provide real-world examples, they often get too big,
61 which scares away people.
62
63 * Write complete sentences.
64
65 * only show user-visible changes. 
66
67 @end ignore
68
69 @item 
70 The MusicXML convertor has been sped up, and has rudimentary support
71 for percussion notation.  It will also condense multi-bar rests to
72 enable part extraction.
73
74 @item
75 The beam printing code has been completely rewritten, and now includes
76 support for feathered beaming,
77
78 @lilypond[ragged-right,fragment,relative=2]
79 \featherDurations #(ly:make-moment 3 4) 
80 {
81   \override Beam #'grow-direction = #LEFT
82   c16[
83     c c c
84     c c c c ]
85     }
86 @end lilypond 
87
88 This feature was sponsored by Jamie Bullock.
89
90 @item
91 The @code{\note} markup command now also accepts note head styles.
92
93 @lilypond[ragged-right,fragment,relative=2]
94 c4^\markup {
95   \override #'(style . triangle) \note-by-number #2 #1 #1 = 100
96 }
97 @end lilypond
98
99 This feature was sponsored by Jamie Bullock.
100
101 @item
102 Tie chord formatting also works with arpegiated
103 ties.
104
105 @lilypond[ragged-right]
106 \relative c'' {
107   <e c a f>2~ <e c a f> |
108   \set tieWaitForNote = ##t
109   e8~ c~ a~ f~ <e' c a f>2 |
110   f,8~ a~ c~ e~ <f, a c e>2 |
111 }
112 @end lilypond
113
114
115 This feature was sponsored by Steve Doonan.
116
117
118 @end itemize
119
120
121
122 @ifhtml
123 For older news, go to
124 @uref{http://lilypond.org/doc/v2.8/Documentation/topdocs/NEWS.html},
125 or @uref{../,go back} to the Documentation index.
126
127
128 @end ifhtml
129
130 @bye