]> git.donarmstrong.com Git - lilypond.git/blob - NEWS
release commit
[lilypond.git] / NEWS
1 New features in 1.7 since 1.6
2
3 * INPUT
4
5 ** Text entry is now done in a separate mode, and is more ergonomic
6 than the previous Scheme texts.
7
8 ** Deeper integration of the input language and Scheme. You can now use
9 LilyPond identifiers in Scheme, and use Scheme expressions instead of
10 LilyPond identifiers.
11
12 ** Music types cleaned up and Schemified.  
13
14 ** New syntax for chords:
15
16         << PITCHES >>
17
18 This is in addition to the < MUSICS > syntax for simultaneous
19 music. Combined with this: uniform postfix syntax for articulations:
20
21         c8-[-( d8-]-) 
22
23 for a beamed slurred pair of eighth notes.
24
25 ** User code evaluation during interpreting. Syntax
26
27         \applycontext #SCHEME-FUNCTION
28
29 ** XML music output.
30
31
32
33 * OUTPUT
34
35 ** Preliminary Sodipodi/SVG output
36
37
38
39 * NOTATION
40
41 * Completely rewritten text formatting support. It is implemented in a
42 completely modular way.
43
44 ** Texts on multimeasure rests can be set by the user.
45
46 ** Zigzagged glissandi
47
48 ** Cluster support. Syntax:
49
50         NOTE-\openCluster
51         ..
52         NOTE-\closeCluster
53
54 ** Beat grouping indications. Syntax:
55
56         #(set-time-signature 7 8 '(3 2 2))
57
58 ** Nested horizontal brackets for music analysis.
59
60         NOTE-\groupOpen
61                 ..
62         NOTE-\groupClose
63
64
65
66
67 New features in 1.6 since 1.4
68
69 * Support for figured bass and tablature.
70
71 * Completely rewritten beam formatting: provides much better output
72 now.
73
74 * Completely revised and improved music font.
75
76 * Completely rewritten MIDI import support.
77
78 * Completely rewritten grace note support. Practically speaking this
79 means that grace notes can be slurred to normal normal notes.
80
81 * Improved accidental handling and formatting: styles for producing
82 cautionaries may vary, and complex collisions between accidentals of a
83 chord are handled much better.
84
85 * Better spacing: both globally and locally. This includes subtle
86 details like optical stem spacing.
87
88 * More support for ancient notation: mensural ligatures, ambitus
89 (pitch range) of voices, more shapes, etc.
90
91 * More support for piano notation: bracket pedals, directed arpeggios,
92 arpeggio brackets.
93
94 * Easier music polyphonic music entry.
95
96 * More extensibility, many speedups and bugfixes
97
98 * The manual has been thoroughly revised.
99
100 * Development is now hosted at http://savannah.gnu.org, and sources
101 can be downloaded through anonymous CVS.
102
103 * Support for windows: LilyPond is part of the cygwin distribution,
104 which comes with a user-friendly installer.
105