]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/topdocs/NEWS.texi
(Top): Mention GNOME backend for
[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 @unnumbered New features in 2.3 since 2.2
8
9 @itemize @bullet
10
11 @item A experimental GNOME output backend is available for developers.
12 It depends on several unreleased softwares such as gnome-guile TLA and
13 Pango CVS.  The output interface coverage is sparse, but it already
14 does support point-and-click on the GNOME Canvas.  See also
15 @file{scm/output-gnome.scm}.
16
17 @item Context definitions are now stored in identifiers that match the
18 context name, in other words, to modify a @code{Staff} context, the
19 following code may be used.
20
21 @example
22 \context @{
23   \Staff
24   .. 
25 @}
26 @end example
27
28 @item A new block, @code{\bookpaper} has been introduced to
29 hold settings for paper size and output scaling.
30
31 @item Support for fret diagrams  has been contributed by Carl
32 D. Sorensen. @file{input/test/fret-diagram.ly} contains an example.
33  
34 @item The @code{--safe-mode} has been revisited: GUILE evaluation
35 is done in the R5RS safe module, with only the basic @code{ly:}
36 interface available and malicious @TeX{} code is stopped.  However, to
37 be reasonably safe, you are advised to use the PostScript backend
38 rather than the @TeX{} backend anyway; and if possible use an UML
39 sandbox to run gs or latex.
40
41 @item Music syntax can now be extended seamlessly. As an example,
42 here is the new implementation @code{\applymusic},
43
44 @example
45   applymusic = #(ly:make-music-function
46      (list procedure? ly:music?) ; signature
47      (lambda (where func music)  ; the function
48        (func music)))
49 @end example
50
51 @item @code{\apply} has been renamed to @code{\applymusic}.
52
53 @item Music can be used as a markup.
54 When inserting a @code{score} block as part of a @code{\markup}, it
55 produces a rendered markup of the music.  An example is in
56 @file{input/test/markup-score.ly}.
57
58 @item LilyPond expressions can be embedded into Scheme. The syntax for
59 this is @code{#@{ ... #@}}. Within such a block, Scheme forms can be
60 introduced using a @code{$} character (@code{$$} results in a single
61 `$' character).  These forms are then inserted in the pattern.
62
63 @example
64 #(define (textoffset dx dy)
65    (ly:export
66      #@{ \override Voice.TextScript #'extra-offset = #(cons $dx $dy) #@}))
67
68 @{
69   c'^"normal text"
70   %% The following embedded scheme call is the same as
71   %% \override Voice.TextScript #'extra-offset = #(cons 2 -3)
72   #(textoffset 2 -3)
73   c'^"text with offset" 
74 @}
75 @end example
76
77 @item A music list at toplevel is interpreted as implicit @code{\score}
78 a @code{\score} block at toplevel is interpreted as an implicit
79 @code{\book} and @code{\notes} mode is the default lexer mode.  The
80 result is that
81
82 @example
83 \header @{ title = "The Title" @}
84 @{ a b c @}
85 @end example
86
87 is interpreted as
88
89 @example
90 \header @{ title = "The Title" @}
91 \book @{
92   \score @{
93     \notes @{ a b c @}
94   @}
95 @}    
96 @end example
97
98 This is handled by the function defined in
99 @code{toplevel-music-handler}.  Similarly, @code{\score} and
100 @code{\book} are handled by @code{toplevel-score-handler} and a
101 @code{toplevel-book-handler}.  By changing these variables, different
102 results can be obtained.
103
104
105 @item Start pitch for @code{relative} music is optional for music lists.
106 The default value is one octave below middle C.
107
108 @c update-me?  formal definition of newaddlyrics, once it works
109 @item Combining lyrics with music can be done with @code{\newlyrics}
110
111 @example
112     \relative @{
113         \clef bass
114         d2 d c4 bes a2 \break
115     @}
116     \newlyrics @{
117         My first Li -- ly song,
118     @}
119     \newlyrics @{
120         Not much can go wrong!
121     @}
122 @end example
123
124 Syntactically, @code{\newlyrics} acts like an infix operator.
125
126 @item The parser is encapsulated in a Scheme function
127 @code{ly:parse-file}, so the following fragment processes two files
128
129 @verbatim
130 #(ly:parse-file "another.ly")
131 \score { \notes { c4 }}
132 @end verbatim
133
134 @item The @code{font-encoding} property can now be used to select
135 differently encoded fonts. The previous default setting
136 @code{TeX-text} has been replaced by latin1. LilyPond requires the
137 @uref{http://www.lilypond.org/download/fonts/,ec-fonts-mftraced}
138 package installed to function properly.
139
140 @item The encoding of a file can be switched with
141 @code{\encoding}. The strings for markup texts are translated
142 automatically.
143
144 @item The toplevel block @code{\book} introduces page layout.
145 A @code{\book} groups @code{\score} blocks into one page layout
146 entity. For example, two scores are combined in one book with   
147
148 @example
149 \book @{
150      \score @{ ... @}
151      \score @{ ... @}
152 @}
153 @end example
154
155 Titling and page breaks are handled by LilyPond.  For automatic page
156 breaking, two algorithms are available, the classic ragged pages (the
157 default), and optimal page breaking.  
158 Page  breaks may be inserted manually with
159 @example
160   \pageBreak
161 @end example
162
163 @item
164 The @code{lilypond} program does not generate La@TeX{} titles or page
165 layout.  If you need La@TeX{} titles, you can use the
166 @code{lilypond-book} program.
167
168 @item There is now less of a noticeable ``hook'' at the end of a long slur.
169
170 @item The meaning of the @code{|} in the input can be redefined, by
171  assigning a music expression to @code{pipeSymbol}.
172  
173 @end itemize
174
175 @unnumbered New features in 2.2 since 2.0
176
177 @itemize @bullet
178
179 @item Setting @code{raggedlast = ##t} in the @code{\paper} block
180 causes the last line to be set flush-left instead of justified. 
181
182 @item The @code{Timing_engraver} now sets the @code{Timing} alias on
183 its containing context automatically.
184
185 @item The code for font selection has been rewritten. In addition to
186 existing font selection properties, the property @code{font-encoding}
187 has been added, which makes the switch between normal @code{text} and
188 other encodings like @code{braces}, @code{music} and @code{math}.
189
190 @item The pmx2ly script has been removed from the distribution.
191
192 @item Pedal brackets will now run to the last bar of a piece if they are not
193 explicitly ended.
194
195 @item Context definitions now use the word @code{\context} instead of @code{\translator}.
196
197 @item Property functions may be used as an argument to @code{set!},
198 for example
199
200 @example
201   (set! (ly:grob-property grob 'beam) ... )
202 @end example
203
204 @item In anticipation of Emacs 21.4 or 22.1, the info documentation contains
205 images.
206
207 @item Cue notes can be quoted directly from the parts that
208 contain them. This will take into account transposition of source and target
209 instrument. For example,
210
211 @verbatim
212 \addquote clarinet \notes\relative c' {
213   \transposition bes
214   fis4 fis fis fis
215 }
216
217 \score {
218     \notes \relative c'' {
219         c8 d8 \quote 2 oboe es8 gis  
220     }
221 }
222 @end verbatim
223
224 @item The transposition of an instrument can be specified using the
225 @code{\transposition} command.  An
226 E-flat alto saxophone is specified as 
227
228 @example
229   \transposition es'
230 @end example 
231
232 @item The naming of exported Scheme functions now follows Scheme conventions.
233 Changes be applied to Scheme files with 
234
235 @example
236         convert-ly -e -n --from=2.1.24 --to=2.1.26 *.scm 
237 @end example
238
239
240 @item Notes can  be excluded from auto-beaming, by  marking them with
241 @code{\noBeam}
242 @example
243   c8 c \noBeam c c 
244 @end example
245
246 @noindent
247 will print two separate eighth notes, and two beamed notes.
248
249 @item  Translators and contexts have been split. The result of this
250 internal cleanup is that @code{Score} no longer is the top context;
251 @code{Score} is contained in the @code{Global} context. Consequently,
252 it is possible to tweak @code{Score} as follows:
253
254 @example
255   \context Score \with @{
256     @dots{}
257   @}
258 @end example
259
260 @item The number of staff lines  in Tablature notation is now
261 automatically deduced from the @code{stringTunings} property.
262
263 @item The program reference has been cleaned up and revised.
264
265 @item The syntax for setting properties has been simplified:
266 the following table lists the differences:
267
268 @example
269       (old)                           (new)
270
271 \property A.B = #C                \set A.B = #C
272 \property A.B \unset              \unset A.B
273 \property A.B \set #C = #D        \override A.B #C = #D 
274 \property A.B \override #C = #D   (removed)
275 \property A.B \revert #C          \revert A.B #C
276 @end example
277
278 Furthermore, if @code{A} is left out, the bottommost context is used
279 by default.  In other words, it is no longer necessary to explicitly
280 mention @code{Voice}, @code{Lyrics} or @code{ChordNames}. 
281
282 Old:
283
284 @example
285    \property Voice.autoBeaming = ##f
286    \property Staff.TimeSignature \set #'style = #'C
287 @end example
288
289 New:
290
291 @example
292    \set autoBeaming = ##f
293    \override Staff.TimeSignature #'style = #'C
294 @end example
295
296
297 @item Tweaks  made with @code{\override} and @code{\revert} no longer
298 hide tweaks at higher context levels.
299
300 @item Melismata in lyrics are also properly handled  in the MIDI output.
301
302 @item The lilypond-book script has been rewritten.
303 It is shorter, cleaner and faster.  The special construct
304 @code{mbinclude} has been removed, plain @code{@@include} or
305 @code{\input} can be used now.
306
307 It now supports running convert-ly on the lilypond snippets,
308 @example
309     lilypond-book --filter='convert-ly --from=2.0.0' my-book.tely
310 @end example
311
312 @item The @code{LyricsVoice} context has been removed. Lyrics should only
313 be constructed in @code{Lyrics}.
314
315 @item The @code{Thread} context has been removed. Note heads and rests
316 are now constructed at @code{Voice} level.
317
318 @item  Harmonic notes can now be entered as
319
320 @example
321    <c' g''\harmonic>
322 @end example
323
324 @item Drum notation is now supported  as a regular feature:
325 percussion may be entered in @code{\drums} mode, and printed or
326 performed in a @code{DrumStaff} context:
327
328 @example
329   \score @{
330     \drums \new DrumStaff @{ hihat4 cowbell8 @}
331   @}
332 @end example
333
334 @item The automatic staff changer was internally rewritten. As a
335 result, the syntax has been simplified as well:
336
337 @example
338   \autochange @var{the-music}
339 @end example
340
341 @item The ergonomic syntax of @code{\markup} now has an equivalent in
342 Scheme. The @code{markup*} macro creates such objects; the following
343 two markup commands are equivalent:
344 @example
345  f4^#(markup* #:raise 0.2 #:bold "hi")
346  f4^\markup @{ \raise #0.2 \bold hi  @}
347 @end example
348
349 @item Voice names, for vocal lines, have been added. They are similar
350 to instrument names.   They can be set by defining @code{vocalName}
351 and @code{vocNam}.
352
353 @item Safe mode has been reinstated for lilypond.
354 When lilypond is invoked with @code{--safe-mode}, @TeX{} and
355 PostScript file output is disallowed, and lilypond-bin is invoked with
356 @code{--safe-mode}, the user's Guile expressions are evaluated in a
357 safe environment and file inclusion is not allowed.
358
359 Warning: this does not protect against denial-of-service attacks using
360 Guile, @TeX{} or PostScript.
361
362 (This feature is still experimental.)
363
364 @item There is now a Scheme macro for defining markup
365 commands. Special mark-up commands can be defined in user-files too.
366
367 @item Many fixes for dimension scaling have been made,
368 resulting in correct results for scores that mix staves in different
369 sizes.
370
371 @item Improved robustness when  layout properties are accidentally removed.  
372
373 @item A  more cleanly constructed part combiner has been installed.
374 It is more robust and less buggy. The part-combiner can be used with
375 @example
376   \partcombine @var{mus1} @var{mus2}
377 @end example
378
379 @noindent
380 See @file{input/regression/new-part-combine.ly} for an example.
381
382 @item Formatting of rehearsal marks has been improved. The @code{\mark}
383 command now only does automatic incrementing for marks specified as
384 integer. For example, @code{\mark #1} will print an A in the default
385 style.  See @file{input/regression/rehearsal-mark-letter.ly},
386 @file{input/regression/rehearsal-mark-number.ly}.
387
388 @item Formatting of ottava brackets has been much improved.
389
390 @item Objects in the output can now be documented: the following fragment
391  boxes the note head, and adds the text ``heads or tails?'' three
392 spaces below the box.
393
394 @example
395        \context Voice \applyoutput #(add-balloon-text
396                                      'NoteHead "heads, or tails?"
397                                      '(0 . -3))
398
399       
400        c8
401 @end example
402
403
404 @item Default staff sizes are now scalable. There are two new mechanisms for
405 setting staff sizes. Both are demonstrated in this fragment:
406
407 @example
408   #(set-global-staff-size 15)
409   \paper @{
410     #(paper-set-staff-size (* 15 pt))
411   @}   
412 @end example
413
414
415 @noindent
416 Both have the same effect on the global layout of a piece. Similarly,
417 the paper size may be changed as follows
418
419 @example
420   #(set-default-paper-size "a4")
421   \paper @{
422     #(set-paper-size "a4")
423   @}
424 @end example 
425
426
427 @item Warnings for bar check errors are more cleverly printed.  This
428 makes @code{barCheckSynchronize} superfluous, so it is now switched
429 off by default.
430
431 Warning: this will cause problems in scores that use bar checks to
432 shorten measures.
433
434 @item The black note head was made a little rounder, which causes a less
435  frantic graphic impression.
436
437 @item
438 A more concise syntax for checking octaves was introduced. A note may
439 be followed by @code{=}@var{quotes} which indicates what its absolute
440 octave should be.  In the following example, 
441
442 @example
443   \relative c'' @{ c='' b=' d,='' @}        
444 @end example
445
446 @noindent
447 the d will generate a warning, because a d'' is
448 expected, but a d' is found.
449 @c @code adds ` ', very confusing.
450
451 @item There is a new mechanism for putting lyrics to melodies.
452 With this mechanism, @code{Lyrics} lines can be put melodies
453 individually, allowing for different melismatic sections in every
454 @code{Lyrics}. See @file{input/regression/lyric-combine-new.ly}.
455
456 @item Bar lines may now be dotted.
457
458
459 @item The documentation now has links to a wiki, where everyone can
460 add personal comments to the manual.
461
462 @item Contexts may now be changed locally for an isolated music
463 expression. For example,
464   
465 @example
466   \new Voice \with @{
467      \consists "Pitch_squash_engraver"
468   @} @{
469     c'4
470   @}
471 @end example
472
473 @item The syntax for changing staffs has changed. The keyword
474 @code{\change} should now be used, e.g.
475
476 @example
477   \change Staff = up
478 @end example 
479
480 @item Features of spanner contexts, like @code{Staff}, can now be changed
481   using @code{\set}, eg.
482
483 @example
484   \new Staff @{
485        \override Staff.StaffSymbol #'line-count = #4
486        c'4
487   @} 
488 @end example
489
490 @noindent
491 puts a quarter note C on a staff with 4 lines.  
492
493
494 @item Multi measure rests are now truly centered between the
495 clefs/barlines of the staff, their position is independent of symbols
496 on the other staffs.
497
498 @item Collision resolution for dots in chords has been improved greatly. 
499
500 @item
501 Spacing following barlines was improved for widely stretched lines.
502
503 @item
504 Lyric hyphens and extenders now conform to standard typesetting
505 practice.
506
507 @item
508 Lyrics are now aligned under note heads conforming to engraving
509 standards. The responsible code has been rewritten, and is drastically
510 simpler from the previous version. To aid this rewrite, the syntactic
511 function of the extender line ( __ ) has been changed: it is now
512 attached to the lyric syllable.
513
514 @item
515 When redefining a context, the associated identifier is also
516 updated. For example, after reading 
517
518 @example
519  \translator @{
520         \ScoreContext
521         autoBeaming = ##f
522  @}
523 @end example
524
525 @noindent
526 the definition of @code{ScoreContext} is updated to include the changed
527 setting.
528
529
530 @item
531 The weight of the stafflines is now heavier at smaller staff sizes.
532 The font has been modified to match this look: at smaller sizes, the
533 font is heavier and the note heads are more rounded.
534
535 @item Processing scores is now done while parsing the file. New
536 Scheme functions give more flexibility: for example, it is now possible
537 interpret a score, collecting synchronized musical events in a list, and
538 manipulate that information using inline Scheme. For an example, see
539 @file{input/no-notation/recording.ly}.
540
541 @item Font sizes can now truly be scaled continuously: the  @code{font-size}
542 is similar to the old @code{font-relative-size}, but may be set to
543 fractional values; the closest design size will be scaled to achieve
544 the desired size. As a side-effect, there are now no longer
545 limitations in using smaller fonts (eg. grace notes) at small staff
546 sizes.
547
548 @item Stem tips are now also engraved with rounded corners.
549
550 @item
551 The placement of accidentals on chords and ledgered notes is improved.
552
553 @end itemize
554
555
556 @unnumbered New features in 2.0 since 1.8
557
558 @itemize
559
560 @item
561 Crescendos can now be drawn dotted or dashed.
562
563 @item
564 Quarter tones are now supported. They are entered by suffixing
565 @code{ih} for a half-sharp and @code{eh} for a half-flat. Hence, the
566 following is an ascending list of pitches:
567
568 @example
569   ceses ceseh ces ceh c cih cis cisih cisis
570 @end example
571
572 @item
573 The following constructs have been removed from the syntax:
574
575 @example
576   \duration #SCHEME-DURATION
577   \pitch #SCHEME-PITCH
578   \outputproperty @var{func} @var{symbol} = @var{value}
579 @end example
580
581 For @code{\outputproperty}, the following may be substituted:
582
583 @example
584    \applyoutput #(outputproperty-compatibility @var{func}
585                   @var{symbol} @var{value}) 
586 @end example 
587
588 @item
589 Clefs may now be transposed arbitrarily, for example
590
591 @example
592   \clef "G_8"
593   \clef "G_15"
594   \clef "G_9"
595 @end example
596
597
598 @item
599 The syntax for chords and simultaneous music have changed.
600 Chords are entered as
601
602 @example
603    <@var{pitches}>
604 @end example
605
606 while simultaneous music is entered as
607
608 @example
609    <<@var{..music list..}>>
610 @end example
611
612 In effect, the meanings of both have been swapped relative to their 1.8
613 definition.  The syntax for lists in @code{\markup} has changed
614 alongside, but figured bass mode was not  changed, i.e.:
615
616 @example
617   \markup @{ \center <@var{..list of markups..}> @}
618   \figure @{ <@var{figures}> @}
619 @end example
620
621 As chords the more often used than simultaneous music, this change will
622 save keystrokes.
623
624 @item
625 Each music expression can now be tagged, to make different printed
626 versions from the same music expression.  In the following example,
627 we see two versions of a piece of music, one for the full score, and
628 one with cue notes for the instrumental part:
629
630 @example
631 << \tag #'part <<
632      @{ c4 f2 g4 @}      % in the part, we have cue-notes  
633      \\ R1 >>
634   \tag #'score R1  % in the score: only a rest
635 >>
636 @end example
637  
638 The same can be applied to articulations, texts, etc.: they are
639 made by prepending
640
641 @example
642         -\tag #@var{your-tags} 
643 @end example
644
645 to an articulation, for example, 
646
647 @example
648         c4-\tag #'with-fingerings -4 -\tag #'with-strings \6
649 @end example
650
651 This defines a note, which has a conditional fingering and a
652 string-number indication.
653
654 @item
655 The settings for chord-fingering are more flexible. You can specify a
656 list where fingerings may be placed, eg.
657
658 @example
659         \property Voice.fingeringOrientations = #'(left down)
660 @end example
661
662 This will put the fingering for the lowest note below the chord, and the
663 rest to the left.
664
665 @item
666 The script previously known as @code{ly2dvi} has been renamed to
667 @code{lilypond}. The binary itself is now installed as
668 @code{lilypond-bin}.
669
670 @item
671 Markup text (ie. general text formatting) may now be used for lyrics too. 
672
673 @item
674 Two new commands for grace notes have been added, @code{\acciaccatura}
675 and @code{\appoggiatura},
676
677 @example
678   \appoggiatura f8 e4
679   \acciaccatura g8 f4
680 @end example
681
682 Both reflect the traditional meanings of acciaccatura and appogiatura,
683 and both insert insert a slur from the first grace note to the main
684 note.
685
686 @item 
687 Layout options for grace notes are now stored in a context property,
688 and may now be set separately from musical content.
689
690 @item
691 The @code{\new} command will create a context with a unique
692 name automatically. Hence, for multi-staff scores, it is no longer
693 necessary to invent arbitrary context names. For example, a two-staff
694 score may be created by
695
696 @example
697   \simultaneous @{
698     \new Staff @{ @var{notes for 1st staff} @}
699     \new Staff @{ @var{notes for 2nd staff} @}
700   @}
701 @end example
702
703
704
705 @item
706 Octave checks make octave errors easier to correct.
707 The syntax is 
708
709 @example
710   \octave @var{pitch}
711 @end example
712
713 This checks that @var{pitch} (without octave) yields @var{pitch} (with
714 octave) in \relative mode. If not, a warning is printed, and the
715 octave is corrected.
716
717 @item
718 All articulations must now be entered postfix. For example,
719
720 @example
721         c8[( d8]) 
722 @end example
723
724 @noindent
725 is a pair of beamed slurred eighth notes.
726
727 @item
728 The definition of @code{\relative} has been simplified.  Octaves are
729 now always propagated in the order that music is entered. In the
730 following example,  
731
732 @example
733   PRE
734   \repeat "unfold" 3  BODY \alternative @{ ALT1 ALT2 @}
735   POST
736 @end example
737
738 @noindent
739 the octave of BODY is based on PRE, the starting octave of ALT1 on
740 BODY, the starting octave of ALT2 on ALT1, and the starting octave of
741 POST on ALT2.
742
743 The same mechanism is used for all other music expressions, except the
744 chord. Backwards compatibility is retained through a special program option,
745 which is set through 
746
747 @example
748   #(ly:set-option 'old-relative)
749 @end example
750
751 @item
752 Windows users can double click a @code{.ly} file to process and view
753 it automagically through the new @code{lily-wins} frontend.
754
755 @end itemize
756
757
758
759
760 @unnumbered New features in 1.8 since 1.6
761
762 @itemize
763
764 @item 
765 The chord entry code has been completely rewritten. It is now
766 cleaner and more flexible.
767
768 @item 
769 A new syntax has been added for text entry.  This syntax is more
770 friendly than the old mechanism, and it is implemented in a more
771 robust and modular way. For more information, refer to the section on
772 "Text markup" in the notation manual.
773
774 @item 
775 The integration of the input language and Scheme has been made deeper:
776 you can now use LilyPond identifiers in Scheme, and use Scheme
777 expressions instead of LilyPond identifiers.
778
779 @item 
780 The internal representation of music has been cleaned up completely
781 and converted to Scheme data structures.  The representation may be
782 exported as XML.
783
784 @item 
785 A new uniform postfix syntax for articulation has been introduced.
786 A beamed slurred pair of eighth notes can be entered as
787
788 @example
789         c8-[-( d8-]-) 
790 @end example
791
792 In version 2.0, postfix syntax will be the only syntax
793 available, and the dashes will become optional.
794
795 This will simplify the language: all articulations can be entered as
796 postfix, in any order.
797
798 @item 
799 A new syntax has been added for chords:
800
801
802 @example
803         << PITCHES >>
804 @end example 
805
806 It is not necessary to update files to this syntax, but it will be for
807 using LilyPond version 2.0.  In version 2.0, this syntax will be
808 changed to
809
810 @example
811         < PITCHES >
812 @end example
813
814 for chords, and
815
816 @example
817         \simultaneous @{ .. @} 
818 @end example
819
820 for simultaneous music.
821
822 To convert your files from <PITCHES> to <<PITCHES>>, use the script
823 included in @file{buildscripts/convert-new-chords.py}.
824
825 This change was introduced for the following reasons
826
827 @itemize @bullet
828 @item
829 It solves the "start score with chord" problem, where you have to
830   state \context Voice explicitly when a chord was the start of a
831   Staff or Score.
832 @item
833 With the new syntax, it is possible to distinguish between
834   articulations (or fingerings) which are for a single chord note,
835   and which are for the entire chord. This allows for per-note
836   fingerings, and is more logical on the whole.
837 @end itemize
838
839 @item 
840 User code may now be executed during interpreting.  The syntax for
841 this code is
842
843 @example
844         \applycontext #SCHEME-FUNCTION
845 @end example
846
847 @item 
848 User code may now be executed on arbitrary grobs during interpreting.
849 The syntax for this feature is
850
851 @example
852         \applyoutput #SCHEME-FUNCTION
853 @end example
854
855 @noindent
856 SCHEME-FUNCTION takes a single argument, and is called for every grob
857 that is created in the current context.
858
859 @item 
860 New algorithms for chord-name formatting have been installed. They
861 can be tuned and have ergonomic syntax for entering exceptions.
862
863 @item 
864 Texts may now be put on multimeasure rests, e.g.
865
866 @example
867         R1*20^\markup @{ "GP" @}
868 @end example
869
870 @item
871 Ancient notation now prints ligatures in Gregorian square neumes
872 notation, roughly following the typographical style of the Liber
873 hymnarius of Solesmes, published in 1983.  Ligatures are still printed
874 without the proper line breaking and horizontal spacing.
875
876 @item 
877 Glissandi can now be printed using the zigzag style.
878
879 @item 
880 LilyPond can now print clusters. The syntax is
881
882 @example
883         \apply #notes-to-clusters @{ NOTE NOTE .. @}
884 @end example
885
886 @item
887 For irregular meters, beat grouping marks can be printed. The
888 syntax for this is
889
890 @example
891         #(set-time-signature 7 8 '(3 2 2))
892 @end example
893
894
895 @item 
896 Nested horizontal brackets for music analysis can now be printed:
897
898 @example
899         NOTE-\startGroup
900                 ..
901         NOTE-\stopGroup
902 @end example
903
904
905 @item  Ottava brackets are now fully supported as a feature.  The syntax
906 is
907
908 @example
909         #(set-octavation 1)
910 @end example
911
912
913 @item  Metronome markings are printed when a \tempo command is processed.
914
915
916
917 @item Fingerings can be put on chords horizontally.
918
919
920
921 @item  The appearance of various glyphs has been fine-tuned.
922
923
924
925 @item  Different types of percent style repeats may now be nested.
926
927
928
929 @item  The emacs support has been extended.
930
931
932 @item 
933 The manual has been completely revised and extended.
934
935 @end itemize
936
937 @unnumbered New features in 1.6 since 1.4
938
939
940 @itemize @bullet
941
942 @item
943 Support for figured bass and tablature.
944
945 @item
946 Completely rewritten beam formatting: provides much better output
947 now.
948
949
950 @item
951 Completely revised and improved music font.
952
953
954 @item
955 Completely rewritten MIDI import support.
956
957 @item
958 Completely rewritten grace note support. Practically speaking this
959 means that grace notes can be slurred to normal normal notes.
960
961
962 @item
963 Improved accidental handling and formatting: styles for producing
964 cautionaries may vary, and complex collisions between accidentals of a
965 chord are handled much better.
966
967 @item
968 Better spacing: both globally and locally. This includes subtle
969 details like optical stem spacing.
970
971 @item
972 More support for ancient notation: mensural ligatures, ambitus
973 (pitch range) of voices, more shapes, etc.
974
975 @item
976 More support for piano notation: bracket pedals, directed arpeggios,
977 arpeggio brackets.
978
979 @item
980 Easier music polyphonic music entry.
981
982 @item
983 More extensibility, many speedups and bugfixes
984
985 @item
986 The manual has been thoroughly revised.
987
988 @item
989 Development is now hosted at http://savannah.gnu.org, and sources
990 can be downloaded through anonymous CVS.
991
992 @item
993 Support for windows: LilyPond is part of the cygwin distribution,
994 which comes with a user-friendly installer.
995
996 @end itemize