From 034e5471e302c81333be0d07db8ec71a32983d88 Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 26 Mar 2002 22:23:57 +0000 Subject: [PATCH] lilypond-1.1.61 --- Documentation/bibliography/engraving.bib | 15 +++- Documentation/ntweb/angels.ly | 109 +++++++++++++++++++++++ Documentation/ntweb/guile.patch | 78 ++++++++++++++++ aclocal.m4 | 2 + stepmake/aclocal.m4 | 2 + 5 files changed, 203 insertions(+), 3 deletions(-) create mode 100644 Documentation/ntweb/angels.ly create mode 100644 Documentation/ntweb/guile.patch diff --git a/Documentation/bibliography/engraving.bib b/Documentation/bibliography/engraving.bib index bfa65238d3..e423f0c1b0 100644 --- a/Documentation/bibliography/engraving.bib +++ b/Documentation/bibliography/engraving.bib @@ -50,8 +50,11 @@ @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 index 0000000000..0b2662a282 --- /dev/null +++ b/Documentation/ntweb/angels.ly @@ -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 index 0000000000..44debc8f40 --- /dev/null +++ b/Documentation/ntweb/guile.patch @@ -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 +- + #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); diff --git a/aclocal.m4 b/aclocal.m4 index a86a37f121..ace44c49b3 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -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 diff --git a/stepmake/aclocal.m4 b/stepmake/aclocal.m4 index caee78ed68..a86a37f121 100644 --- a/stepmake/aclocal.m4 +++ b/stepmake/aclocal.m4 @@ -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 -- 2.39.5