summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Morris <paulwmorris@gmail.com>2015-03-03 23:43:00 -0500
committerJames Lowe <pkx166h@gmail.com>2015-03-12 14:50:14 +0000
commit1244656c3b2d852f29bd75007469e1b1ed0b616f (patch)
tree1130beb3e60f4567451e9c62b999dcf156360f87
parentd0c679a337fa9b38fe4f7578007d2e32842e4456 (diff)
Web: revise home page and old news page
Issue 4312 Simplify quickSummary Style news items like column boxes Simplify side bar (releases and pondings)
-rw-r--r--Documentation/css/lilypond-website.css119
-rw-r--r--Documentation/web.texi52
-rw-r--r--Documentation/web/news-front.itexi18
-rw-r--r--Documentation/web/news.itexi1018
4 files changed, 572 insertions, 635 deletions
diff --git a/Documentation/css/lilypond-website.css b/Documentation/css/lilypond-website.css
index ca445710ae..30b7cec9f3 100644
--- a/Documentation/css/lilypond-website.css
+++ b/Documentation/css/lilypond-website.css
@@ -282,7 +282,6 @@ div#main {
overflow: auto;
}
-/* FIXME: does not work in IE<=6 */
#main > a:first-child {
position: absolute;
top: -10em;
@@ -326,18 +325,8 @@ div#cmws {
div#quickSummary {
text-align: left;
- margin: 4em 13em 0 0;
-}
-
-#quickSummary .subheading {
- background: linear-gradient(to right,
- rgb(79, 130, 99),
- rgb(79, 130, 99) 10%,
- rgb(255, 255, 255) 75%,
- rgb(255, 255, 255));
- color: #fff;
- padding: 0 0.5em;
- margin: 0;
+ margin: 3em 14em 25px 0;
+ font-size: 19px;
}
#quickSummary p {
@@ -345,29 +334,12 @@ div#quickSummary {
margin: 0;
}
-div.separator {
- background: transparent url(../pictures/squiggle.jpg) no-repeat 50% 50%;
- height: 36px;
- padding: 10px;
- margin: 0 13em 0 0;
-}
-
div#news {
padding: 0;
- margin: 0 13em 1em 0;
+ margin: 0 14em 1em 0;
}
-div.news-item {
- padding: 1em 0;
-}
-
-.news-item .subsubheading {
- text-align: left;
- padding: 0.5em 0.5em 0 0.5em;
- border-top: 1px solid #5b7f64;
- margin: 0;
- overflow: hidden;
-}
+/* .news-item is styled below with columns */
.testimonial-item {
/* Not sure how to style the testimonials */
@@ -389,69 +361,33 @@ div.news-item {
padding: 0 0.5em;
}
-.news-item p {
- text-align: left;
- padding: 0.5em;
- margin: 0;
-}
-
-div#latestVersion {
- position: absolute;
- top: 16em;
- right: 0;
-}
-
-div#wildCardBox {
+div#homePageSideBar {
position: absolute;
top: 0;
right: 0;
-}
-
-div#latestVersion,
-div#wildCardBox {
width: 12em;
- text-align: center;
- border-left: 1px solid #5b7f64;
- border-top-left-radius: 5px;
+ text-align: left;
}
-#latestVersion .subheading,
-#wildCardBox .subheading {
+#homePageSideBar .subheading {
+ font-size: 15.2px;
background: #5b7f64;
color: #fff;
- text-align: center;
- padding: 0 0.5em;
+ padding: 0.2em 0.5em 0em 0.7em;
margin: 0;
- border-top-left-radius: 5px;
- border-top-right-radius: 5px;
-}
-
-/* this might not work in certain browsers */
-a[name="Stable"] + h4 {
- background: #bdee9d;
- background: linear-gradient(to top,
- rgb(140, 210, 118),
- rgb(212, 243, 201));
-}
-
-/* this might not work in certain browsers */
-a[name="Unstable"] + h4 {
- background: #fad58c;
- background: linear-gradient(to top,
- rgb(183, 213, 131),
- rgb(231, 243, 207));
+ border-radius: 5px;
}
-#latestVersion .subsubheading {
- padding: 0.25em 0.25em 0;
- border-bottom: 1px solid #5b7f64;
+#homePageSideBar p,
+#pondingsText {
+ padding: 0.7em 0.5em;
margin: 0;
}
-#latestVersion p {
- font-size: 90%;
- padding: 0.5em;
- margin: 0;
+/* for better spacing between "download" and "manuals" links */
+#homePageSideBar p:nth-of-type(2n) {
+ padding-top: 0;
+ margin-top: -3px;
}
div#footer {
@@ -607,8 +543,10 @@ div.float-right a.clickable {
}
.column-center-middle-color2,
-.column-center-middle-color3 {
+.column-center-middle-color3,
+.news-item {
clear: both;
+ float: left;
width: 99.5%;
text-align: left;
margin: 1em auto;
@@ -642,7 +580,8 @@ div.float-right a.clickable {
/* color2 */
.column-left-top,
.column-left-bottom,
-.column-center-middle-color2 {
+.column-center-middle-color2,
+.news-item {
border: 1px solid #adce82;
}
@@ -656,6 +595,7 @@ div.float-right a.clickable {
/* color4 */
.column-center-bottom {
clear: both;
+ float: left;
width: 99.5%;
text-align: center;
border: 1px solid #ccd38f;
@@ -669,7 +609,8 @@ div.float-right a.clickable {
.column-left-top,
.column-left-bottom,
.column-right-top,
-.column-right-bottom {
+.column-right-bottom,
+.news-item {
background: #f5fffa;
border-radius: 5px;
}
@@ -687,7 +628,8 @@ div.float-right a.clickable {
/* color2 */
.column-left-top h3,
.column-left-bottom h3,
-.column-center-middle-color2 h3 {
+.column-center-middle-color2 h3,
+.news-item h3 {
background: #adce82;
background: linear-gradient(to top,
rgb(173, 206, 130),
@@ -695,6 +637,10 @@ div.float-right a.clickable {
border-bottom: 1px solid #adce82;
}
+.news-item h3 {
+ font-size: 15.2px;
+}
+
/* color3 */
.column-right-top h3,
.column-right-bottom h3,
@@ -723,7 +669,8 @@ div.float-right a.clickable {
.column-left-top h3,
.column-left-bottom h3,
.column-right-top h3,
-.column-right-bottom h3 {
+.column-right-bottom h3,
+.news-item h3 {
text-align: left;
padding: 3px 0.5em 0;
margin: 0;
diff --git a/Documentation/web.texi b/Documentation/web.texi
index 5d140400b1..935f8e8b78 100644
--- a/Documentation/web.texi
+++ b/Documentation/web.texi
@@ -120,8 +120,6 @@ For LilyPond version @version{}
@c @im ageId{cmws,web-snippet-alpha.png,Catchy Musical Web Snippet}
@divId{quickSummary}
-@subheading What is LilyPond?
-
LilyPond is a music engraving program, devoted to producing the
highest-quality sheet music possible. It brings the aesthetics of
traditionally engraved music to computer printouts. LilyPond is free
@@ -134,9 +132,6 @@ Read more in our @ref{Introduction}!
@divEnd
@divEnd
-@divClass{separator}
-@divEnd
-
@divId{news}
@@ -149,19 +144,36 @@ Read more in our @ref{Introduction}!
@divEnd
+
@ifclear web_version
@c do nothing
@end ifclear
@ifset web_version
- @c make the box:
-@divId{wildCardBox}
+ @c make the side bar:
+@divId{homePageSideBar}
+@subheading Stable Release
+
+@c TODO: javascript to detect OS and suggest download?
+
+@ref{Download, Download @versionStable}
+
+@ref{Manuals, Manuals @versionStable}
+
+@subheading Unstable Release
+
+@ref{Development, Download @versionDevel}
+
+@ref{Development, Manuals @versionDevel}
+
@subheading Pondings
-@divId{wildCardText}
+@divId{pondingsText}
@divEnd
+
@divEnd
@end ifset
+
@html
<script language="JavaScript" type="text/javascript">
@@ -185,33 +197,11 @@ Read more in our @ref{Introduction}!
var index = Math.floor(Math.random() * tweets.length);
var tweet = tweets[index];
var text = tweet.childNodes[0];
- document.getElementById("wildCardText").innerHTML = text.nodeValue;
+ document.getElementById("pondingsText").innerHTML = text.nodeValue;
</script>
@end html
-@ifset web_version
- @c make the box:
-@divId{latestVersion}
-@subheading Quick links
-
-@c TODO: javascript to detect OS and suggest download?
-
-@subsubheading Stable
-
-@ref{Download, Download @versionStable}
-
-@ref{Manuals, Manuals @versionStable}
-
-@subsubheading Unstable
-
-@ref{Development, Download @versionDevel}
-
-@ref{Development, Manuals @versionDevel}
-
-@divEnd
-@end ifset
-
@ifnottex
diff --git a/Documentation/web/news-front.itexi b/Documentation/web/news-front.itexi
index 51242ec658..de8d555c50 100644
--- a/Documentation/web/news-front.itexi
+++ b/Documentation/web/news-front.itexi
@@ -9,7 +9,7 @@
@c used for news about the upcoming release; see CG 10.2
@newsItem
-@subsubheading LilyPond 2.19.16 released @emph{February 28, 2015}
+@subheading LilyPond 2.19.16 released @emph{February 28, 2015}
At long last, we are very happy to announce the release of LilyPond
2.19.16. This release includes a number of enhancements, and contains some
@@ -24,7 +24,7 @@ release possible with his work on updating GUB, the build tool.
@newsEnd
@newsItem
-@subsubheading Lilypond 2.18.2 released! @emph{March 23, 2014}
+@subheading Lilypond 2.18.2 released! @emph{March 23, 2014}
We are proud to announce the release of GNU LilyPond 2.18.2.
LilyPond is a music engraving program devoted to producing the
@@ -38,7 +38,7 @@ updated manuals. We recommend all users to upgrade to this version.
@newsItem
-@subsubheading LilyPond production named BEST EDITION 2014 @emph{March 11, 2014}
+@subheading LilyPond production named BEST EDITION 2014 @emph{March 11, 2014}
We are thrilled to announce that the new edition of the songs of Oskar
Fried (1871-1941), published recently by our fellow contributors Urs Liska
@@ -63,7 +63,7 @@ pledging a contribution at the Indiegogo campaign [5]!
@newsItem
-@subsubheading Lilypond 2.18.0 released! @emph{December 29, 2013}
+@subheading Lilypond 2.18.0 released! @emph{December 29, 2013}
We are proud to announce the release of GNU LilyPond 2.18.0.
LilyPond is a music engraving program devoted to producing the
@@ -150,7 +150,7 @@ and numerous other contributors.
@newsEnd
@newsItem
-@subsubheading LilyPond blog. @emph{June 2, 2013}
+@subheading LilyPond blog. @emph{June 2, 2013}
Janek Warchoł has created a LilyPond blog. You can find it at
@uref{http://lilypondblog.org/, lilypondblog.org}!
@@ -158,7 +158,7 @@ Janek Warchoł has created a LilyPond blog. You can find it at
@newsEnd
@newsItem
-@subsubheading LilyPond 2.16.2 released! @emph{January 4, 2013}
+@subheading LilyPond 2.16.2 released! @emph{January 4, 2013}
We are happy to announce the release of LilyPond 2.16.2. This release is mainly
to correct a problem with lilypond-book running on Windows. We recommend that
@@ -167,7 +167,7 @@ only people requiring this functionality upgrade to this version.
@newsEnd
@newsItem
-@subsubheading The LilyPond Report #28. @emph{November 12, 2012}
+@subheading The LilyPond Report #28. @emph{November 12, 2012}
The @uref{http://news.lilynet.net/?The-LilyPond-Report-28, October
issue of the @emph{LilyPond Report}} focuses on the
@@ -191,7 +191,7 @@ encouraged!
@newsEnd
@newsItem
-@subsubheading LilyPond 2.16.1 released! @emph{November 9, 2012}
+@subheading LilyPond 2.16.1 released! @emph{November 9, 2012}
We are happy to announce the release of LilyPond 2.16.1. This has a number of
updates to the previous stable version, and should cause no problems. We
@@ -199,7 +199,7 @@ recommend that everybody upgrade to this version.
@newsEnd
@newsItem
-@subsubheading Lilypond 2.16.0 released! @emph{August 24, 2012}
+@subheading Lilypond 2.16.0 released! @emph{August 24, 2012}
We are proud to announce the release of GNU LilyPond 2.16.1.
LilyPond is a music engraving program, devoted to producing the
diff --git a/Documentation/web/news.itexi b/Documentation/web/news.itexi
index 49cb8ce18e..79eb3e6076 100644
--- a/Documentation/web/news.itexi
+++ b/Documentation/web/news.itexi
@@ -11,7 +11,7 @@ NOTE:
* avoid putting links in running text. They make text harder to read.
Preferably: (@uref{,...}, etc. )
- * use a descriptive title in @subsubheading
+ * use a descriptive title in @subheading
* writing date in "Month DD, YYYY" format is required for
generating the RSS feed; in case the message (and thus the date)
@@ -27,7 +27,7 @@ NOTE:
@end ignore
@newsItem
-@subsubheading LilyPond 2.19.15 released @emph{September 28, 2014}
+@subheading LilyPond 2.19.15 released @emph{September 28, 2014}
We are happy to announce the release of LilyPond 2.19.15. This
release includes a number of enhancements, and contains some work
@@ -39,7 +39,7 @@ version.
@newsEnd
@newsItem
-@subsubheading LilyPond 2.19.14 released @emph{September 14, 2014}
+@subheading LilyPond 2.19.14 released @emph{September 14, 2014}
We are happy to announce the release of LilyPond 2.19.14. This
release includes a number of enhancements, and contains some work
@@ -51,7 +51,7 @@ version.
@newsEnd
@newsItem
-@subsubheading LilyPond 2.19.13 released @emph{August 31, 2014}
+@subheading LilyPond 2.19.13 released @emph{August 31, 2014}
We are happy to announce the release of LilyPond 2.19.13. This
release includes a number of enhancements, and contains some work
@@ -63,7 +63,7 @@ version.
@newsEnd
@newsItem
-@subsubheading LilyPond 2.19.12 released @emph{August 17, 2014}
+@subheading LilyPond 2.19.12 released @emph{August 17, 2014}
We are happy to announce the release of LilyPond 2.19.12. This
release includes a number of enhancements, and contains some work
@@ -75,7 +75,7 @@ version.
@newsEnd
@newsItem
-@subsubheading LilyPond 2.19.11 released @emph{August 3, 2014}
+@subheading LilyPond 2.19.11 released @emph{August 3, 2014}
We are happy to announce the release of LilyPond 2.19.11. This
release includes a number of enhancements, and contains some work
@@ -87,7 +87,7 @@ version.
@newsEnd
@newsItem
-@subsubheading LilyPond 2.19.10 released @emph{July 13, 2014}
+@subheading LilyPond 2.19.10 released @emph{July 13, 2014}
We are happy to announce the release of LilyPond 2.19.10. This
release includes a number of enhancements, and contains some work
@@ -99,7 +99,7 @@ version.
@newsEnd
@newsItem
-@subsubheading LilyPond 2.19.9 released @emph{June 29, 2014}
+@subheading LilyPond 2.19.9 released @emph{June 29, 2014}
We are happy to announce the release of LilyPond 2.19.9. This
release includes a number of enhancements, and contains some work
@@ -111,7 +111,7 @@ version.
@newsEnd
@newsItem
-@subsubheading LilyPond 2.19.8 released @emph{June 15, 2014}
+@subheading LilyPond 2.19.8 released @emph{June 15, 2014}
We are happy to announce the release of LilyPond 2.19.8. This
release includes a number of enhancements, and contains some work
@@ -123,7 +123,7 @@ version.
@newsEnd
@newsItem
-@subsubheading LilyPond 2.19.7 released @emph{May 25, 2014}
+@subheading LilyPond 2.19.7 released @emph{May 25, 2014}
We are happy to announce the release of LilyPond 2.19.7. This
release includes a number of enhancements, and contains some work
@@ -135,7 +135,7 @@ version.
@newsEnd
@newsItem
-@subsubheading LilyPond 2.19.6 released @emph{May 11, 2014}
+@subheading LilyPond 2.19.6 released @emph{May 11, 2014}
We are happy to announce the release of LilyPond 2.19.6. This
release includes a number of enhancements, and contains some work
@@ -147,7 +147,7 @@ version.
@newsEnd
@newsItem
-@subsubheading LilyPond 2.19.5 released @emph{April 20, 2014}
+@subheading LilyPond 2.19.5 released @emph{April 20, 2014}
We are happy to announce the release of LilyPond 2.19.5. This
release includes a number of enhancements, and contains
@@ -158,7 +158,7 @@ a stable version of Lilypond, we recommend using the 2.18 version.
@newsEnd
@newsItem
-@subsubheading LilyPond 2.19.4 released @emph{April 6, 2014}
+@subheading LilyPond 2.19.4 released @emph{April 6, 2014}
We are happy to announce the release of LilyPond 2.19.4. This
release includes a number of enhancements, and contains
@@ -169,7 +169,7 @@ a stable version of Lilypond, we recommend using the 2.18 version.
@newsEnd
@newsItem
-@subsubheading LilyPond 2.19.3 released @emph{March 2, 2014}
+@subheading LilyPond 2.19.3 released @emph{March 2, 2014}
We are happy to announce the release of LilyPond 2.19.3. This
release includes a number of enhancements, and contains
@@ -180,7 +180,7 @@ a stable version of Lilypond, we recommend using the 2.18 version.
@newsEnd
@newsItem
-@subsubheading LilyPond 2.18.1 @emph{February 16, 2014}
+@subheading LilyPond 2.18.1 @emph{February 16, 2014}
We have released updated manuals for LilyPond's stable version, 2.18.
The manuals are now for 2.18.1 and have a number of updates and improvements
@@ -194,7 +194,7 @@ stable LilyPond manuals: 2.18.1; development for both: 2.19.2.
@newsEnd
@newsItem
-@subsubheading LilyPond 2.19.2 released @emph{February 2, 2014}
+@subheading LilyPond 2.19.2 released @emph{February 2, 2014}
We are happy to announce the release of LilyPond 2.19.2. This
release includes a number of enhancements, and contains
@@ -205,7 +205,7 @@ a stable version of Lilypond, we recommend using the 2.18 version.
@newsEnd
@newsItem
-@subsubheading LilyPond 2.19.1 released @emph{January 19, 2014}
+@subheading LilyPond 2.19.1 released @emph{January 19, 2014}
We are happy to announce the release of LilyPond 2.19.1. This
release includes a number of enhancements, and contains
@@ -216,7 +216,7 @@ a stable version of Lilypond, we recommend using the 2.18 version.
@newsEnd
@newsItem
-@subsubheading LilyPond 2.19.0 released @emph{January 5, 2014}
+@subheading LilyPond 2.19.0 released @emph{January 5, 2014}
We are happy to announce the release of LilyPond 2.19.0. This
release includes a number of enhancements, and contains
@@ -227,7 +227,7 @@ a stable version of Lilypond, we recommend using the 2.18 version.
@newsEnd
@newsItem
-@subsubheading LilyPond 2.17.97 released! @emph{December 8, 2013}
+@subheading LilyPond 2.17.97 released! @emph{December 8, 2013}
We are excited to announce the release of LilyPond@tie{}2.17.97 as
a potential final beta release for the upcoming stable release@tie{}2.18. The
@@ -241,7 +241,7 @@ Please test this release and report back any problems, see
@newsEnd
@newsItem
-@subsubheading LilyPond 2.17.96 released! @emph{November 24, 2013}
+@subheading LilyPond 2.17.96 released! @emph{November 24, 2013}
We are excited to announce the release of LilyPond@tie{}2.17.96 as
a further beta release for the upcoming stable release@tie{}2.18. The
@@ -255,7 +255,7 @@ Please test this release and report back any problems, see
@newsEnd
@newsItem
-@subsubheading LilyPond 2.17.95 released! @emph{November 3, 2013}
+@subheading LilyPond 2.17.95 released! @emph{November 3, 2013}
We are excited to announce the release of LilyPond@tie{}2.17.95 as
beta release for the upcoming stable release@tie{}2.18. The
@@ -270,7 +270,7 @@ Please test this release and report back any problems, see
@newsEnd
@newsItem
-@subsubheading LilyPond 2.17.29 released! @emph{October 20, 2013}
+@subheading LilyPond 2.17.29 released! @emph{October 20, 2013}
We are happy to announce the release of LilyPond 2.17.29. This
release contains the usual number of bugfixes and enhancements, and contains
@@ -281,7 +281,7 @@ a stable version of Lilypond, we recommend using the 2.16 version.
@newsEnd
@newsItem
-@subsubheading LilyPond 2.17.28 released! @emph{October 6, 2013}
+@subheading LilyPond 2.17.28 released! @emph{October 6, 2013}
We are happy to announce the release of LilyPond 2.17.28. This
release contains the usual number of bugfixes and enhancements, and contains
@@ -292,7 +292,7 @@ a stable version of Lilypond, we recommend using the 2.16 version.
@newsEnd
@newsItem
-@subsubheading LilyPond 2.17.27 released! @emph{September 26, 2013}
+@subheading LilyPond 2.17.27 released! @emph{September 26, 2013}
We are happy to announce the release of LilyPond 2.17.27. This
release contains the usual number of bugfixes and enhancements, and contains
@@ -303,7 +303,7 @@ a stable version of Lilypond, we recommend using the 2.16 version.
@newsEnd
@newsItem
-@subsubheading LilyPond 2.17.26 released! @emph{September 8, 2013}
+@subheading LilyPond 2.17.26 released! @emph{September 8, 2013}
We are happy to announce the release of LilyPond 2.17.26. This
release contains the usual number of bugfixes and enhancements, and contains
@@ -314,7 +314,7 @@ a stable version of Lilypond, we recommend using the 2.16 version.
@newsEnd
@newsItem
-@subsubheading LilyPond 2.17.25 released! @emph{August 25, 2013}
+@subheading LilyPond 2.17.25 released! @emph{August 25, 2013}
We are happy to announce the release of LilyPond 2.17.25. This
release contains the usual number of bugfixes and enhancements, and contains
@@ -325,7 +325,7 @@ a stable version of Lilypond, we recommend using the 2.16 version.
@newsEnd
@newsItem
-@subsubheading LilyPond 2.17.24 released! @emph{August 11, 2013}
+@subheading LilyPond 2.17.24 released! @emph{August 11, 2013}
We are happy to announce the release of LilyPond 2.17.24. This
release contains the usual number of bugfixes and enhancements, and contains
@@ -336,7 +336,7 @@ a stable version of Lilypond, we recommend using the 2.16 version.
@newsEnd
@newsItem
-@subsubheading LilyPond 2.17.23 released! @emph{July 28, 2013}
+@subheading LilyPond 2.17.23 released! @emph{July 28, 2013}
We are happy to announce the release of LilyPond 2.17.23. This
release contains the usual number of bugfixes and enhancements, and contains
@@ -347,7 +347,7 @@ a stable version of Lilypond, we recommend using the 2.16 version.
@newsEnd
@newsItem
-@subsubheading LilyPond 2.17.22 released! @emph{July 14, 2013}
+@subheading LilyPond 2.17.22 released! @emph{July 14, 2013}
We are happy to announce the release of LilyPond 2.17.22. This
release contains the usual number of bugfixes and enhancements, and contains
@@ -361,7 +361,7 @@ with positioning text.
@newsEnd
@newsItem
-@subsubheading LilyPond 2.17.21 released! @emph{June 30, 2013}
+@subheading LilyPond 2.17.21 released! @emph{June 30, 2013}
We are happy to announce the release of LilyPond 2.17.21. This
release contains the usual number of bugfixes and enhancements, and contains
@@ -372,7 +372,7 @@ a stable version of Lilypond, we recommend using the 2.16 version.
@newsEnd
@newsItem
-@subsubheading LilyPond 2.17.20 released! @emph{June 9, 2013}
+@subheading LilyPond 2.17.20 released! @emph{June 9, 2013}
We are happy to announce the release of LilyPond 2.17.20. This
release contains the usual number of bugfixes and enhancements, and contains
@@ -383,7 +383,7 @@ a stable version of Lilypond, we recommend using the 2.16 version.
@newsEnd
@newsItem
-@subsubheading LilyPond 2.17.19 released! @emph{May 26, 2013}
+@subheading LilyPond 2.17.19 released! @emph{May 26, 2013}
We are happy to announce the release of LilyPond 2.17.19. This
release contains the usual number of bugfixes and enhancements, and contains
@@ -394,7 +394,7 @@ a stable version of Lilypond, we recommend using the 2.16 version.
@newsEnd
@newsItem
-@subsubheading LilyPond 2.17.18 released! @emph{May 11, 2013}
+@subheading LilyPond 2.17.18 released! @emph{May 11, 2013}
We are happy to announce the release of LilyPond 2.17.18. This
release contains the usual number of bugfixes and enhancements, and contains
@@ -405,7 +405,7 @@ a stable version of Lilypond, we recommend using the 2.16 version.
@newsEnd
@newsItem
-@subsubheading LilyPond 2.17.17 released! @emph{April 27, 2013}
+@subheading LilyPond 2.17.17 released! @emph{April 27, 2013}
We are happy to announce the release of LilyPond 2.17.17. This
release contains the usual number of bugfixes and enhancements, and contains
@@ -416,7 +416,7 @@ a stable version of Lilypond, we recommend using the 2.16 version.
@newsEnd
@newsItem
-@subsubheading LilyPond 2.17.16 released! @emph{April 13, 2013}
+@subheading LilyPond 2.17.16 released! @emph{April 13, 2013}
We are happy to announce the release of LilyPond 2.17.16. This
release contains the usual number of bugfixes and enhancements, and contains
@@ -427,7 +427,7 @@ a stable version of Lilypond, we recommend using the 2.16 version.
@newsEnd
@newsItem
-@subsubheading LilyPond 2.17.15 released! @emph{March 30, 2013}
+@subheading LilyPond 2.17.15 released! @emph{March 30, 2013}
We are happy to announce the release of LilyPond 2.17.15. This
release contains the usual number of bugfixes and enhancements, and contains
@@ -438,7 +438,7 @@ a stable version of Lilypond, we recommend using the 2.16 version.
@newsEnd
@newsItem
-@subsubheading LilyPond 2.17.14 released! @emph{March 10, 2013}
+@subheading LilyPond 2.17.14 released! @emph{March 10, 2013}
We are happy to announce the release of LilyPond 2.17.14. This
release contains the usual number of bugfixes (including putting span bars back
@@ -450,7 +450,7 @@ a stable version of Lilypond, we recommend using the 2.16 version.
@newsEnd
@newsItem
-@subsubheading LilyPond 2.17.13 released! @emph{February 23, 2013}
+@subheading LilyPond 2.17.13 released! @emph{February 23, 2013}
We are happy to announce the release of LilyPond 2.17.13. This
release contains the usual number of bugfixes and enhancements, and contains
@@ -461,7 +461,7 @@ a stable version of Lilypond, we recommend using the 2.16 version.
@newsEnd
@newsItem
-@subsubheading LilyPond 2.17.12 released! @emph{February 8, 2013}
+@subheading LilyPond 2.17.12 released! @emph{February 8, 2013}
We are happy to announce the release of LilyPond 2.17.12. This
release contains the usual number of bugfixes and enhancements, and contains
@@ -472,7 +472,7 @@ a stable version of Lilypond, we recommend using the 2.16 version.
@newsEnd
@newsItem
-@subsubheading LilyPond 2.17.11 released! @emph{January 26, 2013}
+@subheading LilyPond 2.17.11 released! @emph{January 26, 2013}
We are happy to announce the release of LilyPond 2.17.11. This
release contains the usual number of bugfixes and enhancements, and contains
@@ -483,7 +483,7 @@ a stable version of Lilypond, we recommend using the 2.16 version.
@newsEnd
@newsItem
-@subsubheading LilyPond 2.17.10 released! @emph{January 12 2013}
+@subheading LilyPond 2.17.10 released! @emph{January 12 2013}
We are happy to announce the release of LilyPond 2.17.10. This
release contains the usual number of bugfixes and enhancements, and contains
@@ -494,7 +494,7 @@ a stable version of Lilypond, we recommend using the 2.16 version.
@newsEnd
@newsItem
-@subsubheading LilyPond 2.17.9 released! @emph{December 15, 2012}
+@subheading LilyPond 2.17.9 released! @emph{December 15, 2012}
We are happy to announce the release of LilyPond 2.17.9. This
release contains the usual number of bugfixes and enhancements, and contains
@@ -505,7 +505,7 @@ a stable version of Lilypond, we recommend using the 2.16 version.
@newsEnd
@newsItem
-@subsubheading LilyPond 2.17.8 released! @emph{December 1, 2012}
+@subheading LilyPond 2.17.8 released! @emph{December 1, 2012}
We are happy to announce the release of LilyPond 2.17.8. This
release contains the usual number of bugfixes and enhancements, and contains
@@ -516,7 +516,7 @@ a stable version of Lilypond, we recommend using the 2.16 version.
@newsEnd
@newsItem
-@subsubheading LilyPond 2.17.7 released! @emph{November 17, 2012}
+@subheading LilyPond 2.17.7 released! @emph{November 17, 2012}
We are happy to announce the release of LilyPond 2.17.7. This
release contains the usual number of bugfixes and enhancements, and contains
@@ -528,7 +528,7 @@ a stable version of Lilypond, we recommend using the 2.16 version.
@newsItem
-@subsubheading LilyPond 2.16.1 released! @emph{November 9, 2012}
+@subheading LilyPond 2.16.1 released! @emph{November 9, 2012}
We are happy to announce the release of LilyPond 2.16.1. This has a number of
updates to the previous stable version, and should cause no problems. We
@@ -536,7 +536,7 @@ recommend that everybody upgrade to this version.
@newsEnd
@newsItem
-@subsubheading LilyPond 2.17.6 released! @emph{November 3, 2012}
+@subheading LilyPond 2.17.6 released! @emph{November 3, 2012}
We are happy to announce the release of LilyPond 2.17.6. This
release contains the usual number of bugfixes and enhancements, and contains
@@ -547,7 +547,7 @@ a stable version of Lilypond, we recommend using the 2.16 version.
@newsEnd
@newsItem
-@subsubheading LilyPond 2.17.5 released! @emph{October 20, 2012}
+@subheading LilyPond 2.17.5 released! @emph{October 20, 2012}
We are happy to announce the release of LilyPond 2.17.5. This
release contains the usual number of bugfixes and enhancements, and contains
@@ -558,7 +558,7 @@ a stable version of Lilypond, we recommend using the 2.16 version.
@newsEnd
@newsItem
-@subsubheading LilyPond 2.17.4 released! @emph{October 6, 2012}
+@subheading LilyPond 2.17.4 released! @emph{October 6, 2012}
We are happy to announce the release of LilyPond 2.17.4. This
release contains the usual number of bugfixes. It is strongly
@@ -568,7 +568,7 @@ and instead use the stable 2.16 version.
@newsEnd
@newsItem
-@subsubheading LilyPond 2.17.3 released! @emph{September 23, 2012}
+@subheading LilyPond 2.17.3 released! @emph{September 23, 2012}
We are happy to announce the release of LilyPond 2.17.3. This
release contains the usual number of bugfixes. It is strongly
@@ -578,7 +578,7 @@ and instead use the stable 2.16 version.
@newsEnd
@newsItem
-@subsubheading LilyPond 2.17.2 released! @emph{September 10, 2012}
+@subheading LilyPond 2.17.2 released! @emph{September 10, 2012}
We are happy to announce the release of LilyPond 2.17.2. This
release contains the usual number of bugfixes. It is strongly
@@ -588,7 +588,7 @@ and instead use the stable 2.16 version.
@newsEnd
@newsItem
-@subsubheading LilyPond 2.17.1 released! @emph{August 28, 2012}
+@subheading LilyPond 2.17.1 released! @emph{August 28, 2012}
We are happy to announce the release of LilyPond 2.17.1. This
release contains the usual number of bugfixes. It is strongly
@@ -599,7 +599,7 @@ and instead use the stable 2.16 version.
@newsItem
-@subsubheading LilyPond 2.17.0 released! @emph{August 26, 2012}
+@subheading LilyPond 2.17.0 released! @emph{August 26, 2012}
We are happy to announce the release of LilyPond 2.17.0. This
release contains the usual number of bugfixes. It is strongly
@@ -609,7 +609,7 @@ and instead use the stable 2.16 version.
@newsEnd
@newsItem
-@subsubheading Lilypond 2.16.0 released! @emph{August 24, 2012}
+@subheading Lilypond 2.16.0 released! @emph{August 24, 2012}
We are proud to announce the release of GNU LilyPond 2.16.0.
LilyPond is a music engraving program, devoted to producing the
@@ -672,7 +672,7 @@ Jean-Charles Malahieude, Till Paala, Yoshiki Sawada
@newsEnd
@newsItem
-@subsubheading Lilypond 2.15.95 released! @emph{August 11, 2012}
+@subheading Lilypond 2.15.95 released! @emph{August 11, 2012}
We are excited to announce the release of LilyPond 2.15.95.
With this release, development on version 2.15 is frozen for the
@@ -689,7 +689,7 @@ on the website section about @ref{Development}.
@newsItem
-@subsubheading LilyPond 2.15.42 released! @emph{August 02, 2012}
+@subheading LilyPond 2.15.42 released! @emph{August 02, 2012}
We are happy to announce the release of LilyPond 2.15.42. This
release contains the usual number of bugfixes.
@@ -703,7 +703,7 @@ candidate.
@newsItem
-@subsubheading The LilyPond Report #27. @emph{August 2, 2012}
+@subheading The LilyPond Report #27. @emph{August 2, 2012}
The @emph{LilyPond Report} is back, with some interesting insights on
new Scheme-related features recently added by our community’s only paid
@@ -719,7 +719,7 @@ warmly encouraged!
@newsEnd
@newsItem
-@subsubheading Release candidate withdrawn @emph{July 11, 2012}
+@subheading Release candidate withdrawn @emph{July 11, 2012}
We have discovered a regression since 2.14.2, so lilypond 2.15.41
is no longer a candidate for the 2.16.0 release. However, please
@@ -731,7 +731,7 @@ problems, please send us @ref{Bug reports}.
@newsItem
-@subsubheading Release candidate 8 of 2.16 - LilyPond 2.15.41 released! @emph{July 4, 2012}
+@subheading Release candidate 8 of 2.16 - LilyPond 2.15.41 released! @emph{July 4, 2012}
LilyPond 2.15.41 is out; this is the eighth release candidate of
the upcoming 2.16 stable release. All users are invited to
@@ -748,7 +748,7 @@ on 18 July 2012. If you discover any problems, please send us
@newsItem
-@subsubheading LilyPond 2.15.40 released! @emph{June 05, 2012}
+@subheading LilyPond 2.15.40 released! @emph{June 05, 2012}
We are happy to announce the release of LilyPond 2.15.40. This
release contains the usual number of bugfixes.
@@ -762,7 +762,7 @@ candidate.
@newsItem
-@subsubheading Release candidate withdrawn @emph{June 01, 2012}
+@subheading Release candidate withdrawn @emph{June 01, 2012}
We have discovered a regression since 2.14.2, so lilypond 2.15.39
is no longer a candidate for the 2.16.0 release. However, please
@@ -774,7 +774,7 @@ problems, please send us @ref{Bug reports}.
@newsItem
-@subsubheading Release candidate 7 of 2.16 - LilyPond 2.15.39 released! @emph{May 22, 2012}
+@subheading Release candidate 7 of 2.16 - LilyPond 2.15.39 released! @emph{May 22, 2012}
LilyPond 2.15.39 is out; this is the seventh release candidate of
the upcoming 2.16 stable release. All users are invited to
@@ -791,7 +791,7 @@ on 05 June 2012. If you discover any problems, please send us
@newsItem
-@subsubheading The LilyPond Report #26. @emph{May 22, 2012}
+@subheading The LilyPond Report #26. @emph{May 22, 2012}
The @emph{LilyPond Report} is back, with a new editor on board -
Pavel Roskin, who tells us about his adventures in strange lands
@@ -809,7 +809,7 @@ warmly encouraged!
@newsItem
-@subsubheading Release candidate 6 of 2.16 - LilyPond 2.15.38 released! @emph{May 3, 2012}
+@subheading Release candidate 6 of 2.16 - LilyPond 2.15.38 released! @emph{May 3, 2012}
LilyPond 2.15.38 is out; this is the sixth release candidate of
the upcoming 2.16 stable release. All users are invited to
@@ -824,7 +824,7 @@ candidate will be required.
@newsItem
-@subsubheading LilyPond takes part in Google Summer of Code 2012! @emph{April 25, 2012}
+@subheading LilyPond takes part in Google Summer of Code 2012! @emph{April 25, 2012}
Being a part of @uref{http://www.gnu.org/, GNU project}, we are participating in
@uref{http://www.google-melange.com/gsoc/homepage/google/gsoc2012,
@@ -838,7 +838,7 @@ He will be working on advanced lyrics positioning in LilyPond.
@newsItem
-@subsubheading Release candidate 5 of 2.16 - LilyPond 2.15.37 released! @emph{April 19, 2012}
+@subheading Release candidate 5 of 2.16 - LilyPond 2.15.37 released! @emph{April 19, 2012}
LilyPond 2.15.37 is out; this is the fifth release candidate of
the upcoming 2.16 stable release. All users are invited to
@@ -855,7 +855,7 @@ on 03 May 2012. If you discover any problems, please send us
@newsItem
-@subsubheading Release candidate 4 of 2.16 - LilyPond 2.15.36 released! @emph{April 6, 2012}
+@subheading Release candidate 4 of 2.16 - LilyPond 2.15.36 released! @emph{April 6, 2012}
LilyPond 2.15.36 is out; this is the fourth release candidate of
the upcoming 2.16 stable release. All users are invited to
@@ -872,7 +872,7 @@ on 20 April 2012. If you discover any problems, please send us
@newsItem
-@subsubheading The LilyPond Report #25. @emph{Apr 1st, 2012}
+@subheading The LilyPond Report #25. @emph{Apr 1st, 2012}
The @emph{LilyPond Report} is back, with a rather unusual
issue featuring our young Polish contributor Janek Warchoł!
@@ -888,7 +888,7 @@ warmly encouraged!
@newsItem
-@subsubheading LilyPond 2.15.35 released! @emph{Mar 28, 2012}
+@subheading LilyPond 2.15.35 released! @emph{Mar 28, 2012}
We are happy to announce the release of LilyPond 2.15.35. This
release contains the usual number of bugfixes.
@@ -902,7 +902,7 @@ candidate.
@newsItem
-@subsubheading LilyPond 2.15.34 released! @emph{Mar 19, 2012}
+@subheading LilyPond 2.15.34 released! @emph{Mar 19, 2012}
We are happy to announce the release of LilyPond 2.15.34. This
release contains the usual number of bugfixes.
@@ -916,7 +916,7 @@ candidate.
@newsItem
-@subsubheading LilyPond 2.15.33 released! @emph{Mar 08, 2012}
+@subheading LilyPond 2.15.33 released! @emph{Mar 08, 2012}
We are happy to announce the release of LilyPond 2.15.33. This
release contains the usual number of bugfixes.
@@ -930,7 +930,7 @@ candidate.
@newsItem
-@subsubheading The LilyPond Report #24. @emph{Mar 5, 2012}
+@subheading The LilyPond Report #24. @emph{Mar 5, 2012}
A new issue of the @emph{LilyPond Report} is now
available for reading; topics include a request for funding,
@@ -946,7 +946,7 @@ warmly encouraged!
@newsItem
-@subsubheading LilyPond 2.15.32 released! @emph{Mar 03, 2012}
+@subheading LilyPond 2.15.32 released! @emph{Mar 03, 2012}
We are happy to announce the release of LilyPond 2.15.32. This
release contains the usual number of bugfixes.
@@ -960,7 +960,7 @@ candidate.
@newsItem
-@subsubheading LilyPond 2.15.31 released! @emph{Feb 29, 2012}
+@subheading LilyPond 2.15.31 released! @emph{Feb 29, 2012}
We are happy to announce the release of LilyPond 2.15.31. This
release contains the usual number of bugfixes.
@@ -974,7 +974,7 @@ candidate.
@newsItem
-@subsubheading Release candidate 3 of 2.16 - LilyPond 2.15.30 released! @emph{Feb 17, 2012}
+@subheading Release candidate 3 of 2.16 - LilyPond 2.15.30 released! @emph{Feb 17, 2012}
LilyPond 2.15.30 is out; this is the third release candidate of
the upcoming 2.16 stable release. All users are invited to
@@ -991,7 +991,7 @@ on 02 March 2012. If you discover any problems, please send us
@newsItem
-@subsubheading LilyPond 2.15.29 released! @emph{Feb 9, 2012}
+@subheading LilyPond 2.15.29 released! @emph{Feb 9, 2012}
We are happy to announce the release of LilyPond 2.15.29. This
release contains the usual number of bugfixes.
@@ -1005,7 +1005,7 @@ candidate.
@newsItem
-@subsubheading LilyPond 2.15.28 released! @emph{Feb 3, 2012}
+@subheading LilyPond 2.15.28 released! @emph{Feb 3, 2012}
We are happy to announce the release of LilyPond 2.15.28. This
release contains the usual number of bugfixes.
@@ -1019,7 +1019,7 @@ candidate.
@newsItem
-@subsubheading LilyPond 2.15.27 released! @emph{Jan 24, 2012}
+@subheading LilyPond 2.15.27 released! @emph{Jan 24, 2012}
We are happy to announce the release of LilyPond 2.15.27. This
release contains the usual number of bugfixes.
@@ -1033,7 +1033,7 @@ candidate.
@newsItem
-@subsubheading The LilyPond Report #23. @emph{Jan 20, 2012}
+@subheading The LilyPond Report #23. @emph{Jan 20, 2012}
The @emph{LilyPond Report} is back, with developer
David Kastrup as a new editor! This issue features
@@ -1050,7 +1050,7 @@ warmly encouraged!
@newsItem
-@subsubheading LilyPond 2.15.26 released! @emph{Jan 16, 2012}
+@subheading LilyPond 2.15.26 released! @emph{Jan 16, 2012}
We are happy to announce the release of LilyPond 2.15.26. This
release contains the usual number of bugfixes.
@@ -1066,7 +1066,7 @@ The 2.15.25 has been skipped due to build problems.
@newsItem
-@subsubheading LilyPond 2.15.24 released! @emph{Jan 07, 2012}
+@subheading LilyPond 2.15.24 released! @emph{Jan 07, 2012}
We are happy to announce the release of LilyPond 2.15.24. This
release contains the usual number of bugfixes.
@@ -1080,7 +1080,7 @@ candidate.
@newsItem
-@subsubheading LilyPond 2.15.23 released! @emph{Dec 21, 2011}
+@subheading LilyPond 2.15.23 released! @emph{Dec 21, 2011}
We are happy to announce the release of LilyPond 2.15.23. This
release contains the usual number of bugfixes.
@@ -1094,7 +1094,7 @@ candidate.
@newsItem
-@subsubheading LilyPond 2.15.22 released! @emph{Dec 15, 2011}
+@subheading LilyPond 2.15.22 released! @emph{Dec 15, 2011}
We are happy to announce the release of LilyPond 2.15.22. This
release contains the usual number of bugfixes.
@@ -1108,7 +1108,7 @@ candidate.
@newsItem
-@subsubheading LilyPond 2.15.21 released! @emph{Dec 6, 2011}
+@subheading LilyPond 2.15.21 released! @emph{Dec 6, 2011}
We are happy to announce the release of LilyPond 2.15.21. This
release contains the usual number of bugfixes.
@@ -1122,7 +1122,7 @@ candidate.
@newsItem
-@subsubheading LilyPond 2.15.20 released! @emph{Nov 24, 2011}
+@subheading LilyPond 2.15.20 released! @emph{Nov 24, 2011}
We are happy to announce the release of LilyPond 2.15.20. This
release contains the usual number of bugfixes.
@@ -1136,7 +1136,7 @@ candidate.
@newsItem
-@subsubheading LilyPond 2.15.19 released! @emph{Nov 18, 2011}
+@subheading LilyPond 2.15.19 released! @emph{Nov 18, 2011}
We are happy to announce the release of LilyPond 2.15.19. This
release contains the usual number of bugfixes.
@@ -1150,7 +1150,7 @@ candidate.
@newsItem
-@subsubheading LilyPond 2.15.18 released! @emph{Nov 12, 2011}
+@subheading LilyPond 2.15.18 released! @emph{Nov 12, 2011}
We are happy to announce the release of LilyPond 2.15.18. This
release contains the usual number of bugfixes.
@@ -1164,7 +1164,7 @@ candidate.
@newsItem
-@subsubheading LilyPond 2.15.17 released! @emph{Nov 10, 2011}
+@subheading LilyPond 2.15.17 released! @emph{Nov 10, 2011}
We are happy to announce the release of LilyPond 2.15.17. This
release contains the usual number of bugfixes.
@@ -1178,7 +1178,7 @@ candidate.
@newsItem
-@subsubheading LilyPond 2.15.16 released! @emph{October 28, 2011}
+@subheading LilyPond 2.15.16 released! @emph{October 28, 2011}
We are happy to announce the release of LilyPond 2.15.16. This
release contains the usual number of bugfixes.
@@ -1192,7 +1192,7 @@ candidate.
@newsItem
-@subsubheading LilyPond 2.15.15 released! @emph{October 24, 2011}
+@subheading LilyPond 2.15.15 released! @emph{October 24, 2011}
We are happy to announce the release of LilyPond 2.15.15. This
release contains the usual number of bugfixes.
@@ -1206,7 +1206,7 @@ candidate.
@newsItem
-@subsubheading LilyPond 2.15.14 released! @emph{October 7, 2011}
+@subheading LilyPond 2.15.14 released! @emph{October 7, 2011}
We are happy to announce the release of LilyPond 2.15.14. This
release contains the usual number of bugfixes.
@@ -1220,7 +1220,7 @@ candidate.
@newsItem
-@subsubheading LilyPond 2.15.13 released! @emph{September 27, 2011}
+@subheading LilyPond 2.15.13 released! @emph{September 27, 2011}
We are happy to announce the release of LilyPond 2.15.13. This
release contains the usual number of bugfixes.
@@ -1234,7 +1234,7 @@ candidate.
@newsItem
-@subsubheading Release candidate 2 cancelled @emph{Sep 23, 2011}
+@subheading Release candidate 2 cancelled @emph{Sep 23, 2011}
The release countdown is cancelled due to the discovery of a
Critical regression.
@@ -1243,7 +1243,7 @@ Critical regression.
@newsItem
-@subsubheading Release candidate 2 of 2.16 - LilyPond 2.15.12 released! @emph{Sep 20, 2011}
+@subheading Release candidate 2 of 2.16 - LilyPond 2.15.12 released! @emph{Sep 20, 2011}
LilyPond 2.15.12 is out; this is the second release candidate of
the upcoming 2.16 stable release. All users are invited to
@@ -1260,7 +1260,7 @@ on 27 Sep 2011. If you discover any problems, please send us
@newsItem
-@subsubheading LilyPond 2.15.11 released! @emph{September 11, 2011}
+@subheading LilyPond 2.15.11 released! @emph{September 11, 2011}
We are happy to announce the release of LilyPond 2.15.11. This
release contains the usual number of bugfixes.
@@ -1274,7 +1274,7 @@ not the next release candidate.
@newsItem
-@subsubheading LilyPond 2.15.10 released! @emph{September 6, 2011}
+@subheading LilyPond 2.15.10 released! @emph{September 6, 2011}
We are happy to announce the release of LilyPond 2.15.10. This
release contains the usual number of bugfixes.
@@ -1288,7 +1288,7 @@ next release candidate.
@newsItem
-@subsubheading LilyPond 2.15.9 released! @emph{August 30, 2011}
+@subheading LilyPond 2.15.9 released! @emph{August 30, 2011}
We are happy to announce the release of LilyPond 2.15.9. This
release contains the usual number of bugfixes, and also adds
@@ -1303,7 +1303,7 @@ next release candidate.
@newsItem
-@subsubheading Release candidate 1 of 2.16 - LilyPond 2.15.8 released! @emph{Aug 01, 2011}
+@subheading Release candidate 1 of 2.16 - LilyPond 2.15.8 released! @emph{Aug 01, 2011}
LilyPond 2.15.8 is out; this is the first release candidate of
the upcoming 2.16 stable release. All users are invited to
@@ -1320,7 +1320,7 @@ on 08 Aug 2011. If you discover any problems, please send us
@newsItem
-@subsubheading LilyPond 2.15.7 released! @emph{July 29, 2011}
+@subheading LilyPond 2.15.7 released! @emph{July 29, 2011}
We are happy to announce the release of LilyPond 2.15.7. This
release contains the usual number of bugfixes.
@@ -1332,7 +1332,7 @@ this release, and instead use the stable 2.14 version.
@newsItem
-@subsubheading LilyPond 2.15.6 released! @emph{July 26, 2011}
+@subheading LilyPond 2.15.6 released! @emph{July 26, 2011}
We are happy to announce the release of LilyPond 2.15.6. This
release contains the usual number of bugfixes.
@@ -1344,7 +1344,7 @@ this release, and instead use the stable 2.14 version.
@newsItem
-@subsubheading LilyPond 2.14.2 released! @emph{July 25, 2011}
+@subheading LilyPond 2.14.2 released! @emph{July 25, 2011}
We are happy to announce the release of LilyPond 2.14.2. This
fixes a few minor bugs in the stable version, and should cause no
@@ -1356,7 +1356,7 @@ problems. We recommend that everybody upgrade to this version.
@newsItem
-@subsubheading LilyPond 2.15.5 released! @emph{July 12, 2011}
+@subheading LilyPond 2.15.5 released! @emph{July 12, 2011}
We are happy to announce the release of LilyPond 2.15.5. This
release contains the usual number of bugfixes.
@@ -1368,7 +1368,7 @@ this release, and instead use the stable 2.14 version.
@newsItem
-@subsubheading LilyPond 2.15.4 released! @emph{July 4, 2011}
+@subheading LilyPond 2.15.4 released! @emph{July 4, 2011}
We are happy to announce the release of LilyPond 2.15.4. This
release contains the usual number of bugfixes.
@@ -1380,7 +1380,7 @@ this release, and instead use the stable 2.14 version.
@newsItem
-@subsubheading LilyPond 2.15.3 released! @emph{June 27, 2011}
+@subheading LilyPond 2.15.3 released! @emph{June 27, 2011}
We are happy to announce the release of LilyPond 2.15.3. This
release contains the usual number of bugfixes.
@@ -1392,7 +1392,7 @@ this release, and instead use the stable 2.14 version.
@newsItem
-@subsubheading LilyPond 2.15.2 released! @emph{June 18, 2011}
+@subheading LilyPond 2.15.2 released! @emph{June 18, 2011}
We are happy to announce the release of LilyPond 2.15.2. This
release contains the usual number of bugfixes.
@@ -1404,7 +1404,7 @@ this release, and instead use the stable 2.14 version.
@newsItem
-@subsubheading LilyPond 2.14.1 released! @emph{June 12, 2011}
+@subheading LilyPond 2.14.1 released! @emph{June 12, 2011}
We are happy to announce the release of LilyPond 2.14.1. This
fixes a few minor bugs in the stable version, and should cause no
@@ -1413,7 +1413,7 @@ problems. We recommend that everybody upgrade to this version.
@newsEnd
@newsItem
-@subsubheading LilyPond 2.15.1 released! @emph{June 11, 2011}
+@subheading LilyPond 2.15.1 released! @emph{June 11, 2011}
We are happy to announce the release of LilyPond 2.15.1. This is
the beginning of a new unstable development effort, and adds the
@@ -1425,7 +1425,7 @@ this release, and instead use the stable 2.14 version.
@newsEnd
@newsItem
-@subsubheading LilyPond 2.15.0 released! @emph{June 7, 2011}
+@subheading LilyPond 2.15.0 released! @emph{June 7, 2011}
We are happy to announce the release of LilyPond 2.15.0. This is
the beginning of a new unstable development effort, and adds the
@@ -1438,7 +1438,7 @@ this release, and instead use the stable 2.14 version.
@newsItem
-@subsubheading LilyPond 2.14.0 released! @emph{June 6, 2011}
+@subheading LilyPond 2.14.0 released! @emph{June 6, 2011}
We are proud to announce the release of GNU LilyPond 2.14.
LilyPond is a music engraving program, devoted to producing the
@@ -1516,7 +1516,7 @@ Munnik, Till Paala, Ralf Wildenhues, Yoshiki Sawada.
@newsItem
-@subsubheading Release candidate 7 of 2.14 - LilyPond 2.13.63 released! @emph{May 30, 2011}
+@subheading Release candidate 7 of 2.14 - LilyPond 2.13.63 released! @emph{May 30, 2011}
LilyPond 2.13.63 is out; this is the seventh release candidate of
the upcoming 2.14 stable release. All users are invited to
@@ -1533,7 +1533,7 @@ on June 6, 2011. If you discover any problems, please send us
@newsItem
-@subsubheading LilyPond 2.13.62 released! @emph{May 24, 2011}
+@subheading LilyPond 2.13.62 released! @emph{May 24, 2011}
We are happy to announce the release of LilyPond 2.13.62. This
release contains the usual number of bugfixes.
@@ -1545,7 +1545,7 @@ due to a few remaining Critical bugs.
@newsItem
-@subsubheading LilyPond 2.13.61 released! @emph{May 1, 2011}
+@subheading LilyPond 2.13.61 released! @emph{May 1, 2011}
We are happy to announce the release of LilyPond 2.13.61. This
release contains the usual number of bugfixes.
@@ -1557,7 +1557,7 @@ due to a few remaining Critical bugs.
@newsItem
-@subsubheading LilyPond 2.13.60 released! @emph{April 16, 2011}
+@subheading LilyPond 2.13.60 released! @emph{April 16, 2011}
We are happy to announce the release of LilyPond 2.13.60. This
release contains the usual number of bugfixes.
@@ -1569,7 +1569,7 @@ due to a few remaining Critical bugs.
@newsItem
-@subsubheading Linux Journal Magazine article - @emph{April 2011}
+@subheading Linux Journal Magazine article - @emph{April 2011}
@uref{http://www.linux-magazine.com,Linux Magazine} publishes an
article in the May 2011 issue titled
@@ -1582,7 +1582,7 @@ a hands-on example.
@newsEnd
@newsItem
-@subsubheading LilyPond 2.13.59 released! @emph{April 10, 2011}
+@subheading LilyPond 2.13.59 released! @emph{April 10, 2011}
We are happy to announce the release of LilyPond 2.13.59. This
release contains the usual number of bugfixes.
@@ -1594,7 +1594,7 @@ due to a few remaining Critical bugs.
@newsItem
-@subsubheading Release candidate 6 of 2.14 - LilyPond 2.13.58 released! @emph{April 7, 2011}
+@subheading Release candidate 6 of 2.14 - LilyPond 2.13.58 released! @emph{April 7, 2011}
LilyPond 2.13.58 is out; this is the sixth release candidate of
the upcoming 2.14 stable release. All users are invited to
@@ -1611,7 +1611,7 @@ on April 14, 2011. If you discover any problems, please send us
@newsItem
-@subsubheading Release candidate 5 of 2.14 - LilyPond 2.13.57 released! @emph{April 3, 2011}
+@subheading Release candidate 5 of 2.14 - LilyPond 2.13.57 released! @emph{April 3, 2011}
LilyPond 2.13.57 is out; this is the fifth release candidate of
the upcoming 2.14 stable release. All users are invited to
@@ -1628,7 +1628,7 @@ on April 10, 2011. If you discover any problems, please send us
@newsItem
-@subsubheading Release candidate 4 of 2.14 - LilyPond 2.13.56 released! @emph{Mar 29, 2011}
+@subheading Release candidate 4 of 2.14 - LilyPond 2.13.56 released! @emph{Mar 29, 2011}
LilyPond 2.13.56 is out; this is the fourth release candidate of
the upcoming 2.14 stable release. All users are invited to
@@ -1645,7 +1645,7 @@ on April 5, 2011. If you discover any problems, please send us
@newsItem
-@subsubheading LilyPond 2.13.55 released! @emph{Mar 22, 2011}
+@subheading LilyPond 2.13.55 released! @emph{Mar 22, 2011}
We are happy to announce the release of LilyPond 2.13.55. This
release contains the usual number of bugfixes.
@@ -1657,7 +1657,7 @@ due to a few remaining Critical bugs.
@newsItem
-@subsubheading Release candidate 3 withdrawn @emph{Mar 15, 2011}
+@subheading Release candidate 3 withdrawn @emph{Mar 15, 2011}
We have discovered a regression since 2.12.3, so lilypond 2.13.54
is no longer a candidate for the 2.14.0 release. However, please
@@ -1669,7 +1669,7 @@ problems, please send us @ref{Bug reports}.
@newsItem
-@subsubheading Release candidate 3 of 2.14 - LilyPond 2.13.54 released! @emph{Mar 13, 2011}
+@subheading Release candidate 3 of 2.14 - LilyPond 2.13.54 released! @emph{Mar 13, 2011}
LilyPond 2.13.54 is out; this is the third release candidate of
the upcoming 2.14 stable release. All users are invited to
@@ -1686,7 +1686,7 @@ on March 27, 2011. If you discover any problems, please send us
@newsItem
-@subsubheading LilyPond 2.13.53 released! @emph{Mar 6, 2011}
+@subheading LilyPond 2.13.53 released! @emph{Mar 6, 2011}
We are happy to announce the release of LilyPond 2.13.53. This
release contains the usual number of bugfixes.
@@ -1697,7 +1697,7 @@ due to a few remaining Critical bugs.
@newsEnd
@newsItem
-@subsubheading LilyPond 2.13.52 released! @emph{Mar 1, 2011}
+@subheading LilyPond 2.13.52 released! @emph{Mar 1, 2011}
We are happy to announce the release of LilyPond 2.13.52. This
release contains the usual number of bugfixes.
@@ -1708,7 +1708,7 @@ due to a few remaining Critical bugs.
@newsEnd
@newsItem
-@subsubheading LilyPond 2.13.51 released! @emph{Feb 22, 2011}
+@subheading LilyPond 2.13.51 released! @emph{Feb 22, 2011}
We are happy to announce the release of LilyPond 2.13.51. This
release contains the usual number of bugfixes.
@@ -1720,7 +1720,7 @@ due to a few remaining Critical bugs.
@newsItem
-@subsubheading LilyPond 2.13.50 released! @emph{Feb 13, 2011}
+@subheading LilyPond 2.13.50 released! @emph{Feb 13, 2011}
We are happy to announce the release of LilyPond 2.13.50. This
release contains the usual number of bugfixes.
@@ -1733,7 +1733,7 @@ cannot be at all confident about the quality of this release.
@newsItem
-@subsubheading New Chinese and Czech translations of the web page! @emph{Feb 11,2011}
+@subheading New Chinese and Czech translations of the web page! @emph{Feb 11,2011}
Two new languages are added to our web page: Chinese by Ben Luo, and
Czech by Pavel Fric. It is a work in progress but they are fully
@@ -1744,7 +1744,7 @@ functional. That makes ten languages to choose from!
@newsItem
-@subsubheading Release candidate 2 of 2.14 - LilyPond 2.13.49 released! @emph{Feb 9, 2011}
+@subheading Release candidate 2 of 2.14 - LilyPond 2.13.49 released! @emph{Feb 9, 2011}
LilyPond 2.13.49 is out; this is the second release candidate of
the upcoming 2.14 stable release. All users are invited to
@@ -1761,7 +1761,7 @@ on Feb 23, 2011. If you discover any problems, please send us
@newsItem
-@subsubheading LilyPond 2.13.48 released! @emph{Feb 5, 2011}
+@subheading LilyPond 2.13.48 released! @emph{Feb 5, 2011}
We are happy to announce the release of LilyPond 2.13.48. This
release contains the usual number of bugfixes. However, a number
@@ -1773,7 +1773,7 @@ developers only.
@newsItem
-@subsubheading LilyPond 2.13.47 released! @emph{Jan 28, 2011}
+@subheading LilyPond 2.13.47 released! @emph{Jan 28, 2011}
We are happy to announce the release of LilyPond 2.13.47. This
release contains the usual number of bugfixes. However, a number
@@ -1785,7 +1785,7 @@ developers only.
@newsItem
-@subsubheading Release candidate 1 withdrawn @emph{Jan 13, 2011}
+@subheading Release candidate 1 withdrawn @emph{Jan 13, 2011}
We have discovered a regression since 2.12.3, so lilypond 2.13.46
is no longer a candidate for the 2.14.0 release. However, please
@@ -1797,7 +1797,7 @@ problems, please send us @ref{Bug reports}.
@newsItem
-@subsubheading Release candidate 1 of 2.14 - LilyPond 2.13.46 released! @emph{Jan 12, 2011}
+@subheading Release candidate 1 of 2.14 - LilyPond 2.13.46 released! @emph{Jan 12, 2011}
LilyPond 2.13.46 is out; this is the first release candidate of
the upcoming 2.14 stable release. All users are invited to
@@ -1814,7 +1814,7 @@ on 26 Jan 2011. If you discover any problems, please send us
@newsItem
-@subsubheading LilyPond 2.13.45 released! @emph{Jan 3, 2011}
+@subheading LilyPond 2.13.45 released! @emph{Jan 3, 2011}
We are happy to announce the release of LilyPond 2.13.45. This
release contains the usual number of bugfixes. However, a number
@@ -1827,7 +1827,7 @@ developers only.
@newsItem
-@subsubheading Beta test three of 2.14 -- LilyPond 2.13.44 released! @emph{Dec 25, 2010}
+@subheading Beta test three of 2.14 -- LilyPond 2.13.44 released! @emph{Dec 25, 2010}
LilyPond 2.13.44 is out; this is the third beta test of the
upcoming 2.14 stable release. Users are invited to experiment
@@ -1844,7 +1844,7 @@ just send us polite @ref{Bug reports}.
@newsItem
-@subsubheading Beta test two of 2.14 -- LilyPond 2.13.43 released! @emph{Dec 14, 2010}
+@subheading Beta test two of 2.14 -- LilyPond 2.13.43 released! @emph{Dec 14, 2010}
LilyPond 2.13.43 is out; this is the second beta test of the
upcoming 2.14 stable release. Users are invited to experiment
@@ -1861,7 +1861,7 @@ just send us polite @ref{Bug reports}.
@newsItem
-@subsubheading LilyPond 2.13.42 released! @emph{Dec 8, 2010}
+@subheading LilyPond 2.13.42 released! @emph{Dec 8, 2010}
We are happy to announce the release of LilyPond 2.13.42. This
release contains the usual number of bugfixes. However, a number
@@ -1876,7 +1876,7 @@ at all confident about the quality of this release.
@newsItem
-@subsubheading LilyPond 2.13.41 released! @emph{Dec 4, 2010}
+@subheading LilyPond 2.13.41 released! @emph{Dec 4, 2010}
We are happy to announce the release of LilyPond 2.13.41. This
release contains the usual number of bugfixes. However, a number
@@ -1891,7 +1891,7 @@ at all confident about the quality of this release.
@newsItem
-@subsubheading LilyPond 2.13.40 released! @emph{Nov 21, 2010}
+@subheading LilyPond 2.13.40 released! @emph{Nov 21, 2010}
We are happy to announce the release of LilyPond 2.13.40. This
release contains the usual number of bugfixes. However, a number
@@ -1906,7 +1906,7 @@ at all confident about the quality of this release.
@newsItem
-@subsubheading Beta test one of 2.14 -- LilyPond 2.13.39 released! @emph{Nov 15, 2010}
+@subheading Beta test one of 2.14 -- LilyPond 2.13.39 released! @emph{Nov 15, 2010}
LilyPond 2.13.39 is out; this is the first beta test of the
upcoming 2.14 stable release. Users are invited to experiment
@@ -1926,7 +1926,7 @@ be surprised to discover problems; just send us polite
@newsItem
-@subsubheading The LilyPond Report #22. @emph{Nov 3, 2010}
+@subheading The LilyPond Report #22. @emph{Nov 3, 2010}
The @emph{LilyPond Report} is back, with some surprises and exciting
news for the whole LilyPond community! To be found in this issue is
@@ -1945,7 +1945,7 @@ warmly encouraged!
@newsItem
-@subsubheading Alpha test four of 2.14 -- LilyPond 2.13.38 released! @emph{Oct 31, 2010}
+@subheading Alpha test four of 2.14 -- LilyPond 2.13.38 released! @emph{Oct 31, 2010}
LilyPond 2.13.38 is out; this is the fourth alpha test of the
upcoming 2.14 stable release. Users are invited to experiment
@@ -1963,7 +1963,7 @@ be surprised to discover problems; just send us polite
@newsItem
-@subsubheading Alpha test three of 2.14 -- LilyPond 2.13.37 released! @emph{Oct 25, 2010}
+@subheading Alpha test three of 2.14 -- LilyPond 2.13.37 released! @emph{Oct 25, 2010}
LilyPond 2.13.37 is out; this is the third alpha test of the
upcoming 2.14 stable release. Users are invited to experiment
@@ -1981,7 +1981,7 @@ be surprised to discover problems; just send us polite
@newsItem
-@subsubheading LilyPond 2.13.36 released! @emph{Oct 19, 2010}
+@subheading LilyPond 2.13.36 released! @emph{Oct 19, 2010}
We are happy to announce the release of LilyPond 2.13.36. This
release contains the usual number of bugfixes. However, a number
@@ -1995,7 +1995,7 @@ at all confident about the quality of this release.
@newsEnd
@newsItem
-@subsubheading The LilyPond Report #21. @emph{Oct 3, 2010}
+@subheading The LilyPond Report #21. @emph{Oct 3, 2010}
The @emph{LilyPond Report} is back, with its two
@qq{grumpy-and-fluffy} editors! This issue mainly deals with
@@ -2013,7 +2013,7 @@ warmly encouraged!
@newsItem
-@subsubheading Alpha test two of 2.14 -- LilyPond 2.13.35 released! @emph{Sep 29, 2010}
+@subheading Alpha test two of 2.14 -- LilyPond 2.13.35 released! @emph{Sep 29, 2010}
LilyPond 2.13.35 is out; this is the second alpha test of the
upcoming 2.14 stable release. Users are invited to experiment
@@ -2036,7 +2036,7 @@ to discover problems; just send us polite @ref{Bug reports}.
@newsItem
-@subsubheading Alpha test of 2.14 -- LilyPond 2.13.34 released! @emph{Sep 21, 2010}
+@subheading Alpha test of 2.14 -- LilyPond 2.13.34 released! @emph{Sep 21, 2010}
LilyPond 2.13.34 is out; this is the first alpha test of the
upcoming 2.14 stable release. Users are invited to experiment
@@ -2055,7 +2055,7 @@ discover problems; just send us polite @ref{Bug reports}.
@newsItem
-@subsubheading LilyPond 2.13.33 released! @emph{Sep 10, 2010}
+@subheading LilyPond 2.13.33 released! @emph{Sep 10, 2010}
We are happy to announce the release of LilyPond 2.13.33. This
release contains the usual number of bugfixes. However, a number
@@ -2068,7 +2068,7 @@ developers only.
@newsItem
-@subsubheading LilyPond 2.13.32 released! @emph{Sep 3, 2010}
+@subheading LilyPond 2.13.32 released! @emph{Sep 3, 2010}
We are happy to announce the release of LilyPond 2.13.32. This
release contains the usual number of bugfixes. However, a number
@@ -2079,7 +2079,7 @@ developers only.
@newsItem
-@subsubheading LilyPond Report #20. @emph{Sep 2, 2010}
+@subheading LilyPond Report #20. @emph{Sep 2, 2010}
The @emph{LilyPond Report} is back, with its two
@qq{grumpy-and-fluffy} editors! This issue contains a review of an
@@ -2095,7 +2095,7 @@ warmly encouraged!
@newsItem
-@subsubheading LilyPond 2.13.31 released! @emph{Aug 24, 2010}
+@subheading LilyPond 2.13.31 released! @emph{Aug 24, 2010}
We are happy to announce the release of LilyPond 2.13.31. This
release contains the usual number of bugfixes. However, a number
@@ -2106,7 +2106,7 @@ developers only.
@newsItem
-@subsubheading LilyPond 2.13.30 released! @emph{Aug 13, 2010}
+@subheading LilyPond 2.13.30 released! @emph{Aug 13, 2010}
We are happy to announce the release of LilyPond 2.13.30. This
release contains the usual number of bugfixes. However, a number
@@ -2117,7 +2117,7 @@ developers only.
@newsItem
-@subsubheading LilyPond Report #19. @emph{Aug 9, 2010}
+@subheading LilyPond Report #19. @emph{Aug 9, 2010}
The @emph{LilyPond Report} is back, with its two
@qq{grumpy-and-fluffy} editors! This issue contains some
@@ -2135,7 +2135,7 @@ warmly encouraged!
@newsItem
-@subsubheading LilyPond 2.13.29 released! @emph{Aug 4, 2010}
+@subheading LilyPond 2.13.29 released! @emph{Aug 4, 2010}
We are happy to announce the release of LilyPond 2.13.29. This
release contains the usual number of bugfixes. However, a number
@@ -2148,7 +2148,7 @@ caution and expect breakage.
@newsItem
-@subsubheading LilyPond 2.13.28 released! @emph{July 13, 2010}
+@subheading LilyPond 2.13.28 released! @emph{July 13, 2010}
We are happy to announce the release of LilyPond 2.13.28. This
release contains the usual number of bugfixes. However, a number
@@ -2163,7 +2163,7 @@ warnings and try it anyway, use extra caution.
@newsItem
-@subsubheading LilyPond 2.13.27 released! @emph{July 5, 2010}
+@subheading LilyPond 2.13.27 released! @emph{July 5, 2010}
We are happy to announce the release of LilyPond 2.13.27. This
release contains the usual number of bugfixes. However, a number
@@ -2173,7 +2173,7 @@ developers only.
@newsItem
-@subsubheading Testing our new website! @emph{June 29, 2010}
+@subheading Testing our new website! @emph{June 29, 2010}
We're testing our new website! For the next 24 hours, the new
website will be the default website; after that, we will switch
@@ -2192,7 +2192,7 @@ website at:
@newsItem
-@subsubheading LilyPond 2.13.26 released! @emph{June 26, 2010}
+@subheading LilyPond 2.13.26 released! @emph{June 26, 2010}
We are happy to announce the release of LilyPond 2.13.26. This
release contains the usual number of bugfixes. However, a number
@@ -2201,7 +2201,7 @@ developers only.
@newsEnd
@newsItem
-@subsubheading LilyPond 2.13.25 released! @emph{June 20, 2010}
+@subheading LilyPond 2.13.25 released! @emph{June 20, 2010}
We are happy to announce the release of LilyPond 2.13.25. This
release contains the usual number of bugfixes. However, a number
@@ -2211,7 +2211,7 @@ developers only.
@newsItem
-@subsubheading LilyPond 2.13.24 released! @emph{June 14, 2010}
+@subheading LilyPond 2.13.24 released! @emph{June 14, 2010}
We are happy to announce the release of LilyPond 2.13.24. This
release contains the usual number of bugfixes. However, a number
@@ -2221,7 +2221,7 @@ developers only.
@newsItem
-@subsubheading LilyPond 2.13.23 released! @emph{June 3, 2010}
+@subheading LilyPond 2.13.23 released! @emph{June 3, 2010}
We are happy to announce the release of LilyPond 2.13.23. This
release contains the usual number of bugfixes. However, a number
@@ -2230,7 +2230,7 @@ developers only.
@newsEnd
@newsItem
-@subsubheading LilyPond 2.13.22 released! @emph{May 27, 2010}
+@subheading LilyPond 2.13.22 released! @emph{May 27, 2010}
We are happy to announce the release of LilyPond 2.13.22. This
release contains the usual number of bugfixes. However, a number
@@ -2239,7 +2239,7 @@ developers only.
@newsEnd
@newsItem
-@subsubheading LilyPond 2.13.21 released! @emph{May 12, 2010}
+@subheading LilyPond 2.13.21 released! @emph{May 12, 2010}
We are happy to announce the release of LilyPond 2.13.21. This
release contains the usual number of bugfixes. However, a number
@@ -2255,7 +2255,7 @@ stable release.
@newsItem
-@subsubheading LilyPond Report #18. @emph{May 11, 2010}
+@subheading LilyPond Report #18. @emph{May 11, 2010}
The @emph{LilyPond Report} is back, with its two
@qq{grumpy-and-fluffy} editors! This issue will be filled
@@ -2271,7 +2271,7 @@ warmly encouraged!
@newsItem
-@subsubheading LilyPond 2.13.20 released! @emph{May 5, 2010}
+@subheading LilyPond 2.13.20 released! @emph{May 5, 2010}
We are happy to announce the release of LilyPond 2.13.20. This
release contains the usual number of bugfixes. However, a number
@@ -2286,7 +2286,7 @@ see the Changes document for more information.
@newsEnd
@newsItem
-@subsubheading LilyPond 2.13.19 released! @emph{April 24, 2010}
+@subheading LilyPond 2.13.19 released! @emph{April 24, 2010}
We are happy to announce the release of LilyPond 2.13.19. This
release contains the usual number of bugfixes. However, 11
@@ -2295,7 +2295,7 @@ developers only.
@newsEnd
@newsItem
-@subsubheading LilyPond 2.13.18 released! @emph{April 16, 2010}
+@subheading LilyPond 2.13.18 released! @emph{April 16, 2010}
We are happy to announce the release of LilyPond 2.13.18. This
release contains the usual number of bugfixes, along with improved
@@ -2304,7 +2304,7 @@ so this release is intended for developers only.
@newsEnd
@newsItem
-@subsubheading LilyPond 2.13.17 released! @emph{April 2, 2010}
+@subheading LilyPond 2.13.17 released! @emph{April 2, 2010}
We are happy to announce the release of LilyPond 2.13.17. This
release includes bugfixes for 4 critical issues. However, 15
@@ -2313,7 +2313,7 @@ developers only.
@newsEnd
@newsItem
-@subsubheading LilyPond 2.13.16 released! @emph{March 15, 2010}
+@subheading LilyPond 2.13.16 released! @emph{March 15, 2010}
We are happy to announce the release of LilyPond 2.13.16. This
release is intended for developers only, and includes the usual
@@ -2321,7 +2321,7 @@ round of bugfixes.
@newsEnd
@newsItem
-@subsubheading LilyPond 2.13.15 released! @emph{March 4, 2010}
+@subheading LilyPond 2.13.15 released! @emph{March 4, 2010}
We are happy to announce the release of LilyPond 2.13.15. This
release is intended for developers only, and includes a few
@@ -2331,7 +2331,7 @@ of bugfixes.
@newsItem
-@subsubheading LilyPond Report #17. @emph{March 1, 2010}
+@subheading LilyPond Report #17. @emph{March 1, 2010}
Yay, the Report is back, with a new team! It has been said that
two heads are better than one — does it apply to newsletters as
@@ -2346,7 +2346,7 @@ LilyPond Report 17} now!
@newsItem
-@subsubheading LilyPond 2.13.14 released! @emph{February 27, 2010}
+@subheading LilyPond 2.13.14 released! @emph{February 27, 2010}
We are happy to announce the release of LilyPond 2.13.14. This
release is intended for developers only, and includes a large
@@ -2354,7 +2354,7 @@ translation update in addition to the usual round of bugfixes.
@newsEnd
@newsItem
-@subsubheading LilyPond 2.13.13 released! @emph{February 13, 2010}
+@subheading LilyPond 2.13.13 released! @emph{February 13, 2010}
We are happy to announce the release of LilyPond 2.13.13. This
release is intended for developers only, and fixes various
@@ -2365,7 +2365,7 @@ binaries are now approximately 6 megabytes smaller.
@newsItem
-@subsubheading LilyPond 2.13.12 released! @emph{February 2, 2010}
+@subheading LilyPond 2.13.12 released! @emph{February 2, 2010}
We are happy to announce the release of LilyPond 2.13.12. This
release is intended for developers only, and brings more stability
@@ -2373,7 +2373,7 @@ and fewer bugs to the build system and Contributor's Guide.
@newsEnd
@newsItem
-@subsubheading LilyPond 2.13.11 released! @emph{January 16, 2010}
+@subheading LilyPond 2.13.11 released! @emph{January 16, 2010}
We are happy to announce the release of LilyPond 2.13.11. This
release is intended for developers only, and brings a number of
@@ -2382,7 +2382,7 @@ critical regressions against earlier versions.
@newsEnd
@newsItem
-@subsubheading LilyPond 2.13.10 released! @emph{December 31, 2009}
+@subheading LilyPond 2.13.10 released! @emph{December 31, 2009}
We are happy to announce the release of LilyPond 2.13.10. This
release is intended for developers only, and brings a number of
@@ -2393,7 +2393,7 @@ and English names for feta filenames.
@newsItem
-@subsubheading LilyPond 2.12.3 released! @emph{December 20, 2009}
+@subheading LilyPond 2.12.3 released! @emph{December 20, 2009}
We are happy to announce the release of LilyPond 2.12.3. This
version contains the long-awaited fix for our GUI on MacOS X 10.5
@@ -2409,7 +2409,7 @@ shifts towards the upcoming 2.14 series.
@newsItem
-@subsubheading LilyPond 2.13.9 released! @emph{December 12, 2009}
+@subheading LilyPond 2.13.9 released! @emph{December 12, 2009}
LilyPond 2.13.9 is now out. From 2.13.9 onwards, LilyPond is
licensed under the GNU GPL v3+ for code, and the GNU FDL 1.3+ for
@@ -2422,7 +2422,7 @@ normal users should continue to use 2.12.
@newsEnd
@newsItem
-@subsubheading New Website! @emph{October 3, 2009}
+@subheading New Website! @emph{October 3, 2009}
As you can see, we have a new website design. Many thanks to
texi2html and CSS for being so flexible!
@@ -2431,7 +2431,7 @@ texi2html and CSS for being so flexible!
@newsItem
-@subsubheading LilyPond Report #16. @emph{September 6, 2009}
+@subheading LilyPond Report #16. @emph{September 6, 2009}
The LilyPond Report is back! This short, informal opinion column is
about the LilyPond project: its team, its world, its community.
@@ -2442,7 +2442,7 @@ now!
@newsItem
-@subsubheading LilyPond 2.13.3. @emph{July 2, 2009}
+@subheading LilyPond 2.13.3. @emph{July 2, 2009}
This unstable release contains working menus in OSX 10.5; many
thanks to Christian Hitz for fixing this long-standing problem!
@@ -2459,7 +2459,7 @@ release.@*
@newsItem
-@subsubheading A LilyPond weboldala magyarul. @emph{May 22, 2009}
+@subheading A LilyPond weboldala magyarul. @emph{May 22, 2009}
Elkészült a lilypond.org nagy részének magyar fordítása a LilyPond
honosítási projekt első lépéseként. A projekt célja a LilyPond
@@ -2474,7 +2474,7 @@ vezetője
@newsItem
-@subsubheading The LilyPond Report #15. @emph{May 18, 2009}
+@subheading The LilyPond Report #15. @emph{May 18, 2009}
The @emph{LilyPond Report} is a short, informal opinion column about the LilyPond project:
its team, its world, its community.
@@ -2484,7 +2484,7 @@ to read the full issue...
@newsItem
-@subsubheading The LilyPond Report #14. @emph{April 13, 2009}
+@subheading The LilyPond Report #14. @emph{April 13, 2009}
The @emph{LilyPond Report} is back, on a new website!
This short, informal, weekly opinion column is about the LilyPond project: its team, its world, its community.
@@ -2493,7 +2493,7 @@ Follow @uref{http://news.lilynet.net/The-LilyPond-Report-14,this link} to read t
@newsItem
-@subsubheading LilyPond 2.12.2 and 2.13.0 — @emph{March 21, 2009}
+@subheading LilyPond 2.12.2 and 2.13.0 — @emph{March 21, 2009}
As a very belated announcement, the stable version of LilyPond is
now 2.12.2, and the next development version has begun with
@@ -2502,7 +2502,7 @@ now 2.12.2, and the next development version has begun with
@newsItem
-@subsubheading LilyPond 2.12.0 @qq{Rune} — @emph{December 27, 2008}
+@subheading LilyPond 2.12.0 @qq{Rune} — @emph{December 27, 2008}
A new stable release of LilyPond is available.
@*
@@ -2513,7 +2513,7 @@ A new stable release of LilyPond is available.
@newsItem
-@subsubheading LilyPond 2.11.65 — Release Candidate. @emph{December 2, 2008}
+@subheading LilyPond 2.11.65 — Release Candidate. @emph{December 2, 2008}
This release has improvements to MusicXML import, contributed by
Reinhold Kainhofer, and adds support for splitting a book in several
@@ -2531,7 +2531,7 @@ issues.@*
@newsItem
-@subsubheading LilyPond 2.11.64. @emph{November 18, 2008}
+@subheading LilyPond 2.11.64. @emph{November 18, 2008}
LilyPond 2.11.64 is available. MusicXML import has been improved,
including church modes support, and a few bugs in the compilation
@@ -2546,7 +2546,7 @@ which used to cause excessive slowness should be fixed.
@newsItem
-@subsubheading LilyPond 2.11.63. @emph{October 29, 2008}
+@subheading LilyPond 2.11.63. @emph{October 29, 2008}
LilyPond 2.11.63 is available. This release has lots of updates to the
documentation and translations.
@@ -2555,7 +2555,7 @@ documentation and translations.
@newsItem
-@subsubheading LilyPond 2.11.62 -- Release Candidate. @emph{October 11, 2008}
+@subheading LilyPond 2.11.62 -- Release Candidate. @emph{October 11, 2008}
LilyPond 2.11.62 is available. This is is one of the last releases
before 2.12, so testing it is encouraged. In addition to a bugfix
@@ -2569,7 +2569,7 @@ stylesheet for HTML documentation has been improved.
@newsItem
-@subsubheading LilyPond 2.11.61 available. @emph{October 1, 2008}
+@subheading LilyPond 2.11.61 available. @emph{October 1, 2008}
LilyPond 2.11.61 has been released. It has updates to
documentation translations, and a new automatic accidentals style
@@ -2582,7 +2582,7 @@ documentation translations, and a new automatic accidentals style
@newsItem
-@subsubheading LilyPond 2.11.60 available. @emph{September 25, 2008}
+@subheading LilyPond 2.11.60 available. @emph{September 25, 2008}
LilyPond 2.11.60 has been released. A new style of double repeat
bar line has been added, and @code{printallheaders} variable in
@@ -2592,7 +2592,7 @@ score block has been renamed to @code{print-all-headers}.
@newsItem
-@subsubheading LilyPond 2.11.59 available. @emph{September 20, 2008}
+@subheading LilyPond 2.11.59 available. @emph{September 20, 2008}
Release 2.11.59 is out. LilyPond now uses 64 bit integers for
rational numbers, which allows typesetting more complex polymetric
@@ -2603,7 +2603,7 @@ translations of the documentation.
@newsItem
-@subsubheading LilyPond 2.11.58 available. @emph{September 13, 2008}
+@subheading LilyPond 2.11.58 available. @emph{September 13, 2008}
LilyPond 2.11.58 is a beta release, which means the next stable
release is expected in a few weeks. This release is also special,
@@ -2622,7 +2622,7 @@ Reinhold Kainhofer, and a few bugs have been fixed.
@newsItem
-@subsubheading LilyPond 2.11.57 available. @emph{August 27, 2008}
+@subheading LilyPond 2.11.57 available. @emph{August 27, 2008}
LilyPond 2.11.57 is out. This release adds support for harp pedal
diagrams, contributed by Reinhold Kainhofer, and some changes in
@@ -2634,7 +2634,7 @@ markup command names have been made.
@newsItem
-@subsubheading LilyPond 2.11.56 available. @emph{August 17, 2008}
+@subheading LilyPond 2.11.56 available. @emph{August 17, 2008}
LilyPond 2.11.56 is out. This release features transposable fret
diagrams, contributed by Carl Sorensen. Translations status pages
@@ -2648,7 +2648,7 @@ predefined commands @code{\pointAndClickOn},
@newsItem
-@subsubheading LilyPond 2.11.55 available. @emph{August 6, 2008}
+@subheading LilyPond 2.11.55 available. @emph{August 6, 2008}
LilyPond 2.11.55 is out. This release fixes several bugs, and for octavation brackets
@code{set-octavation} has been replaced by a more user-friendly command, @code{\ottava}.
@@ -2659,7 +2659,7 @@ LilyPond 2.11.55 is out. This release fixes several bugs, and for octavation br
@newsItem
-@subsubheading LilyPond 2.11.54 available. @emph{July 30, 2008}
+@subheading LilyPond 2.11.54 available. @emph{July 30, 2008}
LilyPond 2.11.54 is out. This release fixes a bug in tie formatting
following a line break, and changes the behavior of @code{short-indent}
@@ -2671,7 +2671,7 @@ so that short instrument names are no longer indented in the margin.
@newsItem
-@subsubheading LilyPond 2.11.53 available. @emph{July 23, 2008}
+@subheading LilyPond 2.11.53 available. @emph{July 23, 2008}
LilyPond 2.11.53 is out. This release fixes a lot of bugs.
@*
@@ -2681,7 +2681,7 @@ LilyPond 2.11.53 is out. This release fixes a lot of bugs.
@newsItem
-@subsubheading LilyPond 2.11.52 available. @emph{July 14, 2008}
+@subheading LilyPond 2.11.52 available. @emph{July 14, 2008}
Release 2.11.52 fixes wrong offset of a bar number when it follows
a breath mark, and syntax changes made in recent development
@@ -2694,7 +2694,7 @@ releases are now fully listed on the News page.
@newsItem
-@subsubheading LilyPond 2.11.51 available. @emph{July 8, 2008}
+@subheading LilyPond 2.11.51 available. @emph{July 8, 2008}
Release 2.11.51 has a couple of bugfixes, and a lot of changes in
predefined command names. Fret diagrams formatting has been
@@ -2707,7 +2707,7 @@ by @code{fret-diagram-details} property.
@newsItem
-@subsubheading LilyPond 2.11.50 available. @emph{July 2, 2008}
+@subheading LilyPond 2.11.50 available. @emph{July 2, 2008}
Release 2.11.50 adds support for metronome marks with text, and
backslashed numbers for figured bass, contributed by
@@ -2719,7 +2719,7 @@ Reinhold Kainhofer.
@newsItem
-@subsubheading The LilyPond Report #13. @emph{June 23, 2008}
+@subheading The LilyPond Report #13. @emph{June 23, 2008}
This short, informal, weekly opinion column is about the LilyPond project: its team, its world, its community.
Follow @uref{http://valentin.villenave.info/The-LilyPond-Report-13,this link} to read the full issue...
@@ -2727,7 +2727,7 @@ Follow @uref{http://valentin.villenave.info/The-LilyPond-Report-13,this link} to
@newsItem
-@subsubheading The LilyPond Report #12. @emph{June 16, 2008}
+@subheading The LilyPond Report #12. @emph{June 16, 2008}
This short, informal, weekly opinion column is about the LilyPond project: its team, its world, its community.
Follow @uref{http://valentin.villenave.info/The-LilyPond-Report-12,this link} to read the full issue...
@@ -2735,7 +2735,7 @@ Follow @uref{http://valentin.villenave.info/The-LilyPond-Report-12,this link} to
@newsItem
-@subsubheading LilyPond 2.11.49 released. @emph{June 12, 2008}
+@subheading LilyPond 2.11.49 released. @emph{June 12, 2008}
LilyPond 2.11.49 is out. It fixes a number of bugs, including bugs in beams formatting.
@*
@@ -2745,7 +2745,7 @@ LilyPond 2.11.49 is out. It fixes a number of bugs, including bugs in beams for
@newsItem
-@subsubheading LilyPond 2.11.48 released. @emph{June 9, 2008}
+@subheading LilyPond 2.11.48 released. @emph{June 9, 2008}
LilyPond 2.11.48 is out. This release fixes a few bugs, and
@code{\compressMusic} has been renamed
@@ -2757,7 +2757,7 @@ to @code{\scaleDurations}.
@newsItem
-@subsubheading The LilyPond Report #11. @emph{June 9, 2008}
+@subheading The LilyPond Report #11. @emph{June 9, 2008}
This short, informal, weekly opinion column is about the LilyPond project: its team, its world, its community.
Follow @uref{http://valentin.villenave.info/The-LilyPond-Report-11,this link} to read the full issue...
@@ -2765,7 +2765,7 @@ Follow @uref{http://valentin.villenave.info/The-LilyPond-Report-11,this link} to
@newsItem
-@subsubheading The LilyPond Report #10. @emph{June 2, 2008}
+@subheading The LilyPond Report #10. @emph{June 2, 2008}
Welcome to this special tenth issue of the @emph{LilyPond Report}, entirely dedicated to Algorithmic Composition systems.@*
Follow @uref{http://valentin.villenave.info/The-LilyPond-Report-10,this link} to read the full issue...
@@ -2773,7 +2773,7 @@ Follow @uref{http://valentin.villenave.info/The-LilyPond-Report-10,this link} to
@newsItem
-@subsubheading LilyPond 2.11.47 released. @emph{May 28, 2008}
+@subheading LilyPond 2.11.47 released. @emph{May 28, 2008}
LilyPond now allows all text context properties to be markups,
except in @code{\lyricmode}. This release also fixes
@@ -2785,7 +2785,7 @@ regression tests maintenance for developers.
@newsItem
-@subsubheading LilyPond 2.11.46 available. @emph{May 22, 2008}
+@subheading LilyPond 2.11.46 available. @emph{May 22, 2008}
Release 2.11.46 fixes a lot of bugs and includes a rewrite of
dynamics engravers. Support for slur-shaped arpeggios has been added.
@@ -2797,7 +2797,7 @@ dynamics engravers. Support for slur-shaped arpeggios has been added.
@newsItem
-@subsubheading RSS feed - @emph{May 21, 2008}
+@subheading RSS feed - @emph{May 21, 2008}
A RSS feed is now available on lilypond.org. It contains all
news announced on the web site start page: releases, LilyPond
@@ -2809,7 +2809,7 @@ announce releases and special events.
@newsItem
-@subsubheading The LilyPond Report #9. @emph{May 05, 2008}
+@subheading The LilyPond Report #9. @emph{May 05, 2008}
Welcome to this ninth issue of the @emph{LilyPond Report}!@*
This short, informal, weekly opinion column is about the LilyPond project: its team, its world, its community.
@@ -2818,7 +2818,7 @@ Follow @uref{http://valentin.villenave.info/The-LilyPond-Report-9,this link} to
@newsItem
-@subsubheading LilyPond 2.11.45 available. @emph{April 26, 2008}
+@subheading LilyPond 2.11.45 available. @emph{April 26, 2008}
Release 2.11.45 fixes a couple of bugs in the formatting
engine. @code{lilypond-book} has been improved, with better
@@ -2834,7 +2834,7 @@ Villenave.
@newsItem
-@subsubheading LilyPond 2.11.44 available. @emph{April 14, 2008}
+@subheading LilyPond 2.11.44 available. @emph{April 14, 2008}
Release 2.11.44 is available. Support for figured bass and chord
names has been added to the MusicXML
@@ -2846,14 +2846,14 @@ converter.
@newsItem
-@subsubheading lilypond.org日本語訳 (lilypond.org Japanese translation). @emph{2008年4月8日 (April 4, 2008)}
+@subheading lilypond.org日本語訳 (lilypond.org Japanese translation). @emph{2008年4月8日 (April 4, 2008)}
lilypond.orgのいくつかのページの日本語訳が出来ました。
@newsEnd
@newsItem
-@subsubheading LilyPond 2.11.43 available. @emph{March 31, 2008}
+@subheading LilyPond 2.11.43 available. @emph{March 31, 2008}
Release 2.11.43 has been available since March 27. It fixes a
couple of formatting bugs, and the font cache problem with
@@ -2866,7 +2866,7 @@ fixed.
@newsItem
-@subsubheading LilyPond 2.11.42 available. @emph{March 9, 2008}
+@subheading LilyPond 2.11.42 available. @emph{March 9, 2008}
Release 2.11.42 is out. It fixes some formatting and spacing
bugs.
@@ -2877,7 +2877,7 @@ bugs.
@newsItem
-@subsubheading Comparison of music engraving with Finale and LilyPond. @emph{February 25, 2008}
+@subheading Comparison of music engraving with Finale and LilyPond. @emph{February 25, 2008}
In three articles, Andrew Hawryluk compares Finale and LilyPond in
general terms, and evaluates in detail engraving capabilities of
@@ -2890,7 +2890,7 @@ the articles}.
@newsItem
-@subsubheading LilyPond 2.11.41 available. @emph{February 25, 2008}
+@subheading LilyPond 2.11.41 available. @emph{February 25, 2008}
Release 2.11.41 is available. It has a few bugfixes, updated
program messages in French, German, Spanish and Vietnamese, and
@@ -2902,7 +2902,7 @@ updates to the MusicXML converter.
@newsItem
-@subsubheading LilyPond 2.11.37 available. @emph{January 3, 2008}
+@subheading LilyPond 2.11.37 available. @emph{January 3, 2008}
Release 2.11.37 is available. It has a few bugfixes, and
documentation changes. (@ref{Old downloads})
@@ -2910,7 +2910,7 @@ documentation changes. (@ref{Old downloads})
@newsItem
-@subsubheading LilyPond 2.11.36 available. @emph{December 13, 2007}
+@subheading LilyPond 2.11.36 available. @emph{December 13, 2007}
Release 2.11.36 is now available. It has many bugfixes, updates
for MusicXML import, and it includes major documentation changes from
@@ -2922,7 +2922,7 @@ Grand Documentation Project.
@newsItem
-@subsubheading LilyPond 2.10.33 and 2.11.33 available. @emph{September 20, 2007}
+@subheading LilyPond 2.10.33 and 2.11.33 available. @emph{September 20, 2007}
Release 2.11.33 is now available.
@*
@@ -2933,7 +2933,7 @@ Release 2.11.33 is now available.
@newsItem
-@subsubheading LilyPond 2.11.32 available. @emph{September 2, 2007}
+@subheading LilyPond 2.11.32 available. @emph{September 2, 2007}
Release 2.11.32 is now available.
@*
@@ -2943,7 +2943,7 @@ Release 2.11.32 is now available.
@newsItem
-@subsubheading LilyPond 2.11.31 available. @emph{August 31, 2007}
+@subheading LilyPond 2.11.31 available. @emph{August 31, 2007}
Release 2.11.31 is now available. It has more bugfixes, updates
for MusicXML import and lots of updates for the translations.
@@ -2954,7 +2954,7 @@ for MusicXML import and lots of updates for the translations.
@newsItem
-@subsubheading LilyPond 2.11.30 available. @emph{August 20, 2007}
+@subheading LilyPond 2.11.30 available. @emph{August 20, 2007}
Release 2.11.30 is now available. It has various bugfixes among
others in the new spacing code, MusicXML import and lots of updates
@@ -2966,7 +2966,7 @@ for the translations.
@newsItem
-@subsubheading LilyPond 2.10.29 and 2.11.29 available. @emph{August 11, 2007}
+@subheading LilyPond 2.10.29 and 2.11.29 available. @emph{August 11, 2007}
Release 2.11.29 is now available. 2.10.29 has a few small fixes.
2.11.29 has several bugfixes, among others in the new spacing code,
@@ -2979,7 +2979,7 @@ and lots of updates for the translations.
@newsItem
-@subsubheading LilyPond 2.11.28 for FreeBSD x86_64. @emph{August 10, 2007}
+@subheading LilyPond 2.11.28 for FreeBSD x86_64. @emph{August 10, 2007}
Release 2.11.28 is now available as a binary installer for
FreeBSD x86_64. Download
@@ -2989,7 +2989,7 @@ do @emph{sh lilypond-2.11.28-1.freebsd-64.sh} in a command window.
@newsItem
-@subsubheading LilyPond 2.11.28 available - @emph{July 25, 2007}
+@subheading LilyPond 2.11.28 available - @emph{July 25, 2007}
Release 2.11.28 has several updates to the manual and its
translations, an plethora of bugfixes and a complete cleanup of the
spacing engine code.
@@ -3000,7 +3000,7 @@ spacing engine code.
@newsItem
-@subsubheading LilyPond 2.11.26 available - @emph{June 8, 2007}
+@subheading LilyPond 2.11.26 available - @emph{June 8, 2007}
Release 2.11.26 supports page markers, eg. for use in
tables-of-contents. In addition, it fixes a number of bugs. Enjoy!
@@ -3011,7 +3011,7 @@ tables-of-contents. In addition, it fixes a number of bugs. Enjoy!
@newsItem
-@subsubheading LilyPond 2.10.25 and 2.11.25 available - @emph{May 20, 2007}
+@subheading LilyPond 2.10.25 and 2.11.25 available - @emph{May 20, 2007}
Release 2.11.25 has support for toplevel page breaking commands,
and page breaking as a whole has been sped up significantly. Enjoy!
@@ -3023,7 +3023,7 @@ and page breaking as a whole has been sped up significantly. Enjoy!
@newsItem
-@subsubheading LilyPond 2.10.23 and 2.11.23 available - @emph{May 1, 2007}
+@subheading LilyPond 2.10.23 and 2.11.23 available - @emph{May 1, 2007}
This has lots of bugfixes.
@*
@bugfixes{2_10_23,2.10},
@@ -3033,7 +3033,7 @@ This has lots of bugfixes.
@newsItem
-@subsubheading Übersetzung der Dokumentation - @emph{10. April 2007}
+@subheading Übersetzung der Dokumentation - @emph{10. April 2007}
Die Kapitel 1-5 (der Abschnitt für Anfänger) des LilyPond-Benutzerhandbuchs
sind auf deutsch übersetzt --- sie sind erhältlich für die @ref{Changes}
online und @ref{Old downloads}.
@@ -3041,7 +3041,7 @@ online und @ref{Old downloads}.
@newsItem
-@subsubheading LilyPond 2.11.22 available - @emph{April 10, 2007}
+@subheading LilyPond 2.11.22 available - @emph{April 10, 2007}
This release has updates of the dot collision code.
@*
@bugfixes{2_11_22,},
@@ -3051,7 +3051,7 @@ This release has updates of the dot collision code.
@newsItem
-@subsubheading LilyPond 2.11.21 available - @emph{March 24, 2007}
+@subheading LilyPond 2.11.21 available - @emph{March 24, 2007}
This release has some documentation updates.
@*
@bugfixes{2_11_21,},
@@ -3061,7 +3061,7 @@ This release has some documentation updates.
@newsItem
-@subsubheading Traduction de la documentation en français - @emph{25 février 2007}
+@subheading Traduction de la documentation en français - @emph{25 février 2007}
Les chapitres 1 à 4 et 6 du manuel de l'utilisateur sont désormais traduits, et
disponibles en ligne ---
@uref{http://lilypond.org/doc/v2.10/Documentation/user/lilypond/index.fr.html,version 2.10},
@@ -3072,7 +3072,7 @@ Les traductions sont également incluses dans la
@newsItem
-@subsubheading LilyPond 2.10.20 and 2.11.20 available - @emph{February 25, 2007}
+@subheading LilyPond 2.10.20 and 2.11.20 available - @emph{February 25, 2007}
This release fixes many bugs.
@*
@bugfixes{2_10_20,2.10},
@@ -3083,7 +3083,7 @@ This release fixes many bugs.
@newsItem
-@subsubheading LilyPond 2.10.19 and 2.11.19 available - @emph{February 18, 2007}
+@subheading LilyPond 2.10.19 and 2.11.19 available - @emph{February 18, 2007}
This release fixes many bugs.
@*
@bugfixes{2_10_19,2.10},
@@ -3094,7 +3094,7 @@ This release fixes many bugs.
@newsItem
-@subsubheading LilyPond 2.11.18 available - @emph{February 12, 2007}
+@subheading LilyPond 2.11.18 available - @emph{February 12, 2007}
This release fixes still more bugs, and included
singing support through festival contributed by Milan Zamazal.
@*
@@ -3105,7 +3105,7 @@ singing support through festival contributed by Milan Zamazal.
@newsItem
-@subsubheading LilyPond 2.11.17 available - @emph{February 9, 2007}
+@subheading LilyPond 2.11.17 available - @emph{February 9, 2007}
This release fixes still more bugs.
@*
@bugfixes{2_11_17,},
@@ -3115,7 +3115,7 @@ This release fixes still more bugs.
@newsItem
-@subsubheading LilyPond 2.10.16 and 2.11.16 available - @emph{February 4, 2007}
+@subheading LilyPond 2.10.16 and 2.11.16 available - @emph{February 4, 2007}
This release fixes many bugs.
(@bugfixes{2_10_16,2.10},
@bugfixes{2_11_16,2.11},
@@ -3125,7 +3125,7 @@ This release fixes many bugs.
@newsItem
-@subsubheading LilyPond 2.10.15 and 2.11.15 available - @emph{February 1, 2007}
+@subheading LilyPond 2.10.15 and 2.11.15 available - @emph{February 1, 2007}
This release will stretch piano staves on a
system-by-system basis and add a few glyphs: a black harmonic note
head and the slashed mirrored flat.
@@ -3138,7 +3138,7 @@ head and the slashed mirrored flat.
@newsItem
-@subsubheading LilyPond 2.10.14 and 2.11.14 available - @emph{January 26, 2007}
+@subheading LilyPond 2.10.14 and 2.11.14 available - @emph{January 26, 2007}
This release has a rewrite of the line-spanner code, responsible for
among other glissandi and text-crescendos, making them more flexible.
@*
@@ -3149,7 +3149,7 @@ among other glissandi and text-crescendos, making them more flexible.
@newsItem
-@subsubheading LilyPond 2.10.13 and 2.11.13 available - @emph{January 17, 2007}
+@subheading LilyPond 2.10.13 and 2.11.13 available - @emph{January 17, 2007}
This release fixes a few minor but irritating bugs. In addition, the
2.11 release has updates of the tutorial.
@*
@@ -3160,7 +3160,7 @@ This release fixes a few minor but irritating bugs. In addition, the
@newsItem
-@subsubheading LilyPond 2.11.12 available - @emph{January 17, 2007}
+@subheading LilyPond 2.11.12 available - @emph{January 17, 2007}
This release fixes lots of bugs. In particular, the tie formatting has
been further improved, and memory usage has been improved enormously.
@*
@@ -3171,7 +3171,7 @@ been further improved, and memory usage has been improved enormously.
@newsItem
-@subsubheading LilyPond 2.10.12 available - @emph{January 17, 2007}
+@subheading LilyPond 2.10.12 available - @emph{January 17, 2007}
This release mirrors 2.11.12. Notably, it has the same memory
usage improvements.
@*
@@ -3182,7 +3182,7 @@ usage improvements.
@newsItem
-@subsubheading LilyPond 2.10.11 available - @emph{January 12, 2007}
+@subheading LilyPond 2.10.11 available - @emph{January 12, 2007}
This release mostly has the same fixes as 2.11.11.
@*
@bugfixes{2_10_11,},
@@ -3192,7 +3192,7 @@ This release mostly has the same fixes as 2.11.11.
@newsItem
-@subsubheading LilyPond 2.11.11 available - @emph{January 11, 2007}
+@subheading LilyPond 2.11.11 available - @emph{January 11, 2007}
This release has further fixes for popular bugs. Timing of the MIDI
output won't get confused by tuplets and grace notes anymore. Some fat
has also been trimmed of the skyline code performance.
@@ -3204,7 +3204,7 @@ has also been trimmed of the skyline code performance.
@newsItem
-@subsubheading LilyPond 2.11.10 available - @emph{January 8, 2007}
+@subheading LilyPond 2.11.10 available - @emph{January 8, 2007}
LilyPond 2.11.10 has further review of the test-suite, performance and
code coverage. This brought to light several problems that were
fixed. Notably, 2.11.10 fixes lots of regressions in optical
@@ -3218,7 +3218,7 @@ correction spacing and MIDI dynamics. Also, this version is 20 to 50
@newsItem
-@subsubheading LilyPond 2.10.10 available - @emph{January 8, 2007}
+@subheading LilyPond 2.10.10 available - @emph{January 8, 2007}
This release fixes several popular bugs, among others: MIDI files
that go silent after (de)crescendi, and tuplets problems with quoting
and part-combining.
@@ -3230,7 +3230,7 @@ and part-combining.
@newsItem
-@subsubheading LilyPond 2.11.9 and 2.10.9 available - @emph{January 3, 2007}
+@subheading LilyPond 2.11.9 and 2.10.9 available - @emph{January 3, 2007}
This release has a couple of bugfixes, and ---in 2.11.9---
further improvements in the regression test suite
@*
@@ -3241,7 +3241,7 @@ further improvements in the regression test suite
@newsItem
-@subsubheading LilyPond 2.11.8 and 2.10.8 available - @emph{January 3, 2007}
+@subheading LilyPond 2.11.8 and 2.10.8 available - @emph{January 3, 2007}
New! Improved! With even more bugfixes!
@*
@bugfixes{2_11_8,},
@@ -3251,19 +3251,19 @@ New! Improved! With even more bugfixes!
@newsItem
-@subsubheading @code{lilypond.org} auf deutsch - @emph{31. Dezember 2006}
+@subheading @code{lilypond.org} auf deutsch - @emph{31. Dezember 2006}
Die LilyPond-Webseiten sind jetzt auch auf deutsch übersetzt!
@newsEnd
@newsItem
-@subsubheading @code{lilypond.org} en español - @emph{December 29, 2006}
+@subheading @code{lilypond.org} en español - @emph{December 29, 2006}
¡Ya está disponible la versión en español del sitio web de LilyPond!
@newsEnd
@newsItem
-@subsubheading LilyPond 2.11.7 and 2.10.7 available - @emph{January 1, 2007}
+@subheading LilyPond 2.11.7 and 2.10.7 available - @emph{January 1, 2007}
New! Improved! With even more bugfixes!
@*
@bugfixes{2_11_7,},
@@ -3273,7 +3273,7 @@ New! Improved! With even more bugfixes!
@newsItem
-@subsubheading LilyPond 2.11.6 available - @emph{December 30, 2006}
+@subheading LilyPond 2.11.6 available - @emph{December 30, 2006}
This release supports arbitrary fractional alterations, allowing
music with different microtonal conventions to be typeset.
@*
@@ -3284,7 +3284,7 @@ music with different microtonal conventions to be typeset.
@newsItem
-@subsubheading LilyPond 2.10.6 available - @emph{December 30, 2006}
+@subheading LilyPond 2.10.6 available - @emph{December 30, 2006}
New! Improved! With even more bugfixes!
@*
@bugfixes{2_10_6,},
@@ -3294,7 +3294,7 @@ New! Improved! With even more bugfixes!
@newsItem
-@subsubheading LilyPond 2.11.5 available - @emph{December 24, 2006}
+@subheading LilyPond 2.11.5 available - @emph{December 24, 2006}
These releases complete the translation infrastructure for
Documentation.
@*
@@ -3305,7 +3305,7 @@ Documentation.
@newsItem
-@subsubheading LilyPond 2.10.5 available - @emph{December 24, 2006}
+@subheading LilyPond 2.10.5 available - @emph{December 24, 2006}
New! Improved! With even more bugfixes!
@*
@bugfixes{2_10_5,},
@@ -3315,7 +3315,7 @@ New! Improved! With even more bugfixes!
@newsItem
-@subsubheading LilyPond 2.11.4 available - @emph{December 21, 2006}
+@subheading LilyPond 2.11.4 available - @emph{December 21, 2006}
The vertical spacing improvements that were introduced in 2.11.0 now work
within a system as well as between systems.
@*
@@ -3326,7 +3326,7 @@ within a system as well as between systems.
@newsItem
-@subsubheading LilyPond 2.11.3 available - @emph{December 19, 2006}
+@subheading LilyPond 2.11.3 available - @emph{December 19, 2006}
This release has @uref{http://lilypond.org/doc/v2.11/compare-v2.10.3/index.html,graphical
test results} and several website build improvements.
@*
@@ -3337,7 +3337,7 @@ test results} and several website build improvements.
@newsItem
-@subsubheading LilyPond 2.10.3 available - @emph{December 19, 2006}
+@subheading LilyPond 2.10.3 available - @emph{December 19, 2006}
This release fixes several bugs.
@*
@bugfixes{2_10_3,},
@@ -3346,13 +3346,13 @@ This release fixes several bugs.
@newsItem
-@subsubheading LinuxPPC binaries available! - @emph{December 19, 2006}
+@subheading LinuxPPC binaries available! - @emph{December 19, 2006}
From now on, our GUB binary builds include support for Linux/PPC. (@ref{Old downloads})
@newsEnd
@newsItem
-@subsubheading Traduction du tutoriel en français. @emph{December 13, 2006}
+@subheading Traduction du tutoriel en français. @emph{December 13, 2006}
Fruit du travail d'une équipe de traducteurs, le tutoriel en français est
maintenant disponible en ligne.
@uref{http://lilypond.org/doc/v2.10/Documentation/user/lilypond/Tutorial.fr.html,Version 2.10},
@@ -3361,7 +3361,7 @@ maintenant disponible en ligne.
@newsItem
-@subsubheading LilyPond 2.11.2 available - @emph{December 12, 2006}
+@subheading LilyPond 2.11.2 available - @emph{December 12, 2006}
This release supports glissandi and harmonics in tablature.
@*
@bugfixes{2_11_2,},
@@ -3371,7 +3371,7 @@ This release supports glissandi and harmonics in tablature.
@newsItem
-@subsubheading LilyPond 2.10.2 available - @emph{December 12, 2006}
+@subheading LilyPond 2.10.2 available - @emph{December 12, 2006}
A new stable release of LilyPond is available.
@*
@bugfixes{2_10_2,},
@@ -3380,7 +3380,7 @@ A new stable release of LilyPond is available.
@newsItem
-@subsubheading LilyPond 2.11.1 available - @emph{December 4, 2006}
+@subheading LilyPond 2.11.1 available - @emph{December 4, 2006}
This release has improved support for horizontal spacing.
@*
@bugfixes{2_11_1,},
@@ -3390,7 +3390,7 @@ This release has improved support for horizontal spacing.
@newsItem
-@subsubheading LilyPond 2.10.1 available - @emph{December 3, 2006}
+@subheading LilyPond 2.10.1 available - @emph{December 3, 2006}
A new stable release of LilyPond is available.
@*
@bugfixes{2_10_1,},
@@ -3399,27 +3399,27 @@ A new stable release of LilyPond is available.
@newsItem
-@subsubheading LilyPond 2.11.0 available - @emph{November 27, 2006}
+@subheading LilyPond 2.11.0 available - @emph{November 27, 2006}
This release has improved support for vertical spacing. (@ref{Changes}, @ref{Old downloads})
@newsEnd
@newsItem
-@subsubheading LilyPond 2.10.0 available - @emph{November 11, 2006}
+@subheading LilyPond 2.10.0 available - @emph{November 11, 2006}
A new stable release of LilyPond is available.
(@miscLink{announce-v2.10,Announcement}, @ref{Changes}, @ref{Old downloads})
@newsEnd
@newsItem
-@subsubheading GIT repository online - @emph{November 11, 2006}
+@subheading GIT repository online - @emph{November 11, 2006}
LilyPond development has moved over its source code to @uref{http://git.or.cz,GIT}, the fast version control
system. Check out our repository at @uref{http://git.sv.gnu.org/gitweb/?p=lilypond.git;a=summary,gnu.org}.
@newsEnd
@newsItem
-@subsubheading LilyPond 2.9.29 available - @emph{November 5, 2006}
+@subheading LilyPond 2.9.29 available - @emph{November 5, 2006}
This release has many more bugfixes.
@*
@bugfixes{2_9_29,},
@@ -3428,7 +3428,7 @@ This release has many more bugfixes.
@newsItem
-@subsubheading LilyPond 2.9.28 available - @emph{November 3, 2006}
+@subheading LilyPond 2.9.28 available - @emph{November 3, 2006}
This release has many more bugfixes.
@*
@bugfixes{2_9_28,},
@@ -3437,7 +3437,7 @@ This release has many more bugfixes.
@newsItem
-@subsubheading LilyPond 2.9.27 available - @emph{October 28, 2006}
+@subheading LilyPond 2.9.27 available - @emph{October 28, 2006}
This release has a new @code{FretBoards} context, and some further
bugfixes.
@*
@@ -3448,7 +3448,7 @@ bugfixes.
@newsItem
-@subsubheading Music streams thesis available - @emph{October 21, 2006}
+@subheading Music streams thesis available - @emph{October 21, 2006}
The last months, Erik Sandberg has been overhauling the internals of
Lily. This change introduces a new intermediate format, Music Streams,
which will make it easier get music data out of LilyPond. A copy of
@@ -3458,7 +3458,7 @@ the thesis is now available from lilypond.org
@newsItem
-@subsubheading LilyPond 2.9.26 available - @emph{October 20, 2006}
+@subheading LilyPond 2.9.26 available - @emph{October 20, 2006}
This release has further bugfixes.
@*
@bugfixes{2_9_26,},
@@ -3467,7 +3467,7 @@ This release has further bugfixes.
@newsItem
-@subsubheading LilyPond 2.9.25 available - @emph{October 18, 2006}
+@subheading LilyPond 2.9.25 available - @emph{October 18, 2006}
This release has more bugfixes; from now on, binaries are also
available for x86/64.
@*
@@ -3477,7 +3477,7 @@ available for x86/64.
@newsItem
-@subsubheading LilyPond 2.9.24 available - @emph{October 15, 2006}
+@subheading LilyPond 2.9.24 available - @emph{October 15, 2006}
This release has support for right hand guitar fingerings, and offers
some bugfixes. (@ref{Changes},
@uref{http://code.google.com/p/lilypond/issues/list?can=1&q=fixed2924&colspec=ID+Type+Status+Priority+Milestone+Owner+Summary,Bugfixes},
@@ -3486,39 +3486,39 @@ some bugfixes. (@ref{Changes},
@newsItem
-@subsubheading LilyPond 2.9.23 available - @emph{October 12, 2006}
+@subheading LilyPond 2.9.23 available - @emph{October 12, 2006}
This release cuts fragments of EPS directly from your finished score,
and makes it easier to insert ties into lyrics. (@ref{Changes}, @ref{Old downloads})
@newsEnd
@newsItem
-@subsubheading LilyPond 2.9.22 available - @emph{October 9, 2006}
+@subheading LilyPond 2.9.22 available - @emph{October 9, 2006}
Test this release candidate for LilyPond 2.10! (@ref{Old downloads})
@newsEnd
@newsItem
-@subsubheading LilyPond 2.9.21 available - @emph{October 4, 2006}
+@subheading LilyPond 2.9.21 available - @emph{October 4, 2006}
Test this release candidate for LilyPond 2.10! (@ref{Old downloads})
@newsEnd
@newsItem
-@subsubheading LilyPond 2.9.20 available - @emph{October 3, 2006}
+@subheading LilyPond 2.9.20 available - @emph{October 3, 2006}
Test this release candidate for LilyPond 2.10! (@ref{Old downloads})
@newsEnd
@newsItem
-@subsubheading LilyPond 2.9.17 available - @emph{September 2, 2006}
+@subheading LilyPond 2.9.17 available - @emph{September 2, 2006}
This release fixes many bugs. Among others, MacOS X QuickTime now
honors tempo changes are in the MIDI output. (@ref{Changes}, @ref{Old downloads})
@newsEnd
@newsItem
-@subsubheading LilyPond 2.9.16 available - @emph{August 25, 2006}
+@subheading LilyPond 2.9.16 available - @emph{August 25, 2006}
In this release, chords may be partially tied and lyric extenders have
tunable padding. Moreover, many bugs were fixed
(@ref{Changes}, @ref{Old downloads})
@@ -3526,20 +3526,20 @@ tunable padding. Moreover, many bugs were fixed
@newsItem
-@subsubheading LilyPond 2.9.15 available - @emph{August 20, 2006}
+@subheading LilyPond 2.9.15 available - @emph{August 20, 2006}
This releases fixes many bugs in the 2.9.14 release. (@ref{Old downloads})
@newsEnd
@newsItem
-@subsubheading LilyPond 2.8.6 available - @emph{August 8, 2006}
+@subheading LilyPond 2.8.6 available - @emph{August 8, 2006}
This release contains a few minor bugfixes; the source tarball is also
available. (@ref{Old downloads})
@newsEnd
@newsItem
-@subsubheading LilyPond 2.9.14 available - @emph{August 4, 2006}
+@subheading LilyPond 2.9.14 available - @emph{August 4, 2006}
This release supports instrument name changes, dotted barlines and
better spacing for floating grace notes. In addition, it contains
ongoing work by Erik Sandberg to extend the interpretation phase with
@@ -3548,14 +3548,14 @@ stream support. (@ref{Changes}, @ref{Old downloads})
@newsItem
-@subsubheading LilyPond 2.9.13 available - @emph{July 23, 2006}
+@subheading LilyPond 2.9.13 available - @emph{July 23, 2006}
This release supports doits and falls, and more tuning options for
grace note spacing and tuplet brackets. (@ref{Changes}, @ref{Old downloads})
@newsEnd
@newsItem
-@subsubheading LilyPond 2.9.12 available - @emph{July 18, 2006}
+@subheading LilyPond 2.9.12 available - @emph{July 18, 2006}
This release supports pdftex for lilypond-book, and uses PdfTeX for
generating manuals, so page numbers and references are now clickable.
(@ref{Changes}, @ref{Old downloads})
@@ -3563,7 +3563,7 @@ generating manuals, so page numbers and references are now clickable.
@newsItem
-@subsubheading LilyPond 2.9.11 available - @emph{July 12, 2006}
+@subheading LilyPond 2.9.11 available - @emph{July 12, 2006}
This release wraps improvements of the last two weeks. As a new
feature, it supports tunable tuplet number formatting for nested
tuplets. (@ref{Changes}, @ref{Old downloads})
@@ -3571,7 +3571,7 @@ tuplets. (@ref{Changes}, @ref{Old downloads})
@newsItem
-@subsubheading LilyPond 2.9.10 available - @emph{June 15, 2006}
+@subheading LilyPond 2.9.10 available - @emph{June 15, 2006}
This releases fixes a couple of bugs in 2.9.9.
(@ref{Changes},
@ref{Old downloads})
@@ -3579,7 +3579,7 @@ This releases fixes a couple of bugs in 2.9.9.
@newsItem
-@subsubheading LilyPond 2.9.9 available - @emph{June 15, 2006}
+@subheading LilyPond 2.9.9 available - @emph{June 15, 2006}
This releases fixes many bugs in 2.9.8 and earlier.
(@ref{Changes},
@ref{Old downloads})
@@ -3587,7 +3587,7 @@ This releases fixes many bugs in 2.9.8 and earlier.
@newsItem
-@subsubheading LilyPond 2.9.8 available - @emph{June 6, 2006}
+@subheading LilyPond 2.9.8 available - @emph{June 6, 2006}
2.9.8 has support for different spacing sections within a single
score, and better infrastructure for automated regression testing.
(@ref{Changes},
@@ -3596,7 +3596,7 @@ score, and better infrastructure for automated regression testing.
@newsItem
-@subsubheading LilyPond 2.8.4 available - @emph{June 4, 2006}
+@subheading LilyPond 2.8.4 available - @emph{June 4, 2006}
2.8.4 fixes some minor bugs, and includes a backport of the
infrastructure for automated regression testing.
(@ref{Old downloads})
@@ -3604,7 +3604,7 @@ infrastructure for automated regression testing.
@newsItem
-@subsubheading First test results available - @emph{June 4, 2006}
+@subheading First test results available - @emph{June 4, 2006}
After a week of frantic tweaking, the first automated testing results
are available. You can now see @uref{http://lilypond.org/doc/v2.9/compare-v2.8.4/index.html,in full
glory} what features are broken in the development release
@@ -3612,7 +3612,7 @@ glory} what features are broken in the development release
@newsItem
-@subsubheading LilyPond 2.9.7 available - @emph{May 30, 2006}
+@subheading LilyPond 2.9.7 available - @emph{May 30, 2006}
2.9.7 has improvements in the formatting for figured bass, and
includes a new framework for detecting bugs earlier, which will make
the development releases even better
@@ -3620,7 +3620,7 @@ the development releases even better
@newsItem
-@subsubheading LilyPond 2.9.6 available - @emph{May 24, 2006}
+@subheading LilyPond 2.9.6 available - @emph{May 24, 2006}
This
release has new features in beam formatting: beams may now be put on
single stems, and obey the @code{beatGrouping} property. MusicXML
@@ -3629,7 +3629,7 @@ converter. (@ref{Changes}, @ref{Old downloads})
@newsItem
-@subsubheading New essay pages! - @emph{May 22, 2006}
+@subheading New essay pages! - @emph{May 22, 2006}
The @emph{Automated Engraving} essay has been updated with material
from the @uref{http://fisl.softwarelivre.org,FISL} talk, with
pages on @uref{about/automated-engraving/problem-statement,modeling
@@ -3639,7 +3639,7 @@ esthetics}. Happy reading!
@newsItem
-@subsubheading LilyPond 2.9.5 available - @emph{May 17, 2006}
+@subheading LilyPond 2.9.5 available - @emph{May 17, 2006}
This release supports object rotation, hairpins with circled tips,
hairpins that run to barlines before notes and improvements in the
MusicXML converter.
@@ -3648,7 +3648,7 @@ MusicXML converter.
@newsItem
-@subsubheading LilyPond 2.9.4 available - @emph{May 12, 2006}
+@subheading LilyPond 2.9.4 available - @emph{May 12, 2006}
This release has support for feathered beaming, and note head styles in
the markup @code{\note} command. In addition, it has a lot of updates
of the manual and a clean up of the spring spacer.
@@ -3657,14 +3657,14 @@ of the manual and a clean up of the spring spacer.
@newsItem
-@subsubheading LilyPond 2.8.2 available - @emph{May 12, 2006}
+@subheading LilyPond 2.8.2 available - @emph{May 12, 2006}
This release has fixes for minor bugs and compilation issues.
(@ref{Old downloads})
@newsEnd
@newsItem
-@subsubheading LilyPond 2.9.3 is out! - @emph{May 7, 2006}
+@subheading LilyPond 2.9.3 is out! - @emph{May 7, 2006}
This new release has lots of updates of the manual, courtesy Graham
and the contributors of the mailing. It handles formatting for ties in
arpegiated chords better (feature sponsored by
@@ -3674,7 +3674,7 @@ and some cleanups of the PostScript output, courtesy David Feuer. (@ref{Changes}
@newsItem
-@subsubheading FISL7.0 slides available - @emph{April 22, 2006}
+@subheading FISL7.0 slides available - @emph{April 22, 2006}
The slides for Han-Wen's talk at
@uref{http://fisl.softwarelivre.org,FISL 7} are now online.
(@ref{Publications})
@@ -3682,14 +3682,14 @@ The slides for Han-Wen's talk at
@newsItem
-@subsubheading LilyPond 2.8.1 is out! - @emph{April 3, 2006}
+@subheading LilyPond 2.8.1 is out! - @emph{April 3, 2006}
Important bugfixes include CJK font handling and a Darwin/x86 port.
(@ref{Changes}, @ref{Old downloads})
@newsEnd
@newsItem
-@subsubheading LilyPond 2.9.1 is out! - @emph{April 3, 2006}
+@subheading LilyPond 2.9.1 is out! - @emph{April 3, 2006}
It's mostly a bugfix release, and it's almoste the same as 2.8.1. This
release mainly fixes problems with CJK font loading.
(@ref{Changes}, @ref{Old downloads})
@@ -3697,21 +3697,21 @@ release mainly fixes problems with CJK font loading.
@newsItem
-@subsubheading LilyPond on MacOS X/Intel - @emph{March 31, 2006}
+@subheading LilyPond on MacOS X/Intel - @emph{March 31, 2006}
LilyPond now also runs on Intel based macs, offering a 400%
speedup over the emulated PowerPC binaries. (@ref{Old downloads})
@newsEnd
@newsItem
-@subsubheading LilyPond 2.8.0 is out! - @emph{March 22, 2006}
+@subheading LilyPond 2.8.0 is out! - @emph{March 22, 2006}
Version 2.8 is here! Read the @miscLink{announce-v2.8,release
announcement}. (@ref{Changes}, @ref{Old downloads})
@newsEnd
@newsItem
-@subsubheading LilyPond 2.7.39 is out - @emph{March 17, 2006}
+@subheading LilyPond 2.7.39 is out - @emph{March 17, 2006}
This release has even more bug fixes. Please test before 2.8 is
released. (@ref{Changes},
@ref{Old downloads})
@@ -3719,7 +3719,7 @@ released. (@ref{Changes},
@newsItem
-@subsubheading LilyPond 2.7.38 is out - @emph{March 12, 2006}
+@subheading LilyPond 2.7.38 is out - @emph{March 12, 2006}
This is likely to be the last release candidate before we release 2.8,
so report any bugs that you might find. New attractions include:
lilypond postscript files now work with GSView, cut & pasting lily
@@ -3731,7 +3731,7 @@ multi-measure rests.
@newsItem
-@subsubheading LilyPond 2.7.37 is out - @emph{March 4, 2006}
+@subheading LilyPond 2.7.37 is out - @emph{March 4, 2006}
This release has more bug fixes. Please help us by testing it!
(@ref{Changes},
@ref{Old downloads})
@@ -3739,7 +3739,7 @@ This release has more bug fixes. Please help us by testing it!
@newsItem
-@subsubheading LilyPond 2.7.36 is out - @emph{February 24, 2006}
+@subheading LilyPond 2.7.36 is out - @emph{February 24, 2006}
This is another release candidate for 2.8. It has lots of bug fixes
and polishes to the documentation. It also contains support for
creating ties that are only on their right side connected to note
@@ -3751,7 +3751,7 @@ from lilypond.org. (@ref{Changes},
@newsItem
-@subsubheading LilyPond 2.7.35 is out - @emph{February 19, 2006}
+@subheading LilyPond 2.7.35 is out - @emph{February 19, 2006}
This release has lots of bugs fixes. The plan is to release 2.8 at the
end of this month, so bug reports are @strong{very} welcome. By
definition a bug is release critical if it wasn't present in version
@@ -3761,7 +3761,7 @@ definition a bug is release critical if it wasn't present in version
@newsItem
-@subsubheading LilyPond 2.7.34 is out - @emph{February 16, 2006}
+@subheading LilyPond 2.7.34 is out - @emph{February 16, 2006}
This release has a bunch of bugfixes, and new features. Newly created
contexts may also be named with @code{\new Voice =
"alto"}. Thicknesses of tie and slurs may be tuned separately for
@@ -3772,7 +3772,7 @@ part. (@ref{Changes},
@newsItem
-@subsubheading LilyPond 2.7.33 is out - @emph{February 10, 2006}
+@subheading LilyPond 2.7.33 is out - @emph{February 10, 2006}
Items directly connected with a music input element may be
parenthesized, for example,
@verbatim
@@ -3788,7 +3788,7 @@ This feature was sponsored by Ramana Kumar. (@ref{Changes},
@newsItem
-@subsubheading LilyPond 2.7.32 is out - @emph{February 7, 2006}
+@subheading LilyPond 2.7.32 is out - @emph{February 7, 2006}
This release contains some syntax changes: words inside the \paper and
\layout block are henceforth written with dashes, for instance:
@@ -3808,7 +3808,7 @@ vector. (@ref{Changes},
@newsItem
-@subsubheading LilyPond 2.7.31 is out - @emph{February 2, 2006}
+@subheading LilyPond 2.7.31 is out - @emph{February 2, 2006}
This release fixes a load of bugs, and has some internal
cleanups. Exported C++ members are now named
ly:class-name::function-name in Scheme instead of
@@ -3821,7 +3821,7 @@ Python scripts too, so you can run convert-ly and midi2ly.
@newsItem
-@subsubheading LilyPond 2.7.30 is out - @emph{January 30, 2006}
+@subheading LilyPond 2.7.30 is out - @emph{January 30, 2006}
This release has a few bug fixes, like the solfa note head shape and
collisions, the \epsfile command, and in getting No. ligature in
normal words. (@ref{Changes},
@@ -3830,7 +3830,7 @@ normal words. (@ref{Changes},
@newsItem
-@subsubheading LilyPond 2.7.29 is out - @emph{January 27, 2006}
+@subheading LilyPond 2.7.29 is out - @emph{January 27, 2006}
This release has the following new features. Alignments of staves may
be tuned per system (feature sponsored by Trevor Baca), individual
systems may be positioned manually (feature sponsored by Trevor Baca
@@ -3844,7 +3844,7 @@ Sceaux). (@ref{Changes},
@newsItem
-@subsubheading LilyPond 2.7.28 is out - @emph{January 22, 2006}
+@subheading LilyPond 2.7.28 is out - @emph{January 22, 2006}
This release contains numerous small fixes that were already in our
GUB binaries. In addition, it has further polish for formatting of
tied chords. Theses improvements were sponsored by Steve
@@ -3854,7 +3854,7 @@ Doonan. (@ref{Changes},
@newsItem
-@subsubheading LilyPond 2.7.27, release 4 - @emph{January 13, 2006}
+@subheading LilyPond 2.7.27, release 4 - @emph{January 13, 2006}
The fourth release of our Grand Unified Binary for 2.7.27 is
available. This release uses Pango 1.11.1, which has support for
@@ -3863,7 +3863,7 @@ ligatures and kerning. Enjoy! (@ref{Old downloads})
@newsItem
-@subsubheading LilyPond 2.7.27, release 3 - @emph{January 12, 2006}
+@subheading LilyPond 2.7.27, release 3 - @emph{January 12, 2006}
The third release of our Grand Unified Binaries is available. This
release fixes external font-support, the decompression flag for
Linux. Also, we have support for @strong{FreeBSD} as well! Jump
@@ -3872,7 +3872,7 @@ to the @ref{Old downloads} get them!
@newsItem
-@subsubheading LilyPond 2.7.27 binaries are out - @emph{January 7, 2006}
+@subheading LilyPond 2.7.27 binaries are out - @emph{January 7, 2006}
Starting with 2.7.26, the development team has been working on the
installers. We're proud to announce another version of these: they are
now available for
@@ -3886,7 +3886,7 @@ Windows}.
@newsItem
-@subsubheading LilyPond 2.7.27 is out - @emph{January 7, 2006}
+@subheading LilyPond 2.7.27 is out - @emph{January 7, 2006}
This release allows you to switch staff lines on and off individually
(feature sponsored by Andrea
Valle). (@ref{Changes},
@@ -3895,7 +3895,7 @@ Valle). (@ref{Changes},
@newsItem
-@subsubheading Linux Journal article - @emph{January 2006}
+@subheading Linux Journal article - @emph{January 2006}
Linux Journal publishes an article on
@uref{http://www.linuxjournal.com/article/8364,@emph{Make
Stunning Schenker Graphs with GNU LilyPond}}. It is a
@@ -3910,7 +3910,7 @@ This article is now available @uref{http://www.linuxjournal.com/article/8583,on-
@newsItem
-@subsubheading New binaries for LilyPond 2.7.26 - @emph{January 4, 2006}
+@subheading New binaries for LilyPond 2.7.26 - @emph{January 4, 2006}
The Development team has been working around the clock to improve
to fix the first wave bugs reported by you. The new results for MacOS
and Windows are up on the @ref{Old downloads}
@@ -3919,7 +3919,7 @@ page. Let us know how you fare!
@newsItem
-@subsubheading LilyPond 2.7.26 is out - @emph{December 31, 2005}
+@subheading LilyPond 2.7.26 is out - @emph{December 31, 2005}
This release has an improvement in the MusicXML importer (feature
sponsored by Mark vd Borre's Music Academy): now, staves and voices
are also setup, so you can readily run LilyPond on the .ly output.
@@ -3934,7 +3934,7 @@ A happy 2006 from the LilyPond Development Team!
@newsItem
-@subsubheading LilyPond 2.7.25 is out - @emph{December 24, 2005}
+@subheading LilyPond 2.7.25 is out - @emph{December 24, 2005}
This release has various bugfixes. Also, stems on the center line now
have their directions interpolated to minimize the number of direction
changes (feature sponsored by Basil Crow and Mike
@@ -3944,7 +3944,7 @@ Rolish). (@ref{Changes},
@newsItem
-@subsubheading LilyPond 2.7.24 is out - @emph{December 20, 2005}
+@subheading LilyPond 2.7.24 is out - @emph{December 20, 2005}
This release fixes a couple of bugs, but more importantly, slurs now
avoid TupletNumbers, and tuplet numbers may enter the staff (feature
sponsored by Trent Johnston), tuplet brackets and numbers are
@@ -3958,7 +3958,7 @@ functions. (@ref{Changes},
@newsItem
-@subsubheading LilyPond 2.7.23 is out - @emph{December 19, 2005}
+@subheading LilyPond 2.7.23 is out - @emph{December 19, 2005}
This release has the following new features:
@itemize
@item
@@ -3985,7 +3985,7 @@ Bertalan Fodor.
@newsItem
-@subsubheading LilyPond 2.7.22 is out - @emph{December 9, 2005}
+@subheading LilyPond 2.7.22 is out - @emph{December 9, 2005}
This release has better support for MusicXML: it also supports ties,
beams and editorial accidentals. It also has more options for spacing
Lyrics; it is now possible to separately specify minimum distances for
@@ -3997,7 +3997,7 @@ Fodor. (@ref{Changes},
@newsItem
-@subsubheading LilyPond 2.7.21 is out - @emph{December 5, 2005}
+@subheading LilyPond 2.7.21 is out - @emph{December 5, 2005}
Saint Nicholas brings you ... a @uref{http://www.musicxml.org/,MusicXML} convertor for LilyPond!
The convertor is basic, but working. Check out the @uref{http://www.lilypond-design.com/sponsor/open-features.html#inputfilter,
LilyPond Software Design} pages for MusicXML features that can be
@@ -4006,7 +4006,7 @@ sponsored.
@newsItem
-@subsubheading LilyPond 2.7.20 is out - @emph{December 2, 2005}
+@subheading LilyPond 2.7.20 is out - @emph{December 2, 2005}
This release contains the following improvements: Texts set in a
TrueType font are now kerned. Using the TeX no longer requires linking
or dynamically opening the kpathsea library, making the backend more
@@ -4018,14 +4018,14 @@ Productions). (@ref{Changes},
@newsItem
-@subsubheading LilyPond 2.6.5 is out - @emph{December 1, 2005}
+@subheading LilyPond 2.6.5 is out - @emph{December 1, 2005}
This release updates the bugreporting address and reorganizes the
documentation tree. (@ref{Old downloads})
@newsEnd
@newsItem
-@subsubheading LilyPond 2.7.19 is out - @emph{November 26, 2005}
+@subheading LilyPond 2.7.19 is out - @emph{November 26, 2005}
This version contains a few bugfixes, and now allows the type of
brackets in system start bracket hierarchies to be specified. Also,
the horizontal alignment of rehearsal marks may be changed: marks can
@@ -4036,7 +4036,7 @@ etc. (@ref{Changes},
@newsItem
-@subsubheading LilyPond 2.7.18 is out - @emph{November 21, 2005}
+@subheading LilyPond 2.7.18 is out - @emph{November 21, 2005}
This version features nestable system start delimiters, like bracket,
brace. It also adds "square" line bracket (feature sponsored by Trevor
Baca). It also has refactored routines for tie formatting. This will
@@ -4048,7 +4048,7 @@ fixes. (@ref{Changes},
@newsItem
-@subsubheading LilyPond 2.7.17 is out - @emph{November 17, 2005}
+@subheading LilyPond 2.7.17 is out - @emph{November 17, 2005}
This version has refactored routines for tie formatting. This will
make it easier to get better tie formatting for chords (feature
sponsored by Steve Doonan). It also has a few bug
@@ -4058,7 +4058,7 @@ fixes. (@ref{Changes},
@newsItem
-@subsubheading LilyPond 2.7.16 is out - @emph{November 11, 2005}
+@subheading LilyPond 2.7.16 is out - @emph{November 11, 2005}
This release fixes a large number of bugs. Please upgrade before
reporting bugs in the 2.7 series. (@ref{Changes},
@ref{Old downloads})
@@ -4066,7 +4066,7 @@ reporting bugs in the 2.7 series. (@ref{Changes},
@newsItem
-@subsubheading LilyPond 2.7.15 is out - @emph{November 3, 2005}
+@subheading LilyPond 2.7.15 is out - @emph{November 3, 2005}
This release has another massive cleanup of the backend. Each grob
property may also be a "grob closure". This means that it is possible
to combine functions. Calculation of extent and offset of grob is now
@@ -4077,7 +4077,7 @@ properties. (@ref{Changes},
@newsItem
-@subsubheading LilyPond 2.7.14 is out - @emph{October 23, 2005}
+@subheading LilyPond 2.7.14 is out - @emph{October 23, 2005}
This release has more cleanup in the layout-engine. Now,
properties that have Procedure values are thought to be procedures
that compute said property, i.e.
@@ -4093,7 +4093,7 @@ will set a random direction for beams. (@ref{Changes},
@newsItem
-@subsubheading LilyPond 2.7.13 is out - @emph{October 18, 2005}
+@subheading LilyPond 2.7.13 is out - @emph{October 18, 2005}
This release features slashed numerals, plus signs and interruptible
extender lines for figured bass. Merging of Figured bass lines has
been made switchable with the figuredBassCenterContinuations
@@ -4106,7 +4106,7 @@ users. (@ref{Changes},
@newsItem
-@subsubheading LilyPond 2.6.4 is out - @emph{October 11, 2005}
+@subheading LilyPond 2.6.4 is out - @emph{October 11, 2005}
This release fixes a few minor problems with the stable
series. (@ref{Changes},
@ref{Old downloads})
@@ -4114,7 +4114,7 @@ series. (@ref{Changes},
@newsItem
-@subsubheading LilyPond 2.7.12 is out - @emph{October 07, 2005}
+@subheading LilyPond 2.7.12 is out - @emph{October 07, 2005}
It features more annotations for the page layout engine and some more
sponsored features. Beamlets may stick out of the side of beams
(feature sponsored by Trevor Baca); new support for figured bass with
@@ -4128,7 +4128,7 @@ Sceaux). (@ref{Changes},
@newsItem
-@subsubheading LilyPond 2.7.11 is out - @emph{October 02, 2005}
+@subheading LilyPond 2.7.11 is out - @emph{October 02, 2005}
Vertical spacing for page layout can now be tuned for each system
individually (feature sponsored by Trevor Baca and Nicolas
Sceaux). The slope of a stem-tremolo may be set manually (feature
@@ -4140,7 +4140,7 @@ fixes. (@ref{Changes},
@newsItem
-@subsubheading LilyPond 2.7.10 is out - @emph{September 13, 2005}
+@subheading LilyPond 2.7.10 is out - @emph{September 13, 2005}
This version adds proper support for "laissez vibrer ties", just enter
\laissezVibrer after a chord. This feature was sponsored by Henrik
Frisk. It also has a couple of minor
@@ -4150,7 +4150,7 @@ bugfixes. (@ref{Changes},
@newsItem
-@subsubheading LilyPond 2.7.9 is out - @emph{September 5, 2005}
+@subheading LilyPond 2.7.9 is out - @emph{September 5, 2005}
This is mainly a bugfix
release. (@ref{Changes},
@ref{Old downloads})
@@ -4158,7 +4158,7 @@ release. (@ref{Changes},
@newsItem
-@subsubheading Traduction française du site - @emph{September 03, 2005}
+@subheading Traduction française du site - @emph{September 03, 2005}
Grâce à @uref{about/thanks#website,l'équipe des traducteurs},
de nombreuses pages du site sont maintenant disponibles en français,
notamment l'@uref{about/automated-engraving/index.fr.html,essai sur
@@ -4167,7 +4167,7 @@ la gravure musicale}.
@newsItem
-@subsubheading LilyPond 2.7.8 is out - @emph{August 29, 2005}
+@subheading LilyPond 2.7.8 is out - @emph{August 29, 2005}
This release has support for right-to-left text formatting in markup
commands (sponsored by Aaron Mehl). In addition, it fixes a great
number of bugs, among others, support for writing MIDI files. (@ref{Changes},
@@ -4176,7 +4176,7 @@ number of bugs, among others, support for writing MIDI files. (@ref{Changes},
@newsItem
-@subsubheading Article in `De Standaard' - @emph{August 20, 2005}
+@subheading Article in `De Standaard' - @emph{August 20, 2005}
The Belgian newspaper @emph{De Standaard} investigates what drives
Free Software authors in an article titled @emph{Delen van KENNIS
zonder WINSTBEJAG} (Non-profit sharing of
@@ -4186,7 +4186,7 @@ LilyPond's first appearance in mainstream printed press.
@newsItem
-@subsubheading LilyPond 2.7.7 is out - @emph{August 22, 2005}
+@subheading LilyPond 2.7.7 is out - @emph{August 22, 2005}
This release has a rewriting of tie formatting which was sponsored by
Bertalan Fodor, Jay Hamilton, Kieren MacMillan, Steve Doonan, Trevor
Baca, and Vicente Solsona Dellá. (@ref{Changes},
@@ -4195,7 +4195,7 @@ Baca, and Vicente Solsona Dellá. (@ref{Changes},
@newsItem
-@subsubheading LilyPond 2.7.6 is out - @emph{August 19, 2005}
+@subheading LilyPond 2.7.6 is out - @emph{August 19, 2005}
This release adds support for numbered percent repeats, a feature
sponsored by Yoshinobu Ishizaki. It also has bugfixes for clashes
between slurs and symbols, like fingers dynamic
@@ -4205,7 +4205,7 @@ signs. (@ref{Changes},
@newsItem
-@subsubheading LilyPond 2.7.5 is out - @emph{August 16, 2005}
+@subheading LilyPond 2.7.5 is out - @emph{August 16, 2005}
Lily 2.7.5 has a large number of bugfixes, among others, in slur
formatting, spacing, rest collisions and tuplet bracket
formatting. (@ref{Changes},
@@ -4214,7 +4214,7 @@ formatting. (@ref{Changes},
@newsItem
-@subsubheading LilyPond 2.7.4 is out - @emph{August 7, 2005}
+@subheading LilyPond 2.7.4 is out - @emph{August 7, 2005}
LilyPond 2.7.4 has support for proportional notation, where the space
for a note is proportional to the time it
takes. (@ref{Changes},
@@ -4223,14 +4223,14 @@ takes. (@ref{Changes},
@newsItem
-@subsubheading LilyPond 2.6.3 is out - @emph{August 4, 2005}
+@subheading LilyPond 2.6.3 is out - @emph{August 4, 2005}
This release fixes a memory corruption bug that was triggered by
\override'ing Beam settings. (@ref{Old downloads})
@newsEnd
@newsItem
-@subsubheading LilyPond 2.6.2 is out - @emph{August 2, 2005}
+@subheading LilyPond 2.6.2 is out - @emph{August 2, 2005}
This release has a few bugfixes, among them: the autopackage will run
in more platforms, LilyPond will be much quicker for large
lilypond-book documents, and the up and down Fa note heads for shaped
@@ -4241,7 +4241,7 @@ swapped. (@ref{Changes},
@newsItem
-@subsubheading LilyPond 2.7.3 is out - @emph{July 25, 2005}
+@subheading LilyPond 2.7.3 is out - @emph{July 25, 2005}
LilyPond 2.7.3 has improvements in performance which should result in
faster operations (15 to 20 percent). It also contains the new
"\displayLilyMusic" function.
@@ -4251,7 +4251,7 @@ faster operations (15 to 20 percent). It also contains the new
@newsItem
-@subsubheading LilyPond 2.7.2 is out - @emph{July 21, 2005}
+@subheading LilyPond 2.7.2 is out - @emph{July 21, 2005}
LilyPond 2.7.2 has support for suggested accidentals for musica
ficta notation, easy entry for lyric melismata and improvements for
quicker entry of scores. (@ref{Changes},
@@ -4260,7 +4260,7 @@ quicker entry of scores. (@ref{Changes},
@newsItem
-@subsubheading LilyPond 2.6 released - @emph{June 27, 2005}
+@subheading LilyPond 2.6 released - @emph{June 27, 2005}
Version 2.6 is the latest stable release of LilyPond.
It now
installs in a snap on Windows, MacOS X, and any version of Linux (x86).
@@ -4272,7 +4272,7 @@ print @strong{Unicode } lyrics in your favorite script and font. Create
@newsItem
-@subsubheading LilyPond 2.7.1 is out - @emph{July 20, 2005}
+@subheading LilyPond 2.7.1 is out - @emph{July 20, 2005}
LilyPond 2.7.1 has no user-visible changes. However, due to
restructuring @qq{under the hood}, this version will be 10 to
20 % faster. (@ref{Old downloads})
@@ -4280,7 +4280,7 @@ restructuring @qq{under the hood}, this version will be 10 to
@newsItem
-@subsubheading LilyPond 2.6.1 is out - @emph{July 11, 2005}
+@subheading LilyPond 2.6.1 is out - @emph{July 11, 2005}
This version fixes a few minor bugs found in
2.6.0, and also works on DOS-based Windows versions. (@ref{Changes},
@ref{Old downloads})
@@ -4288,7 +4288,7 @@ This version fixes a few minor bugs found in
@newsItem
-@subsubheading LilyPond 2.7 is out - @emph{July 9, 2005}
+@subheading LilyPond 2.7 is out - @emph{July 9, 2005}
LilyPond 2.7.0 is out. It has support for paragraph text and
pitched trill notation. (@ref{Changes},
@ref{Old downloads})
@@ -4296,7 +4296,7 @@ pitched trill notation. (@ref{Changes},
@newsItem
-@subsubheading 2.5.31 released - @emph{June 22, 2005}
+@subheading 2.5.31 released - @emph{June 22, 2005}
LilyPond 2.5.32 is now available for download (binaries for Fedora +
MacOS only). It has a few very minor bugfixes, and a rewrite of the
TTF embedding code, which should be a lot more robust now.
@@ -4305,7 +4305,7 @@ TTF embedding code, which should be a lot more robust now.
@newsItem
-@subsubheading Traduction du site de LilyPond - @emph{15 juin 2005}
+@subheading Traduction du site de LilyPond - @emph{15 juin 2005}
@uref{about/thanks#website,L'équipe des traducteurs} vous présente
le site de LilyPond en français. Nous travaillons sur la traduction des
pages encore non traduites. Bon surf !
@@ -4313,7 +4313,7 @@ pages encore non traduites. Bon surf !
@newsItem
-@subsubheading 2.5.31 for Windows and MacOS - @emph{June 15, 2005}
+@subheading 2.5.31 for Windows and MacOS - @emph{June 15, 2005}
2.5.31 is now available for both Windows and MacOS X. The Windows
version should now work with embedding TTF fonts, and the MacOS X has
better help functionality.
@@ -4322,7 +4322,7 @@ better help functionality.
@newsItem
-@subsubheading 2.5.31 released - @emph{June 15, 2005}
+@subheading 2.5.31 released - @emph{June 15, 2005}
This release has a few bugfixes. In the MacOS X version, ClickEdit has
been renamed to LilyPond, and you can now upgrade your files and
compile them directly from
@@ -4331,14 +4331,14 @@ LilyPond. (@ref{Old downloads})
@newsItem
-@subsubheading 2.5.30 released - @emph{June 10, 2005}
+@subheading 2.5.30 released - @emph{June 10, 2005}
This is (hopefully) the last Release Candidate before 2.6. Give it a
good shake to find those last bugs! (@ref{Old downloads})
@newsEnd
@newsItem
-@subsubheading 2.5.29 released - @emph{June 7, 2005}
+@subheading 2.5.29 released - @emph{June 7, 2005}
In this release the documentation also has pictures. In addition, the
Mac version can also read native mac fonts (.dfonts and fonts in
resource forks). (@ref{Old downloads})
@@ -4346,7 +4346,7 @@ resource forks). (@ref{Old downloads})
@newsItem
-@subsubheading 2.5.27 released - @emph{May 31, 2005}
+@subheading 2.5.27 released - @emph{May 31, 2005}
It has a big bunch of minor bugfixes. This is another release
candidate for version 2.6, which should be released within the next 2
weeks. Please send a bug report if you find a critical problem with this
@@ -4355,27 +4355,27 @@ release. (@ref{Old downloads})
@newsItem
-@subsubheading Windows and MacOS installers available - @emph{May 26, 2005}
+@subheading Windows and MacOS installers available - @emph{May 26, 2005}
There are now a native, standalone installers for Windows and
MacOS. They also support PDF point & click. (@ref{Old downloads})
@newsEnd
@newsItem
-@subsubheading 2.5.26 released - @emph{May 26, 2005}
+@subheading 2.5.26 released - @emph{May 26, 2005}
This release has a couple of small bugfixes.
@newsEnd
@newsItem
-@subsubheading 2.5.25 released - @emph{May 20, 2005}
+@subheading 2.5.25 released - @emph{May 20, 2005}
This release has many small bugfixes and updates to the
documentation. (@ref{Old downloads})
@newsEnd
@newsItem
-@subsubheading 2.5.24 released - @emph{May 12, 2005}
+@subheading 2.5.24 released - @emph{May 12, 2005}
2.5.24 fixes a bunch of bugs; in particular, chord symbols (such as
slashed o) should now work on all platforms. This release has a new
feature: it is now possible to make staves appear in a different order
@@ -4384,7 +4384,7 @@ from the order that they were defined. (@ref{Old downloads})
@newsItem
-@subsubheading 2.5.23 released - @emph{May 6, 2005}
+@subheading 2.5.23 released - @emph{May 6, 2005}
This release has a couple of small bugfixes, and a new feature. It is
now possible to start and stop the @code{StaffSymbol}, during a piece of
music, by doing @code{\stopStaff \startStaff}. This can be used to
@@ -4394,7 +4394,7 @@ produce Ossia staves. (@ref{Changes},
@newsItem
-@subsubheading 2.5.22 released - @emph{May 3, 2005}
+@subheading 2.5.22 released - @emph{May 3, 2005}
2.5.22 is a bugfix
release. The most visible improvement is in the PDF : this release
will produce smaller PDF files, with symbols that look better on
@@ -4404,7 +4404,7 @@ screen.
@newsItem
-@subsubheading April 25, 2005 - 2.5.21 released!
+@subheading April 25, 2005 - 2.5.21 released!
2.5.21 has more bugfixes. It also has support for "grid
lines", bar like vertical line, which are aligned with the notes. The
auto-beam engraver was rewritten, so it also works with irregular time
@@ -4415,7 +4415,7 @@ signatures like 5/8.
@newsItem
-@subsubheading April 18, 2005
+@subheading April 18, 2005
LilyPond 2.5.20 has lots of bugfixes, in particular, MIDI files of
multi-movement pieces don't overwrite each other. Version 2.5.20 also
supports putting arrows on lines, such as glissandi.
@@ -4426,7 +4426,7 @@ file, or go straight to @ref{Old downloads}.
@newsItem
-@subsubheading April 15, 2005
+@subheading April 15, 2005
LilyPond 2.5.19 was released. The command `\epsfile' allows inclusion
of EPS graphics into markup texts and the music function
`\musicDisplay' will display a music expression as indented
@@ -4437,7 +4437,7 @@ file and @ref{Old downloads}.
@newsItem
-@subsubheading April 6, 2005
+@subheading April 6, 2005
2.5.18 is a bugfix release. It has many small cleanups in the
web-based documentation, and many small cleanups all over the
place. @ref{Old downloads}
@@ -4445,7 +4445,7 @@ place. @ref{Old downloads}
@newsItem
-@subsubheading March 31, 2005
+@subheading March 31, 2005
2.5.17 is out. This release features many small bugfixes. In addition,
it has support for string number notation for guitar. This feature was
sponsored by Gunther Strube. @ref{Old downloads}
@@ -4453,7 +4453,7 @@ sponsored by Gunther Strube. @ref{Old downloads}
@newsItem
-@subsubheading March 20, 2005
+@subheading March 20, 2005
LilyPond 2.5.16 is out. This release fixes a few minor but irritating
errors. A Fedora Core 3 binary is also available.
@ref{Old downloads}
@@ -4461,7 +4461,7 @@ errors. A Fedora Core 3 binary is also available.
@newsItem
-@subsubheading March 14, 2005
+@subheading March 14, 2005
LilyPond 2.5.15 is out. This release has clean ups in the SVG output,
and now uses the LilyPond number font for time signatures. It is
now possible to add text before and after music. This can be used to
@@ -4471,7 +4471,7 @@ file and @ref{Old downloads}!
@newsItem
-@subsubheading March 7, 2005
+@subheading March 7, 2005
LilyPond 2.5.14 is out. It is now possible (and in fact, encouraged),
to build LilyPond either without the Kpathsea TeX library or with the
Kpathsea dynamically loaded, but only for the -btex backend. This
@@ -4483,7 +4483,7 @@ file and download @ref{Old downloads}!
@newsItem
-@subsubheading March 7, 2005
+@subheading March 7, 2005
LilyPond 2.4.5 is out. This release backports the tieWaitForNote
feature and has support for tetex-3.0.
@ref{Old downloads}
@@ -4491,7 +4491,7 @@ feature and has support for tetex-3.0.
@newsItem
-@subsubheading February 28, 2005
+@subheading February 28, 2005
LilyPond 2.5.13 is available for Fedora Core 3. You need to install @uref{http://lilypond.org/download/binaries/Fedora-3/ghostscript-8.15rc3-0.i386.rpm,ESP
Ghostscript 8.15rc3}. Unfortunately, this version of Ghostscript
lacks the IJS dynamic library, which means that it will conflict with
@@ -4501,7 +4501,7 @@ own risk.
@newsItem
-@subsubheading February 28, 2005
+@subheading February 28, 2005
LilyPond 2.5.13 is out. This release has Point and click support for
PDF output. You can read more about it @uref{http://lilypond.org/doc/v2.5/Documentation/user/out-www/lilypond/Point-and-click.html,here}.
Take a look at the @ref{Changes}
@@ -4510,7 +4510,7 @@ file and download @ref{Old downloads}!
@newsItem
-@subsubheading February 26, 2005
+@subheading February 26, 2005
The @uref{http://lsr.di.unimi.it/,LilyPond Snippet
Repository (LSR)} is a searchable database of LilyPond code
snippets. You can add snippets too, so join the LSR project, and
@@ -4519,7 +4519,7 @@ contribute creative ideas for using LilyPond.
@newsItem
-@subsubheading February 21, 2005
+@subheading February 21, 2005
LilyPond 2.5.12 is out. The big news is that this release supports
TrueType fonts. This means that it is now possible to use @strong{all}
fonts available via FontConfig. Also, arpeggios may be written out
@@ -4530,7 +4530,7 @@ file and @ref{Old downloads}!
@newsItem
-@subsubheading February 4, 2005
+@subheading February 4, 2005
LilyPond 2.5.11 is out. In this
release, foreign character sets are now supported in lilypond-book
too, and it is possible to put system separators between systems.
@@ -4539,7 +4539,7 @@ too, and it is possible to put system separators between systems.
@newsItem
-@subsubheading January 31, 2005
+@subheading January 31, 2005
LilyPond 2.5.10 is out. This release
sports as new EPS backend, based on the PS backend. This backend is
used in the new and improved lilypond-book script.
@@ -4548,7 +4548,7 @@ used in the new and improved lilypond-book script.
@newsItem
-@subsubheading January 26, 2005
+@subheading January 26, 2005
LilyPond 2.5.9 is out. This release fixes a couple of annoying
bugs in the direct PS output for piano braces.
@ref{Old downloads}
@@ -4556,7 +4556,7 @@ bugs in the direct PS output for piano braces.
@newsItem
-@subsubheading January 16, 2005
+@subheading January 16, 2005
LilyPond 2.5.8 is out. This
release has many internal code cleanups. In addition,
accuracy of error reporting has been improved.
@@ -4568,7 +4568,7 @@ change log
@newsItem
-@subsubheading January 11, 2005
+@subheading January 11, 2005
LilyPond 2.5.7 is out. This release has a completely usable
Pango integration for the PS backend. The default font is
Century Schoolbook from the PS font suite. It also has
@@ -4582,7 +4582,7 @@ the @uref{http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/lilypond/lilypond/C
@newsItem
-@subsubheading January 02, 2005
+@subheading January 02, 2005
LilyPond 2.5.6 was released. This is a "technology preview"
release, which means that it has all kinds of nifty
features, but is not actually usable for producing nicely
@@ -4599,7 +4599,7 @@ changes in the @uref{http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/lilypond
@newsItem
-@subsubheading December 28, 2004
+@subheading December 28, 2004
LilyPond 2.5.5 is out. It is the first one to link against
FontConfig and Pango, although it is only available in the "-f
ps" output. The default output format has been changed back TeX
@@ -4611,7 +4611,7 @@ the @uref{http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/lilypond/lilypond/C
@newsItem
-@subsubheading December 20, 2004
+@subheading December 20, 2004
LilyPond 2.5.4 is out. This release has some major
brainsurgery in the font handling. As of now, LilyPond loads
the music fonts in OpenType font format using FreeType.
@@ -4624,7 +4624,7 @@ changes in the @uref{http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/lilypond
@newsItem
-@subsubheading December 3, 2004
+@subheading December 3, 2004
LilyPond 2.5.3 was released. A new script, `\espressivo' has
been added, for a combination of crescendo and decrescendo
on a single note. In markups, expressions stacked with
@@ -4641,7 +4641,7 @@ check out the changes in the @uref{http://savannah.gnu.org/cgi-bin/viewcvs/*chec
@newsItem
-@subsubheading November 26, 2004
+@subheading November 26, 2004
LilyPond 2.5.2 was released. It has several goodies,
including solfa-notation (shaped noteheads), and an easier
mechanism for customizing title, footer and header
@@ -4654,7 +4654,7 @@ the @uref{http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/lilypond/lilypond/C
@newsItem
-@subsubheading November 20, 2004
+@subheading November 20, 2004
LilyPond 2.5.1 is out. This is an experimental release,
containing some proof-of-concept code for our graphical
layout editor. You can add and remove things from the file,
@@ -4671,7 +4671,7 @@ the @uref{http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/lilypond/lilypond/C
@newsItem
-@subsubheading November 12, 2004
+@subheading November 12, 2004
The LilyPond development is OPEN once again! The first
release of the 2.5 series has the following new Features:
Positioning of slurs can now be adjusted manually, Grace
@@ -4694,7 +4694,7 @@ the changes in the @uref{http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/lily
@newsItem
-@subsubheading November 11, 2004
+@subheading November 11, 2004
LilyPond 2.4.2 is out. This release fixes a number of security
problems with --safe, and adds a lot of polishing fixes.
@ref{Old downloads}
@@ -4702,7 +4702,7 @@ problems with --safe, and adds a lot of polishing fixes.
@newsItem
-@subsubheading November 4, 2004
+@subheading November 4, 2004
LilyPond 2.4.1 is out. This release includes a number of small
fixes that were made to 2.4.0 last week.
@ref{Old downloads}
@@ -4712,7 +4712,7 @@ the @uref{http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/lilypond/lilypond/C
@newsItem
-@subsubheading October 31, 2004
+@subheading October 31, 2004
LilyPond 2.4.0 was just @miscLink{announce-v2.4,released!}
This new stable version has support for page-layout,
completely rewritten slur formatting and many other
@@ -4723,7 +4723,7 @@ file.
@newsItem
-@subsubheading October 29, 2004
+@subheading October 29, 2004
LilyPond 2.3.26 is out. This is another 2.4 release
candidate. This release fixes a number of minor bugs, and
some problems with the conversion scripts.
@@ -4734,7 +4734,7 @@ the @uref{http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/lilypond/lilypond/C
@newsItem
-@subsubheading October 29, 2004
+@subheading October 29, 2004
2.3.25 is the final release candidate for LilyPond 2.4.
Werner has been overhauling the TeX macros and
lilypond-book. In addition, this release contains an
@@ -4746,7 +4746,7 @@ the @uref{http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/lilypond/lilypond/C
@newsItem
-@subsubheading October 27, 2004
+@subheading October 27, 2004
LilyPond 2.3.24 is a further polished 2.4 release candidate.
This release has more improvements by Werner for the TeX
backend, and a bunch of other small fixes.
@@ -4757,7 +4757,7 @@ the @uref{http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/lilypond/lilypond/C
@newsItem
-@subsubheading October 24, 2004
+@subheading October 24, 2004
LilyPond 2.3.23 has bugfixes in the documentation, lilypond-book and
--preview output. This release can be considered as a release
candidate for LilyPond 2.4.
@@ -4768,7 +4768,7 @@ the @uref{http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/lilypond/lilypond/C
@newsItem
-@subsubheading October 10, 2004
+@subheading October 10, 2004
LilyPond 2.3.22 fixes a bunch more bugs, to make 2.4 a really
stable release. In addition, it renames the \paper@{@} block to
\layout@{@}. The \bookpaper@{@} block is now called
@@ -4780,7 +4780,7 @@ check out the changes in the @uref{http://savannah.gnu.org/cgi-bin/viewcvs/*chec
@newsItem
-@subsubheading October 09, 2004
+@subheading October 09, 2004
LilyPond 2.3.21 is out. It is a serious release candidate for
the next stable release LilyPond. This version has a cleanup
and some small formatting improvements of the slur
@@ -4792,7 +4792,7 @@ out the changes in the @uref{http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/
@newsItem
-@subsubheading October 02, 2004
+@subheading October 02, 2004
LilyPond 2.3.20 was released. It fixes the biggest problems
with encoding and the TeX backend. As a result, latin1
characters (like the german SS) show up correctly in the
@@ -4805,7 +4805,7 @@ the @uref{http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/lilypond/lilypond/C
@newsItem
-@subsubheading September 29, 2004
+@subheading September 29, 2004
The LilyPond development team will be present at the @uref{http://www.nluug.nl/events/sane2004/bazaar/index.html,Free
Software Bazaar} of the NLUUG SANE 2004 conference today. If you
are in the neighborhood, drop by for live contact with the Team or
@@ -4814,7 +4814,7 @@ just a friendly chat. Registration is not required to attend.
@newsItem
-@subsubheading September 26, 2004
+@subheading September 26, 2004
LilyPond 2.3.19 is out. It's mainly a bugfix release.
@ref{Old downloads}
and check out the changes
@@ -4823,7 +4823,7 @@ in the @uref{http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/lilypond/lilypon
@newsItem
-@subsubheading September 20, 2004
+@subheading September 20, 2004
LilyPond 2.3.18 was released. It has further improvements in
the slur formatting, and a small syntax change: the mode
changing commands (`\chords', `\lyrics', etc.) have been
@@ -4838,7 +4838,7 @@ the @uref{http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/lilypond/lilypond/C
@newsItem
-@subsubheading September 11, 2004
+@subheading September 11, 2004
LilyPond 2.3.16 was released. It fixes a couple of annoying
bugs, and has an important addition in the slur-formatter. Slurs that
pass note heads much closer than the average distance get an extra
@@ -4858,7 +4858,7 @@ the @uref{http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/lilypond/lilypond/C
@newsItem
-@subsubheading September 10, 2004
+@subheading September 10, 2004
LilyPond 2.3.15 was released. It fixes for some gaffes with
the new vertical spacing engine, has lots of documentation
updates, and has support for landscape output in the direct
@@ -4872,7 +4872,7 @@ the @uref{http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/lilypond/lilypond/C
@newsItem
-@subsubheading September 6, 2004
+@subheading September 6, 2004
LilyPond 2.3.14 was released and has exciting features!
LilyPond will try to keep staves at the same distances across a
page, but it will stretch distances to prevent collisions; key
@@ -4886,7 +4886,7 @@ the changes in the @uref{http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/lily
@newsItem
-@subsubheading August 29, 2004
+@subheading August 29, 2004
LilyPond now has a Documentation
Editor, Graham Percival. From now on, he will oversee that
useful information flows from the mailiing list into the
@@ -4900,7 +4900,7 @@ A lot of cheers for Graham!
@newsItem
-@subsubheading August 29, 2004
+@subheading August 29, 2004
LilyPond 2.3.13 was released. The new slur code was
improved, scripts can be made to avoid slurs, by setting
inside-slur to #f. It is no longer necessary to instantiate
@@ -4915,7 +4915,7 @@ check out the changes in the @uref{http://savannah.gnu.org/cgi-bin/viewcvs/*chec
@newsItem
-@subsubheading August 24, 2004
+@subheading August 24, 2004
LilyPond 2.2.6 fixes a few minor issues, among others, the
disappearing metronome mark.
@ref{Old downloads}
@@ -4925,7 +4925,7 @@ the @uref{http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/lilypond/lilypond/C
@newsItem
-@subsubheading August 23, 2004
+@subheading August 23, 2004
LilyPond 2.3.12 is out. This release has a lot of fixes and
a new feature: there is now support for putting two slurs on
chords, both above and below. This is switched on with the
@@ -4937,7 +4937,7 @@ the @uref{http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/lilypond/lilypond/C
@newsItem
-@subsubheading August 3, 2004
+@subheading August 3, 2004
LilyPond 2.3.11 is out. This release basically is 2.3.10 with a few
annoying bugs fixed.
@ref{Old downloads}
@@ -4947,7 +4947,7 @@ the changes in the @uref{http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/lily
@newsItem
-@subsubheading August 1, 2004
+@subheading August 1, 2004
LilyPond 2.3.10 is out. This release has a major clean-up of the
input/test/ directory. Many examples have been moved to the regression
test or manual, and the superfluous or outdated ones have been
@@ -4970,7 +4970,7 @@ the changes in the @uref{http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/lily
@newsItem
-@subsubheading July 30, 2004
+@subheading July 30, 2004
LilyPond 2.3.9 is out. The important change is that lilypond
now once-again directly runs the binary. The old wrapper script has
been renamed to lilypond-latex.py, and should only be used for legacy
@@ -4988,7 +4988,7 @@ the changes in the @uref{http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/lily
@newsItem
-@subsubheading July 23, 2004
+@subheading July 23, 2004
LilyPond 2.3.8 fixes a few minor bugs in the new slur code,
and has rewritten support for ledger lines. Now, in tight
situations, ledger lines will be shortened so they stay
@@ -5000,7 +5000,7 @@ and check out the changes in the @uref{http://savannah.gnu.org/cgi-bin/viewcvs/*
@newsItem
-@subsubheading July 19, 2004
+@subheading July 19, 2004
LilyPond 2.3.7 was released and has new exciting features!
The slur formatting has been rewritten. The new slur code
works similar to the Beam formatter: scores are assigned for
@@ -5017,7 +5017,7 @@ the @uref{http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/lilypond/lilypond/C
@newsItem
-@subsubheading July 15, 2004
+@subheading July 15, 2004
LilyPond 2.2.5 was released. It has a few bug fixes from
2.3.x.
@ref{Old downloads}
@@ -5027,14 +5027,14 @@ out the changes in the @uref{http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/
@newsItem
-@subsubheading July 11, 2004
+@subheading July 11, 2004
An introductory article on LilyPond appeared on @uref{http://www.linuxjournal.com/article.php?sid=7657&mode=thread&order=0,Linux
Journal}.
@newsEnd
@newsItem
-@subsubheading July 5, 2004
+@subheading July 5, 2004
LilyPond 2.3.6 was released. This release has more updates
for the Fret diagram code (thanks, Carl!), fixes a bunch of
bugs, including a serious one that trashed a lot of beam
@@ -5046,7 +5046,7 @@ in the @uref{http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/lilypond/lilypon
@newsItem
-@subsubheading July 5, 2004
+@subheading July 5, 2004
LilyPond 2.2.4 was released. It is mainly a bug fix
release.
@ref{Old downloads}
@@ -5056,7 +5056,7 @@ check out the changes in the @uref{http://savannah.gnu.org/cgi-bin/viewcvs/*chec
@newsItem
-@subsubheading June 25, 2004
+@subheading June 25, 2004
LilyPond 2.3.5 has numerous small bugfixes and cleanups, and
features more work in the experimental GNOME output
module. Adventurous hackers can check the instructions at
@@ -5070,7 +5070,7 @@ and
@newsItem
-@subsubheading June 20, 2004
+@subheading June 20, 2004
LilyPond 2.2.3 has a turkish translation and fixes a few minor
bugs that were reported over the past month. Check out the @uref{http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/lilypond/lilypond/ChangeLog?rev=1.2000.2.16&content-type=text/vnd.viewcvs-markup,ChangeLog} for a full description and
@ref{Old downloads}.
@@ -5078,7 +5078,7 @@ bugs that were reported over the past month. Check out the @uref{http://savannah
@newsItem
-@subsubheading June 13, 2004
+@subheading June 13, 2004
LilyPond 2.3.4 further improves the output backends. As a
result, manual page-breaks, multiple output formats and putting
@code{\score} into markups now works. Check out the @uref{http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/lilypond/lilypond/ChangeLog?rev=1.2242&content-type=text/vnd.viewcvs-markup,ChangeLog}
@@ -5088,7 +5088,7 @@ and
@newsItem
-@subsubheading May 31, 2004
+@subheading May 31, 2004
LilyPond 2.3.3 has many internal changes relating to the output
backend (PostScript) and page-layout. In addition, it contains a few
bugfixes for recently reported problems. Check out the @uref{http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/lilypond/lilypond/ChangeLog?rev=1.2207&content-type=text/vnd.viewcvs-markup,ChangeLog}
@@ -5098,7 +5098,7 @@ and
@newsItem
-@subsubheading May 31, 2004
+@subheading May 31, 2004
LilyPond 2.2.2 is out. It has a number of small bugfixes, so upgrade
if any of these errors concern you. Check out the @uref{http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/lilypond/lilypond/ChangeLog?rev=1.2000.2.9,ChangeLog}
or head straight to the
@@ -5107,7 +5107,7 @@ or head straight to the
@newsItem
-@subsubheading May 26, 2004
+@subheading May 26, 2004
LilyPond 2.3.2 is out. This release has a lot of internal
changes relating to page layout, but also sports experimental
fret-diagram code. Check out the @ref{Changes} or head straight to the
@@ -5116,7 +5116,7 @@ fret-diagram code. Check out the @ref{Changes} or head straight to the
@newsItem
-@subsubheading May 9, 2004
+@subheading May 9, 2004
LilyPond 2.3.1 is out. This release has many new and cool
features. Check out the @ref{Changes} or head straight to the
@ref{Old downloads}.
@@ -5124,7 +5124,7 @@ features. Check out the @ref{Changes} or head straight to the
@newsItem
-@subsubheading May 4, 2004
+@subheading May 4, 2004
Help LilyPond get better, and join in on LilyPond
development! This
@uref{devel/participating/call-for-help.html,call for
@@ -5136,14 +5136,14 @@ Documentation. Of course, any other help is also welcome!
@newsItem
-@subsubheading May 3, 2004
+@subheading May 3, 2004
LilyPond 2.2.1 has been released. It fixes a handful of bugs.
@ref{Old downloads}.
@newsEnd
@newsItem
-@subsubheading April 17, 2004
+@subheading April 17, 2004
LilyPond 2.2.0 is now available
on Windows, and should find its way to the Cygwin mirrors
soon.
@@ -5151,7 +5151,7 @@ soon.
@newsItem
-@subsubheading April 12, 2004
+@subheading April 12, 2004
LilyPond 2.3.0 is the first release
in the 2.3 cycle. The focus for 2.3 is page layout, so
instrumentalists can force parts to have page breaks at sane turning
@@ -5162,14 +5162,14 @@ More info in the @ref{Changes}.
@newsItem
-@subsubheading April 8, 2004
+@subheading April 8, 2004
A French article on the new LilyPond
release appeared on @uref{http://linuxfr.org/2004/04/08/15968.html,linuxfr.org}.
@newsEnd
@newsItem
-@subsubheading April 8, 2004
+@subheading April 8, 2004
Binaries for LilyPond 2.2.0 are available for
MacOS X, Slackware, Mandrake and Debian Woody.
@ref{Old downloads}
@@ -5177,7 +5177,7 @@ MacOS X, Slackware, Mandrake and Debian Woody.
@newsItem
-@subsubheading April 1, 2004
+@subheading April 1, 2004
LilyPond 2.2.0 is out! This new stable version has
completely revamped support for for orchestral score
formatting, cue notes, font size management, lyric formatting,
@@ -5188,7 +5188,7 @@ the @miscLink{announce-v2.2,announcement} or skip to the
@newsItem
-@subsubheading March 31, 2004
+@subheading March 31, 2004
LilyPond 2.1.37 has build fixes for Cygwin and SUSE,
bugfixes for part-combining and chord tremolos and even more
documentation polish. This should be the final release
@@ -5199,7 +5199,7 @@ candidate; expect only regression bugs to be fixed before
@newsItem
-@subsubheading March 30, 2004
+@subheading March 30, 2004
LilyPond 2.1.36 has many fixes in
the user manual.
@ref{Old downloads}.
@@ -5207,7 +5207,7 @@ the user manual.
@newsItem
-@subsubheading March 28, 2004
+@subheading March 28, 2004
LilyPond 2.1..35 fixes a slew of
bugs, and has the @code{raggedlast} option, which causes
paragraph like line breaking for scores. More info in the
@@ -5217,14 +5217,14 @@ paragraph like line breaking for scores. More info in the
@newsItem
-@subsubheading March 22, 2004
+@subheading March 22, 2004
LilyPond 2.1.34 fixes minor bugs, and has more rewriting.
@ref{Old downloads}.
@newsEnd
@newsItem
-@subsubheading March 21, 2004
+@subheading March 21, 2004
LilyPond 2.1.33 fixes a serious bug, and a few other
irritations.
@ref{Old downloads}
@@ -5232,7 +5232,7 @@ irritations.
@newsItem
-@subsubheading March 20, 2004
+@subheading March 20, 2004
LilyPond 2.1.32 has more rewriting
in the user manual. There is also an experimental
implementation of optimal page breaking (Postscript backend
@@ -5242,7 +5242,7 @@ only).
@newsItem
-@subsubheading March 15, 2004
+@subheading March 15, 2004
LilyPond 2.1.31 is out. It has fixes the alignment of bass
figures and spurious dynamic warnings in MIDI. New
attractions include rewritten font-selection routines. See
@@ -5253,7 +5253,7 @@ the
@newsItem
-@subsubheading March 14, 2004
+@subheading March 14, 2004
The
@uref{http://linuxmusician.com/index.php?option=articles&task=viewarticle&artid=10,linuxmusician.com interview} made the
@uref{http://slashdot.org/article.pl?sid=04/03/13/2054227&mode=thread&tid=141&tid=188,slashdot
@@ -5262,7 +5262,7 @@ frontpage!}.
@newsItem
-@subsubheading March 11, 2004
+@subheading March 11, 2004
@uref{http://linuxmusician.com,linuxmusician.com} is
running an
@uref{http://linuxmusician.com/index.php?option=articles&task=viewarticle&artid=10,interview}
@@ -5272,7 +5272,7 @@ authors of LilyPond.
@newsItem
-@subsubheading March 11, 2004
+@subheading March 11, 2004
LilyPond 2.1.30 has editorial fixes for the manual, and
experimental support for page layout in the PostScript
backend. See the
@@ -5282,7 +5282,7 @@ backend. See the
@newsItem
-@subsubheading March 9, 2004
+@subheading March 9, 2004
LilyPond 2.1.29 fixes a couple of MIDI bugs, and has
experimental support for producing titles with
@code{markup}.
@@ -5290,7 +5290,7 @@ experimental support for producing titles with
@newsItem
-@subsubheading February 29, 2004
+@subheading February 29, 2004
In LilyPond 2.1.28 Scheme property functions may be used
argument to @code{set!}. In addition, parts of the manual
have been proofread and corrected in this release. See the
@@ -5300,7 +5300,7 @@ have been proofread and corrected in this release. See the
@newsItem
-@subsubheading February 24, 2004
+@subheading February 24, 2004
LilyPond 2.1.27 takes into account instrument transpositions
when quoting other voices. This release also fixes a number
of lyrics related bugs. See the
@@ -5310,7 +5310,7 @@ of lyrics related bugs. See the
@newsItem
-@subsubheading February 23, 2004
+@subheading February 23, 2004
LilyPond 2.1.26 has a new, experimental feature for quoting
other voices in instrumental parts. This can be used to
produce cue notes. More information in the
@@ -5320,7 +5320,7 @@ produce cue notes. More information in the
@newsItem
-@subsubheading February 18, 2004
+@subheading February 18, 2004
LilyPond 2.1.25 fixes many bugs, and changes the conventions
for altering accidental rules.
@ref{Old downloads}
@@ -5328,7 +5328,7 @@ for altering accidental rules.
@newsItem
-@subsubheading February 16, 2004
+@subheading February 16, 2004
LilyPond 2.1.24 has a big
internal rewrite. One of its practical consequences is that
@code{\with} now also works with @code{Score}
@@ -5342,7 +5342,7 @@ More information in the
@newsItem
-@subsubheading February 13, 2004
+@subheading February 13, 2004
LilyPond 2.1.22 has a
simplification of the @code{\property} syntax: it is
shorter and more consistent now. More information in the
@@ -5352,7 +5352,7 @@ shorter and more consistent now. More information in the
@newsItem
-@subsubheading February 12, 2004
+@subheading February 12, 2004
In LilyPond 2.1.21, output
tweaks can be done at multiple levels of the context
hierarchy. In addition, it has a bunch of bugfixes,
@@ -5363,7 +5363,7 @@ improvements in the documentation. More information in the
@newsItem
-@subsubheading February 9, 2004
+@subheading February 9, 2004
LilyPond 2.1.20 has MIDI
output for drums. It also sports a completely rewritten
lilypond-book script, which is cleaner, shorter, and faster.
@@ -5375,7 +5375,7 @@ More information in the
@newsItem
-@subsubheading February 5, 2004
+@subheading February 5, 2004
LilyPond 2.1.19 has rewritten
support for drum notation. This release also makes some
long-standing cleanups: the removal of @code{Thread} (all
@@ -5388,7 +5388,7 @@ More information in the
@newsItem
-@subsubheading February 4, 2004
+@subheading February 4, 2004
LilyPond 2.1.18 is out. This
release has the new part-combiner installed by default, and a
similar implementation of @code{autochange}. More information
@@ -5399,7 +5399,7 @@ in the
@newsItem
-@subsubheading February 2, 2004
+@subheading February 2, 2004
LilyPond 2.1.17 is out. It adds texts
(solo, a due) for the part combiner. It also reinstates the
@option{--safe} option which prevents havoc by Scheme exploits. More
@@ -5409,7 +5409,7 @@ information in the
@newsItem
-@subsubheading January 28, 2004
+@subheading January 28, 2004
LilyPond 2.1.16 is out; its main feature
is that it fixes the autobeams gaffe of 2.1.15. The part-combiner
has been tested successfully on larger pieces. In the near future,
@@ -5422,7 +5422,7 @@ the
@newsItem
-@subsubheading January 26, 2004
+@subheading January 26, 2004
LilyPond 2.1.15 further improves the part-combiner, and fixes many
bugs, among others in pedal brackets and finger positioning.
More information in
@@ -5432,7 +5432,7 @@ the
@newsItem
-@subsubheading January 21, 2004
+@subheading January 21, 2004
LilyPond 2.1.14
has the first release of the new part combiner. If you have scores that
use part-combining, please consider giving it a test-run. In addition
@@ -5444,7 +5444,7 @@ the
@newsItem
-@subsubheading January 20, 2004
+@subheading January 20, 2004
The lilypond.org domain has been moved to a new server. This
will result in better connectivity and more bandwidth. Due
to security concerns, the new server does not offer FTP
@@ -5453,7 +5453,7 @@ access, but only HTTP downloads.
@newsItem
-@subsubheading January 20, 2004
+@subheading January 20, 2004
LilyPond 2.1.13 fixes a small but
nasty bug in side-positioning placement, and some bugs in
tuplet, tie and accidental formatting. This release contains
@@ -5463,7 +5463,7 @@ rudimentary work on a new part-combiner.
@newsItem
-@subsubheading January 19, 2004
+@subheading January 19, 2004
LilyPond 2.1.12 fixes many bugs
and improves formatting of ottava brackets. More information in
the
@@ -5472,7 +5472,7 @@ the
@newsItem
-@subsubheading January 18, 2004
+@subheading January 18, 2004
LilyPond 2.1.11 is now also
available for Windows! For downloading, go
@uref{http://www.inf.bme.hu/~berti/lilypond/,here}.
@@ -5480,7 +5480,7 @@ available for Windows! For downloading, go
@newsItem
-@subsubheading January 17, 2004
+@subheading January 17, 2004
In 2.1.11, the mechanism for
setting staff size and page is much simplified. In addition
there are improvements in the notehead shape, and there is
@@ -5491,7 +5491,7 @@ More information in the
@newsItem
-@subsubheading January 16, 2004
+@subheading January 16, 2004
LilyPond 2.1.10 has a load of
bugfixes and a shorter syntax for octave checks. More
information in the
@@ -5500,7 +5500,7 @@ information in the
@newsItem
-@subsubheading January 13, 2004
+@subheading January 13, 2004
LilyPond 2.1.9 has a new mechanism
for adding lyrics to melodies. It is now possible to have
different melismatic variations for each stanza. More
@@ -5510,7 +5510,7 @@ information in the
@newsItem
-@subsubheading January 9, 2004
+@subheading January 9, 2004
LilyPond 2.1.8 has an important new
feature: it is now possible to use @code{\property} to tune
the appearance of spanning objects like @code{StaffSymbol} and
@@ -5523,7 +5523,7 @@ More information in the
@newsItem
-@subsubheading January 7, 2004
+@subheading January 7, 2004
An update to the stable branch,
version 2.0.2, was released today. It contains a couple of
minor bugfixes. @ref{Old downloads}
@@ -5531,7 +5531,7 @@ minor bugfixes. @ref{Old downloads}
@newsItem
-@subsubheading January 6, 2004
+@subheading January 6, 2004
LilyPond 2.1.7 continues to
improve the layout of the Schubert test piece; this release
focuses on dot placement and multi measure rests centering.
@@ -5541,7 +5541,7 @@ More information in the
@newsItem
-@subsubheading January 4, 2004
+@subheading January 4, 2004
LilyPond 2.1.6 continues to improve the layout of lyrics. More
information in the
@uref{http://lilypond.org/doc/v2.1/Documentation/topdocs/out-www/NEWS.html,release
@@ -5550,7 +5550,7 @@ notes} and download @uref{install/#2.1,here}.
@newsItem
-@subsubheading January 2, 2004
+@subheading January 2, 2004
In LilyPond 2.1.5, the lyric alignment is completely revamped,
and now matches my Edition Peters version of the Schubert song
Sängers Morgen. More information in the @ref{Changes} and
@@ -5559,7 +5559,7 @@ download @uref{install/#2.1,here}.
@newsItem
-@subsubheading December 30, 2003
+@subheading December 30, 2003
LilyPond 2.1.4 is released. Font shapes and line thickness
are now truly different for different staff sizes, thus lending
an engraved look to scores printed in smaller type too. See the
@@ -5568,7 +5568,7 @@ an engraved look to scores printed in smaller type too. See the
@newsItem
-@subsubheading December 23, 2003
+@subheading December 23, 2003
LilyPond 2.1.3 released.
Interpreting and formatting is now done while parsing the
file. This allows for Scheme manipulation of music, and could
@@ -5579,7 +5579,7 @@ to implement this are welcome!) See the
@newsItem
-@subsubheading December 17, 2003
+@subheading December 17, 2003
LilyPond 2.1.2 released. This
release has a new mechanism for setting font sizes, which
combines different font design sizes and continuous font
@@ -5589,7 +5589,7 @@ scaling. See the
@newsItem
-@subsubheading December 16, 2003
+@subheading December 16, 2003
LilyPond 2.1.1 released. This
release wraps together all the small fixes made during
Han-Wen's absence. See the
@@ -5598,7 +5598,7 @@ Han-Wen's absence. See the
@newsItem
-@subsubheading October 11, 2003
+@subheading October 11, 2003
LilyPond 2.1.0 released. See the
@ref{Changes} and
download @uref{install/#2.1,here}.
@@ -5606,7 +5606,7 @@ download @uref{install/#2.1,here}.
@newsItem
-@subsubheading October 11, 2003
+@subheading October 11, 2003
LilyPond 2.0.1 binaries for Mandrake 9.1
available from
@uref{http://rpm.nyvalls.se/sound9.1.html,here}
@@ -5615,7 +5615,7 @@ thanks to Heikki Junes.
@newsItem
-@subsubheading October 9, 2003
+@subheading October 9, 2003
LilyPond 2.0.1 binaries for Slackware 9
available from @uref{install/#2.0,here},
thanks to Ricardo Hoffman.
@@ -5623,7 +5623,7 @@ thanks to Ricardo Hoffman.
@newsItem
-@subsubheading October 5, 2003
+@subheading October 5, 2003
LilyPond 2.0.1 binaries are available for Macos X, many thanks to
Matthias Neeracher.
@ref{Old downloads}
@@ -5631,7 +5631,7 @@ Matthias Neeracher.
@newsItem
-@subsubheading October 4, 2003
+@subheading October 4, 2003
LilyPond 2.0.1 binaries are available for Windows (Cygwin
version 1.5).
@ref{Old downloads}. Thanks to Bertalan
@@ -5640,7 +5640,7 @@ Fodor, our new Cygwin maintainer!
@newsItem
-@subsubheading September 29, 2003
+@subheading September 29, 2003
LilyPond 2.0.1 is released. It
contains minor bugfixes.
See the @ref{Changes}
@@ -5649,7 +5649,7 @@ or download @uref{install/#2.0,here} directly.
@newsItem
-@subsubheading September 27, 2003
+@subheading September 27, 2003
PlanetCCRMA has been updated to include LilyPond 2.0. Go
@uref{http://www-ccrma.stanford.edu/planetccrma/software/soundapps.html#lilypond,
here} to download. Thanks to Fernando Pablo
@@ -5658,7 +5658,7 @@ Lopez-Lezcano!
@newsItem
-@subsubheading September 24, 2003
+@subheading September 24, 2003
LilyPond 2.0.0 is released. The
focus of this release is cleanups of the syntax: entering music is
now much easier and more efficient. Read the announcement
@@ -5668,7 +5668,7 @@ now much easier and more efficient. Read the announcement
@newsItem
-@subsubheading September 24, 2003
+@subheading September 24, 2003
LilyPond 1.9.10 is released. This is
the final LilyPond 2.0 release candidate. Check
the @ref{Changes} and
@@ -5677,7 +5677,7 @@ download @uref{install/,here}.
@newsItem
-@subsubheading September 23, 2003
+@subheading September 23, 2003
LilyPond 1.9.9 is released. This is
the second LilyPond 2.0 prerelease. Check
the @ref{Changes} and
@@ -5686,7 +5686,7 @@ download @uref{install/,here}.
@newsItem
-@subsubheading September 19, 2003
+@subheading September 19, 2003
LilyPond 1.9.8 is released. This is
the first LilyPond 2.0 prerelease. Check
the @ref{Changes} and
@@ -5695,7 +5695,7 @@ download @uref{install/,here}.
@newsItem
-@subsubheading September 17, 2003
+@subheading September 17, 2003
LilyPond 1.9.7 is released. LilyPond
now has support for quarter tone accidentals!
@ref{Old downloads}
@@ -5703,7 +5703,7 @@ now has support for quarter tone accidentals!
@newsItem
-@subsubheading September 16, 2003
+@subheading September 16, 2003
LilyPond 1.9.6 is released.
It has a lot of minor fixes and updates.
@ref{Old downloads}
@@ -5711,7 +5711,7 @@ It has a lot of minor fixes and updates.
@newsItem
-@subsubheading September 10, 2003
+@subheading September 10, 2003
LilyPond 1.9.5 is released.
With this release, the 1.9 branch is feature
complete. After some stabilization and documentation work, 2.0
@@ -5721,7 +5721,7 @@ will be available in a few weeks.
@newsItem
-@subsubheading September 9, 2003
+@subheading September 9, 2003
LilyPond 1.8.2 is released. This
release fixes a couple of minor bugs.
@ref{Old downloads}
@@ -5729,7 +5729,7 @@ release fixes a couple of minor bugs.
@newsItem
-@subsubheading September 7, 2003
+@subheading September 7, 2003
LilyPond 1.8 binaries are available
for Windows (Cygwin version 1.5).
@ref{Old downloads}
@@ -5737,7 +5737,7 @@ for Windows (Cygwin version 1.5).
@newsItem
-@subsubheading August 31, 2003
+@subheading August 31, 2003
LilyPond 1.9.4 is released.
@emph{This is an experimental release}: read the
@uref{http://lists.gnu.org/archive/html/lilypond-devel/2003-08/msg00133.html,announcement}
@@ -5746,14 +5746,14 @@ before trying.
@newsItem
-@subsubheading August 31, 2003
+@subheading August 31, 2003
LilyPond 1.8 binaries for slackware
available. Get them @uref{install/,here}.
@newsEnd
@newsItem
-@subsubheading August 31, 2003
+@subheading August 31, 2003
LilyPond 1.9.3 is released. This
release supports tagging for music version control, and has better
fingering placement flexibility. Read the
@@ -5762,7 +5762,7 @@ fingering placement flexibility. Read the
@newsItem
-@subsubheading August 28, 2003
+@subheading August 28, 2003
LilyPond 1.9.2 is released. Read the
@ref{Changes} and get it
@uref{download#1.9,here}.
@@ -5770,7 +5770,7 @@ LilyPond 1.9.2 is released. Read the
@newsItem
-@subsubheading August 26, 2003
+@subheading August 26, 2003
LilyPond 1.9.1 is released. Read the
@ref{Changes} and get it
@uref{download#1.9,here}.
@@ -5778,7 +5778,7 @@ LilyPond 1.9.1 is released. Read the
@newsItem
-@subsubheading August 25, 2003
+@subheading August 25, 2003
The LilyPond 1.9 development release is available. Read the
@ref{Changes} and get it
@uref{download#1.9,here}.
@@ -5786,21 +5786,21 @@ The LilyPond 1.9 development release is available. Read the
@newsItem
-@subsubheading August 25, 2003
+@subheading August 25, 2003
Mandrake 9.1 RPMS available, get them
@uref{http://rpm.nyvalls.se/sound9.1.html,here}.
@newsEnd
@newsItem
-@subsubheading August 21, 2003
+@subheading August 21, 2003
LilyPond 1.8.1 was released. Get it @uref{install/,here}, or
read the @ref{Changes}.
@newsEnd
@newsItem
-@subsubheading August 18, 2003
+@subheading August 18, 2003
PlanetCCRMA (eg. RedHat 8 and 9)
has been updated to 1.8.
Download @uref{http://www-ccrma.stanford.edu/planetccrma/software/soundapps.html#lilypond,here.}
@@ -5808,32 +5808,32 @@ Download @uref{http://www-ccrma.stanford.edu/planetccrma/software/soundapps.html
@newsItem
-@subsubheading August 7, 2003
+@subheading August 7, 2003
LilyPond 1.8 is released. Read
@ref{Changes} and get it @uref{install/,here}.
@newsEnd
@newsItem
-@subsubheading August 7, 2003
+@subheading August 7, 2003
New website went live!
@newsEnd
@newsItem
-@subsubheading August 6, 2003
+@subheading August 6, 2003
Announced new website.
@newsEnd
@newsItem
-@subsubheading August 1, 2003
+@subheading August 1, 2003
LilyPond 1.7.30 released.
@newsEnd
@newsItem
-@subsubheading July 30, 2003
+@subheading July 30, 2003
Website: present @uref{about/automated-engraving/index.html,treatise}
about music engraving, music printing software, and LilyPond's
unique faculties.
@@ -5841,7 +5841,7 @@ unique faculties.
@newsItem
-@subsubheading July 29, 2003
+@subheading July 29, 2003
1.7.29 - release candidate 4 has been released. Packages for
Red Hat, Debian, Cygwin are @uref{install/,available}.
@newsEnd