]> git.donarmstrong.com Git - lilypond.git/commitdiff
* buildscripts/output-distance.py
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 6 Jun 2006 10:07:46 +0000 (10:07 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 6 Jun 2006 10:07:46 +0000 (10:07 +0000)
(ComparisonData.create_html_result_page): put version/directories
in table header.

* Documentation/topdocs/NEWS.tely (Top): document spacing section
feature.

ChangeLog
Documentation/topdocs/NEWS.tely
buildscripts/output-distance.py

index 7861c700b57da6d42cb018008bc6a453dedf84f8..dd6cef86ebed64487d4fdd11ed8f781f0cbcffff 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
 
+       * buildscripts/output-distance.py
+       (ComparisonData.create_html_result_page): put version/directories
+       in table header.
+
        * Documentation/topdocs/NEWS.tely (Top): document spacing section
        feature.
 
index 59d1150e569218943e16c47146581470c3f4ad84..e67e068f73976f354ff6024e985f941896980b8e 100644 (file)
@@ -71,7 +71,7 @@ New sections with different spacing parameters can be started with
 sections with a different notions of long and short notes.
 
 In the following example, the time signature change introduces a new
-section, and hence the 16ths notes are spaced differently.
+section, and hence the 16ths notes are spaced wider.
 
 @lilypond[relative,fragment]
   \time 2/4
index 92aa2e53a5f0662734deb3e7d458d46e06aab88a..91db6f0699f4c22241c61d843ca5d7935b04c7a2 100644 (file)
@@ -562,8 +562,8 @@ class ComparisonData:
 <table rules="rows" border bordercolor="blue">
 <tr>
 <th>distance</th>
-<th>old</th>
-<th>new</th>
+<th>%(dir1)s</th>
+<th>%(dir2)s</th>
 </tr>
 %(html)s
 </table>