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