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