]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.1.61
authorfred <fred>
Tue, 26 Mar 2002 22:23:57 +0000 (22:23 +0000)
committerfred <fred>
Tue, 26 Mar 2002 22:23:57 +0000 (22:23 +0000)
Documentation/bibliography/engraving.bib
Documentation/ntweb/angels.ly [new file with mode: 0644]
Documentation/ntweb/guile.patch [new file with mode: 0644]
aclocal.m4
stepmake/aclocal.m4

index bfa65238d343f7f5d1ce5cbf6c2e3ddc2a328463..e423f0c1b04066b128d2a1f56e3b6961db2cb652 100644 (file)
 
 
 @Book {read-notation,
-  note = {(Out of print) This is as close to the ``standard'' reference
-work for music notation issues as one is likely to get. MB},
+
+  note = {This is as close to the ``standard''
+  reference work for music notation issues as one is likely to get.
+  [Available at amazon]},
+
   title = {Music Notation: a Manual of Modern Practice},
   author = {Gardner Read},
   totalentry = {(2nd edition)},
@@ -70,7 +73,13 @@ work for music notation issues as one is likely to get. MB},
 
 
 @Book {wanske,
-  note = {I. A very thorough overview of engraving practices of various craftsmen. It includes detailed specs of characters, dimensions etc. II. a thorough overview of a anonymous (by now antiquated) automated system. EDV Means e(lektronischen) D(aten)v(erarbeitung), electronic data processing HWN},
+
+note = {I. A very thorough overview of engraving practices of various
+craftsmen. It includes detailed specs of characters, dimensions
+etc. II. a thorough overview of a anonymous (by now antiquated)
+automated system. EDV Means e(lektronischen) D(aten)v(erarbeitung),
+electronic data processing HWN.  Available at amazon.de},
+
   year =  {1988},
   title = {Musiknotation --- Von der Syntax des Notenstichs zum EDV-gesteuerten Notensatz},
   author = {Helene Wanske},
diff --git a/Documentation/ntweb/angels.ly b/Documentation/ntweb/angels.ly
new file mode 100644 (file)
index 0000000..0b2662a
--- /dev/null
@@ -0,0 +1,109 @@
+\header{
+filename =      "angles.ly";
+title =         "Angels We Have Heard on High";
+description =   "Christmas Carol.";
+
+composer =      "French Carol, 1854";
+enteredby =     "Jeffrey B. Reed";
+copyright =     "public domain";
+}
+
+global = \notes {
+       \time 2/2;
+       \keysignature  bes;
+       \tempo 2=60;
+}
+\version "1.1.52";
+% \include "score-paper.ly"
+
+flute1 = \notes \relative c'' {
+       \clef violin;
+       \property Staff.instrument = "flute"
+       
+       a'4 a a c   | 
+       c4. bes8 a2 |
+       a4 g a c    |
+
+       a4. g8 f2   |
+       a4 a a c    |
+       c4. bes8 a2 |
+
+       a4 g a c                |
+       a4. g8 f2               |
+       c'2( [ d8 c8 bes8  a8 ] |
+
+       bes2 [ c8 bes8 a8 g8 ]  |
+       a2 [ bes8 a8 g8 f8 ]    | 
+       )g4. c,8 c2             |
+
+       f4 g a bes     |
+       a2 g2          |
+       c2( [ d8 c8 bes8  a8 ] |
+
+       bes2 [ c8 bes8 a8 g8 ]  |
+       a2 [ bes8 a8 g8 f8 ]    | 
+       )g4. c,8 c2             |
+
+       f4 g a bes     |
+       a2( )g2        |
+       f1            \bar "|."; 
+}
+
+flute2 = \notes \relative c'' {
+       \clef violin;
+       \property Staff.instrument = "oboe"
+       
+       f4 f e e  | 
+       g4 e f2   |
+       f4 e f f  |
+
+       f4 e f2   |
+       f4 f e e  |
+       f4 g f2   |
+
+       f4 e f f  |
+       f4 e f2   |
+       f4 ( [a8 g8 ] f2( |
+
+       )f4 [g8 f8] e2(  |
+       )e4 [f8 e8] d2   |
+       )c4.c8 c2        |
+
+       c4 e f f  |
+       f2 e2     |
+       f4 ( [a8 g8 ] f2( |
+
+       )f4 [g8 f8] e2(  |
+       )e4 [f8 e8] d2   |
+       )c4.c8 c2        |
+
+       c4 e f f  |
+       f2( )e2   | 
+       c1 \bar "|.";
+}
+
+$flute1_staff = \context Staff = flute1_group <
+       \global
+       \flute1
+>
+
+$flute2_staff = \context Staff = flute2_group <
+       \global
+       \flute2
+>
+
+$flutes = \context StaffGroup <
+       \$flute1_staff
+       \$flute2_staff
+>
+       
+
+\score{
+        <
+                  \$flutes
+       >
+       \paper{}
+       \midi{ 
+               \tempo 2 = 60 ;
+       }
+}
diff --git a/Documentation/ntweb/guile.patch b/Documentation/ntweb/guile.patch
new file mode 100644 (file)
index 0000000..44debc8
--- /dev/null
@@ -0,0 +1,78 @@
+diff -urN ../guile-core/libguile/Makefile.am ./libguile/Makefile.am
+--- ../guile-core/libguile/Makefile.am Sat Oct 10 13:00:59 1998
++++ ./libguile/Makefile.am     Wed Oct 21 10:58:56 1998
+@@ -10,7 +10,7 @@
+ ETAGS_ARGS = --regex='/SCM_\(GLOBAL_\)?\(PROC\|PROC1\|SYMBOL\|VCELL\|CONST_LONG\).*\"\([^\"]\)*\"/\3/'
+ lib_LTLIBRARIES = libguile.la
+-bin_PROGRAMS = guile
++bin_PROGRAMS = guile.exe
+ guile_SOURCES = guile.c
+ guile_LDADD = libguile.la ${THREAD_LIBS_LOCAL}
+diff -urN ../guile-core/libguile/Makefile.in ./libguile/Makefile.in
+--- ../guile-core/libguile/Makefile.in Sat Oct 10 13:00:59 1998
++++ ./libguile/Makefile.in     Wed Oct 21 10:59:02 1998
+@@ -94,7 +94,7 @@
+ ETAGS_ARGS = --regex='/SCM_\(GLOBAL_\)?\(PROC\|PROC1\|SYMBOL\|VCELL\|CONST_LONG\).*\"\([^\"]\)*\"/\3/'
+ lib_LTLIBRARIES = libguile.la
+-bin_PROGRAMS = guile
++bin_PROGRAMS = guile.exe
+ guile_SOURCES = guile.c
+ guile_LDADD = libguile.la ${THREAD_LIBS_LOCAL}
+diff -urN ../guile-core/libguile/dynl-dl.c ./libguile/dynl-dl.c
+--- ../guile-core/libguile/dynl-dl.c   Mon Mar 30 23:03:30 1998
++++ ./libguile/dynl-dl.c       Wed Oct 21 09:41:55 1998
+@@ -45,8 +45,6 @@
+    Author: Aubrey Jaffer
+    Modified for libguile by Marius Vollmer */
+-#include <dlfcn.h>
+-
+ #ifdef RTLD_LAZY      /* Solaris 2. */
+ #  define DLOPEN_MODE RTLD_LAZY
+ #else
+diff -urN ../guile-core/libguile/filesys.c ./libguile/filesys.c
+--- ../guile-core/libguile/filesys.c   Fri Oct 09 20:51:15 1998
++++ ./libguile/filesys.c       Wed Oct 21 10:18:12 1998
+@@ -138,15 +138,19 @@
+         if (fdes == -1)
+           scm_syserror (s_chown);
+       }
++#if 0
+       SCM_SYSCALL (rv = fchown (fdes, SCM_INUM (owner), SCM_INUM (group)));
++#endif
+     }
+   else
+     {
+       SCM_ASSERT (SCM_NIMP (object) && SCM_ROSTRINGP (object),
+                 object, SCM_ARG1, s_chown);
+       SCM_COERCE_SUBSTR (object);
++#if 0
+       SCM_SYSCALL (rv = chown (SCM_ROCHARS (object),
+                              SCM_INUM (owner), SCM_INUM (group)));
++#endif
+     }
+   if (rv == -1)
+     scm_syserror (s_chown);
+@@ -557,14 +561,18 @@
+         if (fdes == -1)
+           scm_syserror (s_truncate_file);
+       }
++#if 0
+       SCM_SYSCALL (rv = ftruncate (fdes, csize));
++#endif
+     }
+   else
+     {
+       SCM_ASSERT (SCM_NIMP (object) && SCM_ROSTRINGP (object),
+                 object, SCM_ARG1, s_chown);
+       SCM_COERCE_SUBSTR (object);
++#if 0
+       SCM_SYSCALL (rv = truncate (SCM_ROCHARS (object), csize));
++#endif
+     }
+   if (rv == -1)
+     scm_syserror (s_truncate_file);
index a86a37f121a2a8efd65d378d56120cb9eeb6beb9..ace44c49b34390dcc91caaa3e417fed9cc4bb76b 100644 (file)
@@ -6,6 +6,8 @@ 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
 
index caee78ed689c2ec3ef1c521d12b1712ad6bc8c1c..a86a37f121a2a8efd65d378d56120cb9eeb6beb9 100644 (file)
@@ -4,6 +4,8 @@ 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