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