From c85de48f7d8c6400000931ecd5036f739ec179ab Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Thu, 24 Feb 2000 14:28:04 +0100 Subject: [PATCH] patch::: 1.3.26.jcn2 1.3.26.jcn2 =========== * Bugfix: font used in volta-spanner calculation. * Added simple selection list to webpage, inspired by sawmill. --- CHANGES | 7 ++++ Documentation/topdocs/index.tely | 56 +++++++++++++++++++++++++++++--- VERSION | 2 +- lily/volta-spanner.cc | 2 +- scm/lily.scm | 1 - 5 files changed, 61 insertions(+), 7 deletions(-) diff --git a/CHANGES b/CHANGES index 4080a7f603..5a4ec57e68 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,10 @@ +1.3.26.jcn2 +=========== + +* Bugfix: font used in volta-spanner calculation. + +* Added simple selection list to webpage, inspired by sawmill. + 1.3.26.jcn1 =========== diff --git a/Documentation/topdocs/index.tely b/Documentation/topdocs/index.tely index c24859c33b..90142fb51e 100644 --- a/Documentation/topdocs/index.tely +++ b/Documentation/topdocs/index.tely @@ -5,13 +5,31 @@ @node Top, , , (dir) @top - -@unnumberedsec LilyPond -- The GNU Project Music Typesetter - +@html +

+[ + Download + | + FAQ + | + Documentation + | + Music archives + | + Mailing lists + | + + Regression test + | + News +] +@end html @html - +

+[logo] @end html +@unnumberedsec LilyPond -- The GNU Project Music Typesetter @c something breaks on 3.12 f @@ -65,6 +83,10 @@ If want more information, you can browse the For the latest and greatest features, check out the @uref{Documentation/out-www/CHANGES.txt, Change Log}. + +@html + +@end html @unnumberedsec Sheet music @@ -83,6 +105,9 @@ putting @uref{http://www4.smart.net/~jcovey/scores/,guitar music} on the net. The @uref{http://sca.uwaterloo.ca/Mutopia/,Mutopia project} is a large archive of public domain sheet music under construction. +@html + +@end html @unnumberedsec Download If you want to compile LilyPond from source, download here: @@ -109,6 +134,10 @@ binary RPMs: @uref{ftp://ftp.cs.uu.nl/pub/GNU/LilyPond/RedHat/RPMS/} @item Windows NT: @uref{http://home.austin.rr.com/jbr/jeff/lilypond/} @end itemize + +@html + +@end html @unnumberedsec Mailing list If you have questions, do write to the mailing lists! @@ -158,5 +187,24 @@ of the LilyPond package. The version of this webpage is printed at the bottom. If you want to volunteer for making more beautiful webpages, then please mail us! +@html +

+[ + Download + | + FAQ + | + Documentation + | + Music archives + | + Mailing lists + | + + Regression test + | + News +] +@end html @bye diff --git a/VERSION b/VERSION index 2387dbbf1b..8fac086972 100644 --- a/VERSION +++ b/VERSION @@ -2,7 +2,7 @@ PACKAGE_NAME=LilyPond MAJOR_VERSION=1 MINOR_VERSION=3 PATCH_LEVEL=26 -MY_PATCH_LEVEL=jcn1 +MY_PATCH_LEVEL=jcn2 # use the above to send patches: MY_PATCH_LEVEL is always empty for a # released version. diff --git a/lily/volta-spanner.cc b/lily/volta-spanner.cc index 6258b17008..72ace70c4f 100644 --- a/lily/volta-spanner.cc +++ b/lily/volta-spanner.cc @@ -98,7 +98,7 @@ Volta_spanner::do_brew_molecule_p () const dy = dy >? note_column_arr[i]->extent (Y_AXIS)[BIGGER]; dy -= h; - Molecule two (lookup_l ()->text ("number", "2", paper_l ())); + Molecule two (lookup_l ()->text ("volta", "2", paper_l ())); Real gap = two.dim_.x ().length () / 2; Offset off (num.dim_.x ().length () + gap, h / half_staff_space - gap); diff --git a/scm/lily.scm b/scm/lily.scm index 050a9a16b1..a57d0e9e08 100644 --- a/scm/lily.scm +++ b/scm/lily.scm @@ -787,7 +787,6 @@ (define (volta h w thick vert-start vert-end) ;; urg - (set! h 1) (string-append (func "set-line-char" "|") (func "rmove-to" 0 -4) -- 2.39.5