]> git.donarmstrong.com Git - lilypond.git/blob - NEWS
ca88064b7c2ce584e834e2bfdbb563b64b9dfe73
[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 ** Friendly  chord-name exception entry.
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 ** Better chord names. 
45
46 ** Texts on multimeasure rests can be set by the user.
47
48 ** Zigzagged glissandi
49
50 ** Cluster support. Syntax:
51
52         NOTE-\openCluster
53         ..
54         NOTE-\closeCluster
55
56 ** Beat grouping indications. Syntax:
57
58         #(set-time-signature 7 8 '(3 2 2))
59
60 ** Nested horizontal brackets for music analysis.
61
62         NOTE-\groupOpen
63                 ..
64         NOTE-\groupClose
65
66
67
68
69 New features in 1.6 since 1.4
70
71 * Support for figured bass and tablature.
72
73 * Completely rewritten beam formatting: provides much better output
74 now.
75
76 * Completely revised and improved music font.
77
78 * Completely rewritten MIDI import support.
79
80 * Completely rewritten grace note support. Practically speaking this
81 means that grace notes can be slurred to normal normal notes.
82
83 * Improved accidental handling and formatting: styles for producing
84 cautionaries may vary, and complex collisions between accidentals of a
85 chord are handled much better.
86
87 * Better spacing: both globally and locally. This includes subtle
88 details like optical stem spacing.
89
90 * More support for ancient notation: mensural ligatures, ambitus
91 (pitch range) of voices, more shapes, etc.
92
93 * More support for piano notation: bracket pedals, directed arpeggios,
94 arpeggio brackets.
95
96 * Easier music polyphonic music entry.
97
98 * More extensibility, many speedups and bugfixes
99
100 * The manual has been thoroughly revised.
101
102 * Development is now hosted at http://savannah.gnu.org, and sources
103 can be downloaded through anonymous CVS.
104
105 * Support for windows: LilyPond is part of the cygwin distribution,
106 which comes with a user-friendly installer.
107