release commit
[lilypond.git] / NEWS
blobe90f60eb17f83cd576f49c5e84db1473e03e85d7
1 New features in 1.7 since 1.6
3 * INPUT
5 ** Completely rewritten support for chord entry. Cleaner and more flexible.
7 ** Text entry is now done in a separate mode, and is more ergonomic
8 than the previous Scheme texts.
10 ** Deeper integration of the input language and Scheme. You can now use
11 LilyPond identifiers in Scheme, and use Scheme expressions instead of
12 LilyPond identifiers.
14 ** Music types cleaned up and Schemified.  
16 ** New syntax for chords:
18         << PITCHES >>
20 This is in addition to the < MUSICS > syntax for simultaneous
21 music. Combined with this: uniform postfix syntax for articulations:
23         c8-[-( d8-]-) 
25 for a beamed slurred pair of eighth notes.
27 *NOTE* In version 2.0, this syntax will be changed to
29    < PITCHES >  for chords
31 and
33    \simultaneous { .. } for simultaneous music.
35 ** User code evaluation during interpreting. Syntax
37         \applycontext #SCHEME-FUNCTION
39 ** XML music output.
41 ** Friendly chord-name exception entry.
43 ** Texts can be put on multimeasure rests, eg.
45         R1*20^\markup { "GP" }
48 * OUTPUT
50 ** Preliminary Sodipodi/SVG output
54 * NOTATION
58 ** Ancient notation ... ?? ...  (Jurgen?)
60 ** Completely rewritten text formatting support, implemented in a
61 completely modular way.
63 ** Chord name formatting completely rewritten.
65 ** Texts can be added to multimeasure rests
67 ** Zigzagged glissandi
69 ** Cluster support. Syntax:
71         NOTE-\startCluster
73         ..
74         NOTE-\stopCluster
76 ** Beat grouping indications. Syntax:
78         #(set-time-signature 7 8 '(3 2 2))
80 ** Nested horizontal brackets for music analysis.
82         NOTE-\startGroup
83                 ..
84         NOTE-\stopGroup
86 ** Gregorian ligatures.
88 ** Ottava brackets. Syntax: #(set-octavation 1)
90 ** Metronome markings. 
93 New features in 1.6 since 1.4
95 * Support for figured bass and tablature.
97 * Completely rewritten beam formatting: provides much better output
98 now.
100 * Completely revised and improved music font.
102 * Completely rewritten MIDI import support.
104 * Completely rewritten grace note support. Practically speaking this
105 means that grace notes can be slurred to normal normal notes.
107 * Improved accidental handling and formatting: styles for producing
108 cautionaries may vary, and complex collisions between accidentals of a
109 chord are handled much better.
111 * Better spacing: both globally and locally. This includes subtle
112 details like optical stem spacing.
114 * More support for ancient notation: mensural ligatures, ambitus
115 (pitch range) of voices, more shapes, etc.
117 * More support for piano notation: bracket pedals, directed arpeggios,
118 arpeggio brackets.
120 * Easier music polyphonic music entry.
122 * More extensibility, many speedups and bugfixes
124 * The manual has been thoroughly revised.
126 * Development is now hosted at http://savannah.gnu.org, and sources
127 can be downloaded through anonymous CVS.
129 * Support for windows: LilyPond is part of the cygwin distribution,
130 which comes with a user-friendly installer.