]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/topdocs/NEWS.texi
($(outdir)/%.1): build man
[lilypond.git] / Documentation / topdocs / NEWS.texi
1 \input texinfo @c -*-texinfo-*-
2 @setfilename NEWS.info
3 @settitle NEWS
4
5 @node Top, , , 
6 @top
7
8 @chapter New features in 1.9 since 1.8
9
10 @itemize
11
12 @item
13 Each music expression can now be tagged, to make different printed
14 versions from the same music expression.  In the following example,
15 we see two versions of a piece of music, one for the full score, and
16 one with cue notes for the instrumental part:
17
18 @example
19 < \tag #'part <
20   @{ c4 f2 g @}      % in the part, we have cue-notes  
21   \\ R1 >
22   \tag #'score R1  % in the score: only a rest
23 >
24 @end example
25  
26 The same can be applied to articulations, texts, etc.: they are
27 made by prepending
28
29 @example
30         -\tag #@var{your-tags} 
31 @end example
32
33 to an articulation, for example, 
34
35 @example
36         c4-\tag #'with-fingerings -4 -\tag #'with-strings \6
37 @end example
38
39 This defines a note, which has a fingering and a string-number
40 indication. 
41
42 @item
43 The settings for chord-fingering are more flexible. You can specify a
44 list where fingerings may be placed, eg.
45
46 @example
47         \property Voice.fingeringOrientations = #'(left down)
48 @end example
49
50 This will put the fingering for the lowest note below the chord, and the
51 rest to the left.
52
53 @item
54 The script previously known as @file{ly2dvi} has been renamed to
55 @file{lilypond}. The binary itself is now installed as
56 @file{lilypond-bin}.
57
58 @item
59 Markup text (ie. general text formatting) may now be used for lyrics too. 
60
61 @item
62 Two new commands for grace notes have been added, @code{\acciaccatura}
63 and @code{\appoggiatura},
64
65 @example
66   \appoggiatura f8 e4
67   \acciaccatura g8 f4
68 @end example
69
70 Both reflect the traditional meanings of acciaccatura and appogiatura,
71 and both insert insert a slur from the first grace note to the main
72 note.
73
74 @item 
75 Layout options for grace notes are now stored in a context property,
76 and may now be set separately from musical content.
77
78 @item
79 The @code{\new} command will create a context with a unique
80 name automatically. Hence, for multi-staff scores, it is no longer
81 necessary to invent arbitrary context names. For example, a two-staff
82 score may be created by
83
84 @example
85   \simultaneous @{
86     \new Staff @{ @var{notes for 1st staff} @}
87     \new Staff @{ @var{notes for 2nd staff} @}
88   @}
89 @end example
90
91
92
93 @item
94 Octave checks make octave errors easier to correct.
95 The syntax is 
96
97 @example
98   \octave @var{pitch}
99 @end example
100
101 This checks that @var{pitch} (without octave) yields @var{pitch} (with
102 octave) in \relative mode. If not, a warning is printed, and the
103 octave is corrected.
104
105 @item
106 All articulations must now be entered postfix. For example,
107
108 @example
109         c8[( d8]) 
110 @end example
111
112 @noindent
113 is a pair of beamed slurred eighth notes.
114
115 @item
116 The definition of @code{\relative} has been simplified.  Octaves are
117 now always propagated in the order that music is entered. In the
118 following example,  
119
120 @example
121   PRE
122   \repeat "unfold" 3  BODY \alternative @{ ALT1 ALT2 @}
123   POST
124 @end example
125
126 @noindent
127 the octave of BODY is based on PRE, the starting octave of ALT1 on
128 BODY, the starting octave of ALT2 on ALT1, and the starting octave of
129 POST on ALT2.
130
131 The same mechanism is used for all other music expressions, except the
132 chord. Backwards compatibility is retained through a special program option,
133 which is set through 
134
135 @example
136   #(ly:set-option 'old-relative)
137 @end example
138
139 @end itemize
140
141
142
143
144 @chapter New features in 1.8 since 1.6
145
146 @itemize
147
148 @item 
149 The chord entry code has been completely rewritten. It is now
150 cleaner and more flexible.
151
152 @item 
153 A new syntax has been added for text entry.  This syntax is more
154 friendly than the old mechanism, and it is implemented in a more
155 robust and modular way. For more information, refer to the section on
156 "Text markup" in the notation manual.
157
158 @item 
159 The integration of the input language and Scheme has been made deeper:
160 you can now use LilyPond identifiers in Scheme, and use Scheme
161 expressions instead of LilyPond identifiers.
162
163 @item 
164 The internal representation of music has been cleaned up completely
165 and converted to Scheme data structures.  The representation may be
166 exported as XML.
167
168 @item 
169 A new uniform postfix syntax for articulation has been introduced.
170 A beamed slurred pair of eighth notes can be entered as
171
172 @example
173         c8-[-( d8-]-) 
174 @end example
175
176 In version 2.0, postfix syntax will be the only syntax
177 available, and the dashes will become optional.
178
179 This will simplify the language: all articulations can be entered as
180 postfix, in any order.
181
182 @item 
183 A new syntax has been added for chords:
184
185
186 @example
187         << PITCHES >>
188 @end example 
189
190 It is not necessary to update files to this syntax, but it will be for
191 using LilyPond version 2.0.  In version 2.0, this syntax will be
192 changed to
193
194 @example
195         < PITCHES >
196 @end example
197
198 for chords, and
199
200 @example
201         \simultaneous @{ .. @} 
202 @end example
203
204 for simultaneous music.
205
206 To convert your files from <PITCHES> to <<PITCHES>>, use the script
207 included in buildscripts/convert-new-chords.py
208
209 This change was introduced for the following reasons
210
211 @itemize @bullet
212 @item
213 It solves the "start score with chord" problem, where you have to
214   state \context Voice explicitly when a chord was the start of a
215   Staff or Score.
216 @item
217 With the new syntax, it is possible to distinguish between
218   articulations (or fingerings) which are for a single chord note,
219   and which are for the entire chord. This allows for per-note
220   fingerings, and is more logical on the whole.
221 @end itemize
222
223 @item 
224 User code may now be executed during interpreting.  The syntax for
225 this code is
226
227 @example
228         \applycontext #SCHEME-FUNCTION
229 @end example
230
231 @item 
232 User code may now be executed on arbitrary grobs during interpreting.
233 The syntax for this feature is
234
235 @example
236         \applyoutput #SCHEME-FUNCTION
237 @end example
238
239 @noindent
240 SCHEME-FUNCTION takes a single argument, and is called for every grob
241 that is created in the current context.
242
243 @item 
244 New algorithms for chord-name formatting have been installed. They
245 can be tuned and have ergonomic syntax for entering exceptions.
246
247 @item 
248 Texts may now be put on multimeasure rests, e.g.
249
250 @example
251         R1*20^\markup @{ "GP" @}
252 @end example
253
254 @item
255 Ancient notation now prints ligatures in Gregorian square neumes
256 notation, roughly following the typographical style of the Liber
257 hymnarius of Solesmes, published in 1983.  Ligatures are still printed
258 without the proper line breaking and horizontal spacing.
259
260 @item 
261 Glissandi can now be printed using the zigzag style.
262
263 @item 
264 LilyPond can now print clusters. The syntax is
265
266 @example
267         \apply #notes-to-clusters @{ NOTE NOTE .. @}
268 @end example
269
270 @item
271 For irregular meters, beat grouping marks can be printed. The
272 syntax for this is
273
274 @example
275         #(set-time-signature 7 8 '(3 2 2))
276 @end example
277
278
279 @item 
280 Nested horizontal brackets for music analysis can now be printed:
281
282 @example
283         NOTE-\startGroup
284                 ..
285         NOTE-\stopGroup
286 @end example
287
288
289 @item  Ottava brackets are now fully supported as a feature.  The syntax
290 is
291
292 @example
293         #(set-octavation 1)
294 @end example
295
296
297 @item  Metronome markings are printed when a \tempo command is processed.
298
299
300
301 @item Fingerings can be put on chords horizontally.
302
303
304
305 @item  The appearance of various glyphs has been fine-tuned.
306
307
308
309 @item  Different types of percent style repeats may now be nested.
310
311
312
313 @item  The emacs support has been extended.
314
315
316 @item 
317 The manual has been completely revised and extended.
318
319 @end itemize
320
321 @chapter New features in 1.6 since 1.4
322
323
324 @itemize @bullet
325
326 @item
327 Support for figured bass and tablature.
328
329 @item
330 Completely rewritten beam formatting: provides much better output
331 now.
332
333
334 @item
335 Completely revised and improved music font.
336
337
338 @item
339 Completely rewritten MIDI import support.
340
341 @item
342 Completely rewritten grace note support. Practically speaking this
343 means that grace notes can be slurred to normal normal notes.
344
345
346 @item
347 Improved accidental handling and formatting: styles for producing
348 cautionaries may vary, and complex collisions between accidentals of a
349 chord are handled much better.
350
351 @item
352 Better spacing: both globally and locally. This includes subtle
353 details like optical stem spacing.
354
355 @item
356 More support for ancient notation: mensural ligatures, ambitus
357 (pitch range) of voices, more shapes, etc.
358
359 @item
360 More support for piano notation: bracket pedals, directed arpeggios,
361 arpeggio brackets.
362
363 @item
364 Easier music polyphonic music entry.
365
366 @item
367 More extensibility, many speedups and bugfixes
368
369 @item
370 The manual has been thoroughly revised.
371
372 @item
373 Development is now hosted at http://savannah.gnu.org, and sources
374 can be downloaded through anonymous CVS.
375
376 @item
377 Support for windows: LilyPond is part of the cygwin distribution,
378 which comes with a user-friendly installer.
379
380 @end itemize