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