]> git.donarmstrong.com Git - lilypond.git/commitdiff
patch::: 1.1.18.jcn1: koel
authorJan Nieuwenhuizen <janneke@gnu.org>
Mon, 4 Jan 1999 20:13:22 +0000 (21:13 +0100)
committerJan Nieuwenhuizen <janneke@gnu.org>
Mon, 4 Jan 1999 20:13:22 +0000 (21:13 +0100)
pl 18.jcn1
- stepmake update
- small fixes: spacing.ly, wtk1-fugue2-ly, violino-viola duet.

14 files changed:
NEWS
TODO
VERSION
aclocal.m4
input/test/spacing.ly
mutopia/J.S.Bach/viola-i.ly
mutopia/J.S.Bach/violino-i.ly
mutopia/J.S.Bach/violino-viola.ly
mutopia/J.S.Bach/violino-violoncello.ly
mutopia/J.S.Bach/violoncello-i.ly
mutopia/J.S.Bach/wtk1-fugue2.ly
stepmake/NEWS
stepmake/VERSION
stepmake/aclocal.m4

diff --git a/NEWS b/NEWS
index 6b8d0fb1192cac302bd103eafa14b0ec2fee95fd..fff63751722f4d93a6196abb2e4d54bf3cbbc6c8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+pl 18.jcn1
+       - stepmake update
+       - small fixes: spacing.ly, wtk1-fugue2-ly, violino-viola duet.
+
 pl 17.jbr2
         - Documentation/README-W32: Brought my stuff up to date
         - Documentation/ntweb: updated for realease
diff --git a/TODO b/TODO
index 59f23ce0ca72ada7509cda356797a0735fba33d7..cbde6686c0ead00014590fca26212e9a2cd6b9bf 100644 (file)
--- a/TODO
+++ b/TODO
@@ -7,6 +7,8 @@ done, or is an idea that I want to think about
 Most of the items are marked in the code as well, with full explanation. 
 grep for TODO and ugh/ugr/urg
 
+       * input/test/extender.ly dumps core
+
        * scm-ify \property values.
 
        * move class Lookup {} into scm
diff --git a/VERSION b/VERSION
index c3e453065e2b29cf6f4d1b9db4fd5556c3dabbb0..113d0ef7485b913a5fd0f73101d85ebeb6ea5e4a 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -2,7 +2,7 @@ PACKAGE_NAME=LilyPond
 MAJOR_VERSION=1
 MINOR_VERSION=1
 PATCH_LEVEL=18
-MY_PATCH_LEVEL=
+MY_PATCH_LEVEL=jcn1
 
 # use the above to send patches: MY_PATCH_LEVEL is always empty for a
 # released version.
index 9928822b00c2ee6c5c38ec59c705f51863d5cbcf..ba07a79c23aabb25aa84fa81f33fe7f0bc7fdf01 100644 (file)
@@ -1,9 +1,5 @@
 dnl WARNING WARNING WARNING WARNING
 dnl do not edit! this is aclocal.m4, generated from stepmake/aclocal.m4
-dnl WARNING WARNING WARNING WARNING
-dnl do not edit! this is aclocal.m4, generated from stepmake/aclocal.m4
-dnl WARNING WARNING WARNING WARNING
-dnl do not edit! this is aclocal.m4, generated from stepmake/aclocal.m4
 dnl aclocal.m4   -*-shell-script-*-
 dnl StepMake subroutines for configure.in
 
@@ -83,7 +79,9 @@ AC_DEFUN(AC_STEPMAKE_COMPILE, [
     LD='$(CC)'
     AC_SUBST(LD)
 
+    CFLAGS="$CFLAGS $OPTIMIZE"
     CPPFLAGS=${CPPFLAGS:-""}
+    AC_SUBST(CFLAGS)
     AC_SUBST(CPPFLAGS)
     AC_SUBST(LDFLAGS)
     AC_SUBST(ICFLAGS)
@@ -148,6 +146,7 @@ AC_DEFUN(AC_STEPMAKE_END, [
 
 AC_DEFUN(AC_STEPMAKE_GXX, [
     # ugh autoconf
+    # urg, egcs: how to check for egcs >= 1.1?
     changequote(<<, >>)dnl
     if $CXX --version | grep '2\.8' > /dev/null ||
        $CXX --version | grep 'egcs' > /dev/null
@@ -155,7 +154,7 @@ AC_DEFUN(AC_STEPMAKE_GXX, [
     then
            true
     else
-           AC_STEPMAKE_WARN(can\'t find g++ 2.8 or egcs)
+           AC_STEPMAKE_WARN(can\'t find g++ 2.8 or egcs 1.1)
     fi
 ])
 
index 13fe18350f4429be46fd13955f2236ee60b0d13c..fbe02806b1387fdb5ce439dc058cee39dd1d4676 100644 (file)
@@ -8,42 +8,67 @@ TestedFeatures =       "This file tests various spacings";
 
 \version "1.0.14";
 
-multipart = \notes{ 
+multipart = \notes \relative c'
     \type StaffGroup < 
-                { 
+                \type Staff = one 
                    c4
                    c 
                    c c 
                 }
-                { 
+                \type Staff = two 
                    [c8 c] 
                    [c c] 
                    [c c] [c c] 
                 }
-                { 
-                   \times 2/3 { [ c8 c c] } 
-                   \times 2/3 { [ c c c] } 
-                   \times 2/3 { [c c c] } \times 2/3 { [c c c] } 
+                \type Staff = three 
+                   \times 2/3 { [c8 c c] } 
+                   \times 2/3 { [ c c] } 
+                   \times 2/3 { [c  c c] } \times 2/3 { [c c c] } 
                 }
-                { 
-                   \times 2/4 { [ c8 c c c] }
-                   \times 2/4 { [ c c c c] } 
-                   \times 2/4 { [c c c c] } \times 2/4 { [c c c c] } 
+                \type Staff = four 
+                   \times 2/4 { [c8 c c c] }
+                   \times 2/4 { [ c c c] } 
+                   \times 2/4 { [c  c c c] } \times 2/4 { [c c c c] } 
                 }
-                { 
-                   \times 2/5 { [ c8 c c c c] } 
-                   \times 2/5 { [ c c c c c] } 
-                   \times 2/5 { [c c c c c] } \times 2/5 { [c c c c c] } 
-                }
-                { 
+                \type Staff = five 
+                   \times 2/5 { [c8 c c c c] } 
+                   \times 2/5 { [ c c c c] } 
+                   \times 2/5 { [c  c c c c] } \times 2/5 { [c c c c c] } 
+               }
+                \type Staff = six 
                    \times 2/6 { [c8 c c c c c] } 
                    \times 2/6 { [c  c c c c c] } 
-                   \times 2/6 { [c c c c c c] } \times 2/6 { [c c c c c c] } 
+                   \times 2/6 { [c  c c c c c] } \times 2/6 { [c c c c c c] } 
                 }
-                { 
+                \type Staff = seven 
                    \times 2/7 { [c8 c c c c c c] } 
-                   \times 2/7 { [c c  c c c c c] } 
-                   \times 2/7 { [c c c c c c c] } \times 2/7 { [c c c c c c c] } 
+                   \times 2/7 { [c  c c c c c c] } 
+                   \times 2/7 { [c  c c c c c c] } 
+                  \times 2/7 { [c  c c c c c c] } 
+                }
+                \type Staff = eight { 
+                   \times 2/8 { [c8 c c c c c c c] } 
+                   \times 2/8 { [c  c c c c c c c] } 
+                   \times 2/8 { [c  c c c c c c c] } 
+                  \times 2/8 { [c  c c c c c c c] } 
+               }
+                \type Staff = nine { 
+                   \times 2/9 { [c8 c c c c c c c c] } 
+                   \times 2/9 { [c  c c c c c c c c] } 
+                   \times 2/9 { [c  c c c c c c c c] } 
+                  \times 2/9 { [c  c c c c c c c c] } 
+               }
+                \type Staff = ten { 
+                   \times 2/10 { [c8 c c c c c c c c c] } 
+                   \times 2/10 { [c  c c c c c c c c c] } 
+                   \times 2/10 { [c  c c c c c c c c c] } 
+                  \times 2/10 { [c  c c c c c c c c c] } 
+               }
+                \type Staff = eleven { 
+                   \times 2/11 { [c8 c c c c c c c c c c] } 
+                   \times 2/11 { [c  c c c c c c c c c c] } 
+                   \times 2/11 { [c  c c c c c c c c c c] } 
+                  \times 2/11 { [c  c c c c c c c c c c] } 
                 }
             >
        }
index 52ec6b8cbf1ffcf26952791f63bb65a19527898a..e36eb7a01b9efc36039bfe4a9d23793436075a00 100644 (file)
@@ -1,8 +1,7 @@
-\header {
 \header{
 filename =      "viola-i.ly";
 title =                 "Vier Duette";
-description =   "For duets for Violino and Violoncello (Viola)";
+description =   "Four duets for Violino and Violoncello (Viola)";
 opus =           "BWV";
 composer =      "Johann Sebastian Bach (1685-1750)";
 enteredby =     "jcn";
index a29cb50867536a143522e784107e954deed97e9a..094805df0f39daa1d4d740b9433f384a36a1d83d 100644 (file)
@@ -1,7 +1,7 @@
 \header{
 filename =      "violino-i.ly";
 title =                 "Vier Duette";
-description =   "For duets for Violino and Violoncello (Viola)";
+description =   "Four duets for Violino and Violoncello (Viola)";
 opus =           "BWV";
 composer =      "Johann Sebastian Bach (1685-1750)";
 enteredby =     "jcn";
index 18e360cfd94687daedda2ca14d8640d7f9f3720c..c6cb61238f2d59399414bcfd0f91e314ce51a760 100644 (file)
@@ -1,7 +1,7 @@
 \header{
 filename =      "violino-viola.ly";
 title =                 "Vier Duette";
-description =   "For duets for Violino and Violoncello (Viola)";
+description =   "Four duets for Violino and Violoncello (Viola)";
 opus =           "BWV";
 composer =      "Johann Sebastian Bach (1685-1750)";
 enteredby =     "jcn";
index da628ae629d8087fce29cf47b1a35c5b6d9bdb20..0f8791a743e3ef98e603e55478045234bfeb59b0 100644 (file)
@@ -1,7 +1,7 @@
 \header{
 filename =      "violino-violoncello.ly";
 title =                 "Vier Duette";
-description =   "For duets for Violino and Violoncello (Viola)";
+description =   "Four duets for Violino and Violoncello (Viola)";
 opus =           "BWV";
 composer =      "Johann Sebastian Bach (1685-1750)";
 enteredby =     "jcn";
index 323a4daaa4586a2227db95ddefb2e3a9345f0fea..d0c82d60a55e9251a3e61669246639117ea4bf6b 100644 (file)
@@ -1,7 +1,7 @@
 \header{
 filename =      "violoncello.ly";
 title =                 "Vier Duette";
-description =   "For duets for Violino and Violoncello (Viola)";
+description =   "Four duets for Violino and Violoncello (Viola)";
 opus =           "BWV";
 composer =      "Johann Sebastian Bach (1685-1750)";
 enteredby =     "jcn";
index 3c31452ff7e81a8a30b4f65555a08543e9e84869..25cc1598c3e3826fa43989dc99c193a4e5a365bf 100644 (file)
@@ -179,7 +179,9 @@ bassdux = \notes \relative c' {
   \paper {
     gourlay_maxmeasures =5.;
 %    castingalgorithm = \Wordwrap;
-
+    % current default for 16pt -> three pages
+    % arithmetic_multiplier = 4.8\pt;
+    arithmetic_multiplier = 4.4\pt;
   }
 
   \midi {
index c12e5bdba6056585d5a838c28da16bc81d694c00..514a33a8accfa7b79c26925c817e6e2b91a9b8a6 100644 (file)
@@ -1,3 +1,9 @@
+pl 64
+       - gcc-2.8/egcs
+
+pl 63
+       - CFLAGS from yodl debian patch
+
 pl 62
        - fixed dist from subdirs
        - junked stepmake/aclocal.m4 (again?)
index 1094635f8c512a1657c78b929d53cb22e097e87c..8195e1a7ded3cdab1010cf6be64234f7e6e00e67 100644 (file)
@@ -1,7 +1,7 @@
 PACKAGE_NAME=StepMake
 MAJOR_VERSION=0
 MINOR_VERSION=1
-PATCH_LEVEL=62
+PATCH_LEVEL=64
 MY_PATCH_LEVEL=
 
 # use the above to send patches, always empty for released version:
index a828ed9907877aaa257ca888eae9ddf5488204b2..db2f2d517381b33fd7c7448ad21cb085456a9312 100644 (file)
@@ -1,7 +1,3 @@
-dnl WARNING WARNING WARNING WARNING
-dnl do not edit! this is aclocal.m4, generated from stepmake/aclocal.m4
-dnl WARNING WARNING WARNING WARNING
-dnl do not edit! this is aclocal.m4, generated from stepmake/aclocal.m4
 dnl aclocal.m4   -*-shell-script-*-
 dnl StepMake subroutines for configure.in
 
@@ -81,7 +77,9 @@ AC_DEFUN(AC_STEPMAKE_COMPILE, [
     LD='$(CC)'
     AC_SUBST(LD)
 
+    CFLAGS="$CFLAGS $OPTIMIZE"
     CPPFLAGS=${CPPFLAGS:-""}
+    AC_SUBST(CFLAGS)
     AC_SUBST(CPPFLAGS)
     AC_SUBST(LDFLAGS)
     AC_SUBST(ICFLAGS)
@@ -146,6 +144,7 @@ AC_DEFUN(AC_STEPMAKE_END, [
 
 AC_DEFUN(AC_STEPMAKE_GXX, [
     # ugh autoconf
+    # urg, egcs: how to check for egcs >= 1.1?
     changequote(<<, >>)dnl
     if $CXX --version | grep '2\.8' > /dev/null ||
        $CXX --version | grep 'egcs' > /dev/null
@@ -153,7 +152,7 @@ AC_DEFUN(AC_STEPMAKE_GXX, [
     then
            true
     else
-           AC_STEPMAKE_WARN(can\'t find g++ 2.8 or egcs)
+           AC_STEPMAKE_WARN(can\'t find g++ 2.8 or egcs 1.1)
     fi
 ])