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