]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/topdocs/NEWS.texi
* lily/separating-line-group-engraver.cc (acknowledge_grob):
[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 2.1 since 2.0
9
10 @itemize
11 @item Multi measure rests are now truly centered between the
12 clefs/barlines of the staff, independent of symbols on the other staffs.
13
14 @item Collision resolution for dots in chords has been improved greatly. 
15
16 @item
17 Spacing following barlines was improved for widely stretched lines.
18
19 @item
20 Lyric hyphens and extenders now conform to standard typesetting
21 practice.
22
23 @item
24 Lyrics are now aligned under note heads conforming to engraving
25 standards. The responsible code has been rewritten, and is drastically
26 simpler from the previous version. To aid this rewrite, the syntactic
27 function of the extender line ( __ ) has been changed: it is now
28 attached to the lyric syllable.
29
30 @item
31 When redefining a context, the associated identifier is also
32 updated. For example, after reading following the snippet,
33 @example
34  \translator @{
35         \ScoreContext
36         autoBeaming = ##f
37  @}
38 @end example
39 the definition of @code{ScoreContext} is updated to include the changed
40 setting.
41
42
43 @item
44 The weight of the stafflines is now heavier at smaller staff sizes.
45 The font has been modified to match this look: at smaller sizes, the
46 font is heavier and the note heads are more rounded.
47
48 @item Processing scores is now done while parsing the file. New
49 Scheme functions give more flexibility: for example, it is now possible
50 interpret a score, collecting synchronized musical events in a list, and
51 manipulate that information using inline Scheme. For an example, see
52 @file{input/no-notation/recording.ly}.
53
54 @item Font sizes can now truly be scaled continuously: the  @code{font-size}
55 is similar to the old @code{font-relative-size}, but may be set to
56 fractional values; the closest design size will be scaled to achieve
57 the desired size. As a side-effect, there are now no longer
58 limitations in using smaller fonts (eg. grace notes) at small staff
59 sizes.
60
61 @item The appearance of stem tips is now also engraved with rounded corners.
62
63 @item
64 The placement of accidentals on chords and ledgered notes is improved.
65
66 @end itemize
67
68
69 @chapter New features in 2.0 since 1.8
70
71 @itemize
72
73 @item
74 Crescendos can now be drawn dotted or dashed.
75
76 @item
77 Quarter tones are now supported. They are entered by suffixing
78 @code{ih} for a half-sharp and @code{eh} for a half-flat. Hence, the
79 following is an ascending list of pitches:
80
81 @example
82   ceses ceseh ces ceh c cih cis cisih cisis
83 @end example
84
85 @item
86 The following constructs have been removed from the syntax:
87
88 @example
89   \duration #SCHEME-DURATION
90   \pitch #SCHEME-PITCH
91   \outputproperty @var{func} @var{symbol} = @var{value}
92 @end example
93
94 For @code{\outputproperty}, the following may be substituted:
95
96 @example
97    \applyoutput #(outputproperty-compatibility @var{func}
98                   @var{symbol} @var{value}) 
99 @end example 
100
101 @item
102 Clefs may now be transposed arbitrarily, for example
103
104 @example
105   \clef "G_8"
106   \clef "G_15"
107   \clef "G_9"
108 @end example
109
110
111 @item
112 The syntax for chords and simultaneous music have changed.
113 Chords are entered as
114
115 @example
116    <@var{pitches}>
117 @end example
118
119 while simultaneous music is entered as
120
121 @example
122    <<@var{..music list..}>>
123 @end example
124
125 In effect, the meanings of both have been swapped relative to their 1.8
126 definition.  The syntax for lists in @code{\markup} has changed
127 alongside, but figured bass mode was not  changed, i.e.:
128
129 @example
130   \markup @{ \center <@var{..list of markups..}> @}
131   \figure @{ <@var{figures}> @}
132 @end example
133
134 As chords the more often used than simultaneous music, this change will
135 save keystrokes.
136
137 @item
138 Each music expression can now be tagged, to make different printed
139 versions from the same music expression.  In the following example,
140 we see two versions of a piece of music, one for the full score, and
141 one with cue notes for the instrumental part:
142
143 @example
144 << \tag #'part <<
145      @{ c4 f2 g4 @}      % in the part, we have cue-notes  
146      \\ R1 >>
147   \tag #'score R1  % in the score: only a rest
148 >>
149 @end example
150  
151 The same can be applied to articulations, texts, etc.: they are
152 made by prepending
153
154 @example
155         -\tag #@var{your-tags} 
156 @end example
157
158 to an articulation, for example, 
159
160 @example
161         c4-\tag #'with-fingerings -4 -\tag #'with-strings \6
162 @end example
163
164 This defines a note, which has a conditional fingering and a
165 string-number indication.
166
167 @item
168 The settings for chord-fingering are more flexible. You can specify a
169 list where fingerings may be placed, eg.
170
171 @example
172         \property Voice.fingeringOrientations = #'(left down)
173 @end example
174
175 This will put the fingering for the lowest note below the chord, and the
176 rest to the left.
177
178 @item
179 The script previously known as @code{ly2dvi} has been renamed to
180 @code{lilypond}. The binary itself is now installed as
181 @code{lilypond-bin}.
182
183 @item
184 Markup text (ie. general text formatting) may now be used for lyrics too. 
185
186 @item
187 Two new commands for grace notes have been added, @code{\acciaccatura}
188 and @code{\appoggiatura},
189
190 @example
191   \appoggiatura f8 e4
192   \acciaccatura g8 f4
193 @end example
194
195 Both reflect the traditional meanings of acciaccatura and appogiatura,
196 and both insert insert a slur from the first grace note to the main
197 note.
198
199 @item 
200 Layout options for grace notes are now stored in a context property,
201 and may now be set separately from musical content.
202
203 @item
204 The @code{\new} command will create a context with a unique
205 name automatically. Hence, for multi-staff scores, it is no longer
206 necessary to invent arbitrary context names. For example, a two-staff
207 score may be created by
208
209 @example
210   \simultaneous @{
211     \new Staff @{ @var{notes for 1st staff} @}
212     \new Staff @{ @var{notes for 2nd staff} @}
213   @}
214 @end example
215
216
217
218 @item
219 Octave checks make octave errors easier to correct.
220 The syntax is 
221
222 @example
223   \octave @var{pitch}
224 @end example
225
226 This checks that @var{pitch} (without octave) yields @var{pitch} (with
227 octave) in \relative mode. If not, a warning is printed, and the
228 octave is corrected.
229
230 @item
231 All articulations must now be entered postfix. For example,
232
233 @example
234         c8[( d8]) 
235 @end example
236
237 @noindent
238 is a pair of beamed slurred eighth notes.
239
240 @item
241 The definition of @code{\relative} has been simplified.  Octaves are
242 now always propagated in the order that music is entered. In the
243 following example,  
244
245 @example
246   PRE
247   \repeat "unfold" 3  BODY \alternative @{ ALT1 ALT2 @}
248   POST
249 @end example
250
251 @noindent
252 the octave of BODY is based on PRE, the starting octave of ALT1 on
253 BODY, the starting octave of ALT2 on ALT1, and the starting octave of
254 POST on ALT2.
255
256 The same mechanism is used for all other music expressions, except the
257 chord. Backwards compatibility is retained through a special program option,
258 which is set through 
259
260 @example
261   #(ly:set-option 'old-relative)
262 @end example
263
264 @item
265 Windows users can double click a @code{.ly} file to process and view
266 it automagically through the new @code{lily-wins} frontend.
267
268 @end itemize
269
270
271
272
273 @chapter New features in 1.8 since 1.6
274
275 @itemize
276
277 @item 
278 The chord entry code has been completely rewritten. It is now
279 cleaner and more flexible.
280
281 @item 
282 A new syntax has been added for text entry.  This syntax is more
283 friendly than the old mechanism, and it is implemented in a more
284 robust and modular way. For more information, refer to the section on
285 "Text markup" in the notation manual.
286
287 @item 
288 The integration of the input language and Scheme has been made deeper:
289 you can now use LilyPond identifiers in Scheme, and use Scheme
290 expressions instead of LilyPond identifiers.
291
292 @item 
293 The internal representation of music has been cleaned up completely
294 and converted to Scheme data structures.  The representation may be
295 exported as XML.
296
297 @item 
298 A new uniform postfix syntax for articulation has been introduced.
299 A beamed slurred pair of eighth notes can be entered as
300
301 @example
302         c8-[-( d8-]-) 
303 @end example
304
305 In version 2.0, postfix syntax will be the only syntax
306 available, and the dashes will become optional.
307
308 This will simplify the language: all articulations can be entered as
309 postfix, in any order.
310
311 @item 
312 A new syntax has been added for chords:
313
314
315 @example
316         << PITCHES >>
317 @end example 
318
319 It is not necessary to update files to this syntax, but it will be for
320 using LilyPond version 2.0.  In version 2.0, this syntax will be
321 changed to
322
323 @example
324         < PITCHES >
325 @end example
326
327 for chords, and
328
329 @example
330         \simultaneous @{ .. @} 
331 @end example
332
333 for simultaneous music.
334
335 To convert your files from <PITCHES> to <<PITCHES>>, use the script
336 included in buildscripts/convert-new-chords.py
337
338 This change was introduced for the following reasons
339
340 @itemize @bullet
341 @item
342 It solves the "start score with chord" problem, where you have to
343   state \context Voice explicitly when a chord was the start of a
344   Staff or Score.
345 @item
346 With the new syntax, it is possible to distinguish between
347   articulations (or fingerings) which are for a single chord note,
348   and which are for the entire chord. This allows for per-note
349   fingerings, and is more logical on the whole.
350 @end itemize
351
352 @item 
353 User code may now be executed during interpreting.  The syntax for
354 this code is
355
356 @example
357         \applycontext #SCHEME-FUNCTION
358 @end example
359
360 @item 
361 User code may now be executed on arbitrary grobs during interpreting.
362 The syntax for this feature is
363
364 @example
365         \applyoutput #SCHEME-FUNCTION
366 @end example
367
368 @noindent
369 SCHEME-FUNCTION takes a single argument, and is called for every grob
370 that is created in the current context.
371
372 @item 
373 New algorithms for chord-name formatting have been installed. They
374 can be tuned and have ergonomic syntax for entering exceptions.
375
376 @item 
377 Texts may now be put on multimeasure rests, e.g.
378
379 @example
380         R1*20^\markup @{ "GP" @}
381 @end example
382
383 @item
384 Ancient notation now prints ligatures in Gregorian square neumes
385 notation, roughly following the typographical style of the Liber
386 hymnarius of Solesmes, published in 1983.  Ligatures are still printed
387 without the proper line breaking and horizontal spacing.
388
389 @item 
390 Glissandi can now be printed using the zigzag style.
391
392 @item 
393 LilyPond can now print clusters. The syntax is
394
395 @example
396         \apply #notes-to-clusters @{ NOTE NOTE .. @}
397 @end example
398
399 @item
400 For irregular meters, beat grouping marks can be printed. The
401 syntax for this is
402
403 @example
404         #(set-time-signature 7 8 '(3 2 2))
405 @end example
406
407
408 @item 
409 Nested horizontal brackets for music analysis can now be printed:
410
411 @example
412         NOTE-\startGroup
413                 ..
414         NOTE-\stopGroup
415 @end example
416
417
418 @item  Ottava brackets are now fully supported as a feature.  The syntax
419 is
420
421 @example
422         #(set-octavation 1)
423 @end example
424
425
426 @item  Metronome markings are printed when a \tempo command is processed.
427
428
429
430 @item Fingerings can be put on chords horizontally.
431
432
433
434 @item  The appearance of various glyphs has been fine-tuned.
435
436
437
438 @item  Different types of percent style repeats may now be nested.
439
440
441
442 @item  The emacs support has been extended.
443
444
445 @item 
446 The manual has been completely revised and extended.
447
448 @end itemize
449
450 @chapter New features in 1.6 since 1.4
451
452
453 @itemize @bullet
454
455 @item
456 Support for figured bass and tablature.
457
458 @item
459 Completely rewritten beam formatting: provides much better output
460 now.
461
462
463 @item
464 Completely revised and improved music font.
465
466
467 @item
468 Completely rewritten MIDI import support.
469
470 @item
471 Completely rewritten grace note support. Practically speaking this
472 means that grace notes can be slurred to normal normal notes.
473
474
475 @item
476 Improved accidental handling and formatting: styles for producing
477 cautionaries may vary, and complex collisions between accidentals of a
478 chord are handled much better.
479
480 @item
481 Better spacing: both globally and locally. This includes subtle
482 details like optical stem spacing.
483
484 @item
485 More support for ancient notation: mensural ligatures, ambitus
486 (pitch range) of voices, more shapes, etc.
487
488 @item
489 More support for piano notation: bracket pedals, directed arpeggios,
490 arpeggio brackets.
491
492 @item
493 Easier music polyphonic music entry.
494
495 @item
496 More extensibility, many speedups and bugfixes
497
498 @item
499 The manual has been thoroughly revised.
500
501 @item
502 Development is now hosted at http://savannah.gnu.org, and sources
503 can be downloaded through anonymous CVS.
504
505 @item
506 Support for windows: LilyPond is part of the cygwin distribution,
507 which comes with a user-friendly installer.
508
509 @end itemize