From: fred Date: Sun, 24 Mar 2002 19:44:46 +0000 (+0000) Subject: lilypond-0.0.66 X-Git-Tag: release/1.5.59~4645 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=51ed48fffc33e5c476d8cf5b84f365d4beb0c2d4;p=lilypond.git lilypond-0.0.66 --- diff --git a/flower/.version b/flower/.version index 1234aa46c7..e275cb9db0 100644 --- a/flower/.version +++ b/flower/.version @@ -1,6 +1,6 @@ MAJOR_VERSION = 1 MINOR_VERSION = 1 -PATCH_LEVEL = 18 +PATCH_LEVEL = 19 # use to send patches, always empty for released version: MY_PATCH_LEVEL = # include separator: "-1" or ".a" # diff --git a/flower/NEWS b/flower/NEWS index 23867797db..050b1356d8 100644 --- a/flower/NEWS +++ b/flower/NEWS @@ -1,4 +1,6 @@ version 1.1: +pl 19 + - Array::reverse() pl 18 - Path::find("/usr/..") fix diff --git a/flower/include/varray.hh b/flower/include/varray.hh index 105d96ac27..5fe5fa3943 100644 --- a/flower/include/varray.hh +++ b/flower/include/varray.hh @@ -200,6 +200,11 @@ public: arrcpy(r.thearray, thearray + lower, s); return r; } + void reverse() { + int h = size_/2; + for (int i =0,j = size_-1; i < h; i++,j--) + swap(i,j); + } }; #endif diff --git a/init/table_sixteen.ini b/init/table_sixteen.ini index 18cc2b5680..abcdeab3ef 100644 --- a/init/table_sixteen.ini +++ b/init/table_sixteen.ini @@ -84,11 +84,11 @@ table_sixteen= "half" "\hslurchar%{%}" } "accidentals" = \table { - "-2" "\flatflat" 0\pt 10.2\pt -2.5\pt 7.5\pt - "-1" "\flat" 0\pt 6\pt -2.5\pt 7.5\pt - "0" "\natural" 0\pt 6\pt -7.5\pt 7.5\pt - "1" "\sharp" 0\pt 6\pt -7.5\pt 7.5\pt - "2" "\sharpsharp" 0\pt 6\pt -2.5\pt 7.5\pt + "-2" "\flatflat" 0\pt 8.16\pt -2.5\pt 7.5\pt + "-1" "\flat" 0\pt 4.8\pt -2.5\pt 7.5\pt + "0" "\natural" 0\pt 4.8\pt -7.5\pt 7.5\pt + "1" "\sharp" 0\pt 3.6\pt -7.5\pt 7.5\pt + "2" "\sharpsharp" 0\pt 4.8\pt -2.5\pt 7.5\pt } "streepjes" = \table { diff --git a/tex/dimen.tex b/tex/dimen.tex index 6eae855c67..35b7e4df43 100644 --- a/tex/dimen.tex +++ b/tex/dimen.tex @@ -1,3 +1,6 @@ +% +% A tex file to help determine dims. +% \font\musicfont=musixsps \font\slurfont=xslu16 \def\thefont{\musicfont}