*** empty log message ***
[lilypond.git] / NEWS
blobcd0895eedcf5d6d0c87cc7cb3ff1dc111e7d1e0d
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 * OUTPUT
45 ** Preliminary Sodipodi/SVG output
49 * NOTATION
51 ** Ancient notation ... ?? ...  (Jurgen?)
53 ** Completely rewritten text formatting support. It is implemented in a
54 completely modular way.
56 ** Chord name formatting completely rewritten.
58 ** Texts on multimeasure rests can be set by the user.
60 ** Zigzagged glissandi
62 ** Cluster support. Syntax:
64         NOTE-\startCluster
66         ..
67         NOTE-\stopCluster
69 ** Beat grouping indications. Syntax:
71         #(set-time-signature 7 8 '(3 2 2))
73 ** Nested horizontal brackets for music analysis.
75         NOTE-\groupOpen
76                 ..
77         NOTE-\groupClose
79 ** Gregorian ligatures.
81 ** Texts on multi-measure rests.
85 New features in 1.6 since 1.4
87 * Support for figured bass and tablature.
89 * Completely rewritten beam formatting: provides much better output
90 now.
92 * Completely revised and improved music font.
94 * Completely rewritten MIDI import support.
96 * Completely rewritten grace note support. Practically speaking this
97 means that grace notes can be slurred to normal normal notes.
99 * Improved accidental handling and formatting: styles for producing
100 cautionaries may vary, and complex collisions between accidentals of a
101 chord are handled much better.
103 * Better spacing: both globally and locally. This includes subtle
104 details like optical stem spacing.
106 * More support for ancient notation: mensural ligatures, ambitus
107 (pitch range) of voices, more shapes, etc.
109 * More support for piano notation: bracket pedals, directed arpeggios,
110 arpeggio brackets.
112 * Easier music polyphonic music entry.
114 * More extensibility, many speedups and bugfixes
116 * The manual has been thoroughly revised.
118 * Development is now hosted at http://savannah.gnu.org, and sources
119 can be downloaded through anonymous CVS.
121 * Support for windows: LilyPond is part of the cygwin distribution,
122 which comes with a user-friendly installer.