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