]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/web/news-new.itexi
Release: update news.
[lilypond.git] / Documentation / web / news-new.itexi
1 @c -*- coding: utf-8; mode: texinfo; -*-
2 @c This file is part of community.itexi
3
4 @c when you add a new item, consider moving the lowest item(s)
5 @c into news-old.itexi.
6
7 @c keep two blank lines between news entries
8
9 @c used for news about the upcoming release; see CG on Release Work
10
11 @newsItem
12 @subheading LilyPond 2.19.63 released  @emph{June 28, 2017}
13
14 We are happy to announce the release of LilyPond
15 2.19.63.  This release includes a number of enhancements, and contains some
16 work in progress.  You will have access to the very latest features, but
17 some may be incomplete, and you may encounter bugs and crashes.  If you
18 require a stable version of LilyPond, we recommend using the 2.18
19 version.
20
21 @newsEnd
22
23 @newsItem
24 @subheading LilyPond 2.18.2 released!  @emph{March 23, 2014}
25
26 We are proud to announce the release of GNU LilyPond 2.18.2.
27 LilyPond is a music engraving program devoted to producing the
28 highest-quality sheet music possible.  It brings the aesthetics of
29 traditionally engraved music to computer printouts.
30
31 This version provides a number of updates to 2.18.0, including
32 updated manuals.  We recommend all users to upgrade to this version.
33
34 @newsEnd
35
36
37 @newsItem
38 @subheading Two LilyPond projects in Google Summer of Code 2016  @emph{April 23, 2016}
39
40 We are happy to see two students, Nathan Chou and Jeffery Shivers, working on
41 LilyPond as participants in the Google Summer of Code this year.  We hope they
42 produce great results and stay in the developer community afterwards.
43
44 Nathan will tackle an annoying limitation, namely the unability of spanners
45 to cross voices.  His work will make a class of ugly workarounds obsolete.
46 Jeffery will bring the ScholarLY package[1] to production quality and add a
47 LaTeX package to it, making it possible to create beautiful critical reports
48 from data encoded directly in the LilyPond score.
49
50 [1] @uref{https://github.com/openlilylib/scholarly}@*
51
52 @newsEnd
53
54
55 @newsItem
56 @subheading LilyPond 2.18.0 released!  @emph{December 29, 2013}
57
58 We are proud to announce the release of GNU LilyPond 2.18.0.
59 LilyPond is a music engraving program devoted to producing the
60 highest-quality sheet music possible.  It brings the aesthetics of
61 traditionally engraved music to computer printouts.
62
63 Among the numerous improvements and changes, the following might
64 be most visible:
65
66 @itemize @bullet
67 @item
68 Many items are now positioned using their actual outline rather
69 than a@tie{}rectangular bounding box.  This greatly reduces
70 the occurrence of unsightly large gaps.
71
72 @item
73 Sets and overrides can now use the syntax
74 @example
75 \override Voice.TextSpanner.bound-details.left.text = "rit."
76 @end example
77 instead of the previous
78 @example
79 \override Voice.TextSpanner #'(bound-details left text) = "rit."
80 @end example
81
82 @item
83 Triplets with a given group length can now be written as
84 @example
85 \tuplet 3/2 4 @{ c8 c c  c c c @}
86 @end example
87 instead of
88 @example
89 \times 2/3 @{ c8 c c @}  \times 2/3 @{ c8 c c @}
90 @end example
91 @end itemize
92
93 A full list of noteworthy new features is given in:
94
95 @example
96 @uref{http://lilypond.org/doc/v2.18/Documentation/changes/index.html}
97 @end example
98
99 Great thanks go to the large number of LilyPond enthusiasts whose
100 financial backing enabled one core developer, David Kastrup, to
101 focus exclusively on LilyPond during the entire development cycle.
102
103 LilyPond 2.18 has been brought to you by
104
105 @table @asis
106 @item Main Developers:
107 Bertrand Bordage, Trevor Daniels, Colin Hall, Phil Holmes, Ian
108 Hulin, Reinhold Kainhofer, David Kastrup, Jonathan Kulp, Werner
109 Lemberg, John Mandereau, Patrick McCarty, Joe Neeman, Han-Wen
110 Nienhuys, Jan Nieuwenhuizen, Graham Percival, Mark Polesky, Neil
111 Puttock, Mike Solomon, Carl Sorensen, Francisco Vila, Valentin
112 Villenave, Janek Warchoł
113
114 @item Core Contributors:
115 Aleksandr Andreev, Frédéric Bron, Torsten Hämmerle, Marc Hohl,
116 James Lowe, Andrew Main, Thomas Morley, David Nalesnik, Keith
117 OHara, Benkő Pál, Anders Pilegaard, Julien Rioux, Johannes Rohrer,
118 Adam Spiers, Heikki Tauriainen
119
120 @item Documentation Writers:
121 Frédéric Bron, Federico Bruni, Colin Campbell, Urs Liska, James
122 Lowe, Thomas Morley, Jean-Charles Malahieude, Guy Stalnaker,
123 Martin Tarenskeen, Arnold Theresius, Rodolfo Zitellini
124
125 @item Bug Squad:
126 Colin Campbell, Eluze, Marc Hohl, Phil Holmes, Marek Klein, Ralph
127 Palmer
128
129 @item Support Team:
130 Colin Campbell, Eluze, Marc Hohl, Marek Klein, Kieren MacMillan,
131 Urs Liska, Ralph Palmer
132
133 @item Translators:
134 Federico Bruni, Luca Rossetto Casel, Felipe Castro, Pavel Fric,
135 Jean-Charles Malahieude, Till Paala, Yoshiki Sawada
136
137 @end table
138 and numerous other contributors.
139
140 @newsEnd