From: Jan Nieuwenhuizen Date: Tue, 9 Feb 1999 16:25:26 +0000 (+0100) Subject: patch::: 1.1.29.jcn1: gnu stuff + font fixje X-Git-Tag: release/1.1.30~4 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=df019fc9342e7b78138a3e24c5cddafec9d754e4;p=lilypond.git patch::: 1.1.29.jcn1: gnu stuff + font fixje pl 29.jcn1 - bf: volta sizes - GNU stuff on home page --- Generated by janneke@gnu.org using package-diff 0.62, >From = lilypond-1.1.29, To = lilypond-1.1.29.jcn1 usage cd lilypond-source-dir; patch -E -p1 < lilypond-1.1.29.jcn1.diff Patches do not contain automatically generated files or (urg) empty directories, i.e., you should rerun autoconf, configure and possibly make outdirs. --state 1.1.29 1.1.29.jcn1 ++state --- diff --git a/Documentation/topdocs/index.yo b/Documentation/topdocs/index.yo index 11eb7166ed..8ebbc3d811 100644 --- a/Documentation/topdocs/index.yo +++ b/Documentation/topdocs/index.yo @@ -8,7 +8,7 @@ DEFINEMACRO(endbold)(0)(whenhtml(htmlcommand())) redef(htmlnewfile)(0)() setchapterstring() -nchapter(LilyPond -- The GNU Project Music Typesetter) +nchapter(LilyPond -- The url(GNU Project)(http://www.fsf.org/gnu/gnu-history.html) Music Typesetter) includefile(../BLURB.in)(url(italiano)(DOEXPAND(docdir)/DOEXPAND(outdir)/COPERTINA.html))(url(nederlands)(DOEXPAND(docdir)/DOEXPAND(outdir)/FLAPTEKST.html)) nl() @@ -39,6 +39,16 @@ of LilyPond, specifically, this page was made from LilyPond @TOPLEVEL_VERSION@.tar.gz +nsect(Free Software) + +LilyPond is url(free software)(http://www.fsf.org/copyleft/copyleft.html). +We believe that +url(software should be free)(http://www.fsf.org/philosophy/why-free.html). +For more url(information)(http://www.fsf.org/philosophy/philosophy.html), +see the url(Free Software Foundation)(http://www.fsf.org/). +Just say ``No'' to proprietary software. + + nsect(Preview) itemize( diff --git a/NEWS b/NEWS index 59c08785c2..54aedcfc58 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,13 @@ -pl 28.hwn1 +--- ../lilypond-1.1.29/NEWS Tue Feb 9 13:54:27 1999 +++ b/NEWS Tue Feb 9 17:15:49 1999 +@@ -1,3 +1,7 @@ +pl 29.jcn1 + - bf: volta sizes + - GNU stuff on home page + + xl 28.jcn1 + - new outline TODO + .emacs setup + pl 28.hwn1 - bf: mid measure clefs (breakable items in non-breakable columns.) - spanner.cc assert changed to warning - (c) 1998 -> 1999 search replace. diff --git a/VERSION b/VERSION index e1681c2f37..a834a19ac2 100644 --- a/VERSION +++ b/VERSION @@ -2,7 +2,7 @@ PACKAGE_NAME=LilyPond MAJOR_VERSION=1 MINOR_VERSION=1 PATCH_LEVEL=29 -MY_PATCH_LEVEL= +MY_PATCH_LEVEL=jcn1 # use the above to send patches: MY_PATCH_LEVEL is always empty for a # released version. diff --git a/lily/lookup.cc b/lily/lookup.cc index bdf95d73e5..bb6ac3fe89 100644 --- a/lily/lookup.cc +++ b/lily/lookup.cc @@ -388,6 +388,7 @@ static Dict_initialiser cmr_init[] = { {"Large", "cmbx"}, {"mark", "feta-nummer"}, {"number", "feta-nummer"}, + {"volta", "feta-nummer"}, {0,0} }; diff --git a/lily/volta-spanner.cc b/lily/volta-spanner.cc index a9836484d0..5162ac429c 100644 --- a/lily/volta-spanner.cc +++ b/lily/volta-spanner.cc @@ -81,7 +81,8 @@ Volta_spanner::do_add_processing () set_bounds (RIGHT, column_arr_.top ()); } - number_p_->style_str_ = "number"; + // number_p_->style_str_ = "number-1"; + number_p_->style_str_ = "volta"; } Interval diff --git a/ly/paper16.ly b/ly/paper16.ly index 8a40d38949..aa15beff32 100644 --- a/ly/paper16.ly +++ b/ly/paper16.ly @@ -14,11 +14,11 @@ paper_sixteen = \paper { font_large = 12.; font_Large = 10.; font_normal = 8.; - font_finger = 4.; - "font_number-1" = 5.; - - + font_finger = 4.; + font_volta = 5.; + font_number = 8.; + font_mark = 10.; arithmetic_basicspace = 2.; arithmetic_multiplier = 4.8\pt; diff --git a/ly/paper20.ly b/ly/paper20.ly index 2f4958a23c..61f5951ed9 100644 --- a/ly/paper20.ly +++ b/ly/paper20.ly @@ -9,8 +9,17 @@ paper_twenty = \paper { font_large = 12.; font_Large = 12.; font_normal = 10.; + font_finger = 5.; - "font_number-1" = 7.; + font_volta = 8.; + font_number = 10.; + font_mark = 12.; + + % what about: + "font_number-1" = 8.; + %"font_number" = 10.; + "font_number+1" = 12.; + % ugh see table20 for sizes quartwidth = 6.61\pt;