summaryrefslogtreecommitdiff
path: root/Documentation/web/news-headlines.itexi
blob: e5154c6bde1ce35158de5f7eaae3146f41a49efc (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
@c -*- coding: utf-8; mode: texinfo; -*-
@c This file is used in the web.texi file.

@c when you add a new item, consider removing the lowest item(s)

@c used for news about the upcoming release; see CG on Release Work

@c We use @uref for the actual website to link to individual news items
@c by their <a> tags.  We use @ref for other output formats.

@ifclear web_version
  @c no anchor links, just link to News page

@ref{News, LilyPond 2.19.47 released - @emph{August 13, 2016}}

@ref{News, Two LilyPond projects in Google Summer of Code 2016 - @emph{April 23, 2016}}

@ref{News, LilyPond 2.18.2 released! - @emph{March 23, 2014}}

@ref{News, LilyPond 2.18.0 released! - @emph{December 29, 2013}}

@end ifclear
@ifset web_version
  @c anchor links, link to individual news items by their <a> tag

@uref{news.html#LilyPond-2_002e19_002e47-released-August-13_002c-2016,
  LilyPond 2.19.47 released - @emph{August 13, 2016}}

@uref{news.html#Two-LilyPond-projects-in-Google-Summer-of-Code-2016-April-23_002c-2016,
  Two LilyPond projects in Google Summer of Code 2016 - @emph{April 23, 2016}}

@uref{news.html#LilyPond-2_002e18_002e2-released_0021-March-23_002c-2014,
  LilyPond 2.18.2 released! - @emph{March 23, 2014}}

@uref{news.html#LilyPond-2_002e18_002e0-released_0021-December-29_002c-2013,
  LilyPond 2.18.0 released! - @emph{December 29, 2013}}

@end ifset