release commit
[lilypond.git] / NEWS
blobde69b094d0667b33a6806fc8e220433d32bbbbb6
1 New features in 1.8 since 1.6
2 =============================
4 ** There chord entry code has been completely rewritten. It is now
5 cleaner and more flexible.
7 ** A new syntax has been added for  text entry.
9 This syntax is more friendly than the old mechanism, and it is
10 implemented in a more robust and modular way.
12 ** Deeper integration of the input language and Scheme. You can now use
13 LilyPond identifiers in Scheme, and use Scheme expressions instead of
14 LilyPond identifiers.
16 ** The internal representation of music has been cleaned up completely
17 and converted to Scheme data structures.  The representation may be
18 exported as XML.
20 ** A new syntax has been added for chords:
22         << PITCHES >>
24 In version 2.0, this syntax will be changed to
26    < PITCHES >  for chords
28 and
30    \simultaneous { .. } for simultaneous music.
32 ** A new uniform postfix syntax for articulation has been introduced.
33 A beamed slurred pair of eighth notes can be entered as
35         c8-[-( d8-]-) 
37 In version 2.0, postfix syntax will be the only syntax
38 available, and the dashes will become optional.
40 ** User code may now be executed during interpreting.
42 The syntax for this code is 
44         \applycontext #SCHEME-FUNCTION
46 ** New algorithms for chord-name formatting have been installed. They
47 can be tuned and have ergonomic syntax for entering exceptions.
49 ** Texts may now be put on multimeasure rests, eg.
51         R1*20^\markup { "GP" }
53 ** Ancient notation now prints ligatures in Gregorian square neumes
54 notation, roughly following the typographical style of the Liber
55 hymnarius of Solesmes, published in 1983.  Ligatures are still printed
56 without the proper line breaking and horizontal spacing.
58 ** Glissandi can now be printed using the zigzag style.
60 ** Clusters may now be printed. The syntax is:
62         NOTE-\startCluster
64         ..
65         NOTE-\stopCluster
67 ** For irregular meters, beat grouping marks can be printed. The
68 syntax for this is
70         #(set-time-signature 7 8 '(3 2 2))
72 ** Nested horizontal brackets for music analysis can now be printed.
74         NOTE-\startGroup
75                 ..
76         NOTE-\stopGroup
78 ** Ottava brackets are now fully supported as a feature.
79 The syntax is
81         #(set-octavation 1)
83 ** Metronome markings are printed when a
84 \tempo command is processed. 
86 ** Fingerings can be put on chords horizontally.
88 ** The appearance of various glyphs has been fine-tuned 
90 ** Different types of percent style repeats may now be nested
92 ** The emacs support has been extended.
94 ** The manual has been completely revised and extended.
98 New features in 1.6 since 1.4
99 =============================
101 * Support for figured bass and tablature.
103 * Completely rewritten beam formatting: provides much better output
104 now.
106 * Completely revised and improved music font.
108 * Completely rewritten MIDI import support.
110 * Completely rewritten grace note support. Practically speaking this
111 means that grace notes can be slurred to normal normal notes.
113 * Improved accidental handling and formatting: styles for producing
114 cautionaries may vary, and complex collisions between accidentals of a
115 chord are handled much better.
117 * Better spacing: both globally and locally. This includes subtle
118 details like optical stem spacing.
120 * More support for ancient notation: mensural ligatures, ambitus
121 (pitch range) of voices, more shapes, etc.
123 * More support for piano notation: bracket pedals, directed arpeggios,
124 arpeggio brackets.
126 * Easier music polyphonic music entry.
128 * More extensibility, many speedups and bugfixes
130 * The manual has been thoroughly revised.
132 * Development is now hosted at http://savannah.gnu.org, and sources
133 can be downloaded through anonymous CVS.
135 * Support for windows: LilyPond is part of the cygwin distribution,
136 which comes with a user-friendly installer.