From d7d5730deb54f01897c08044b37fdb213a2c5fef Mon Sep 17 00:00:00 2001 From: "Jeffrey B. Reed" Date: Sun, 9 Apr 2000 10:06:47 +0200 Subject: [PATCH] patch::: 1.3.42.jbr1 1.3.42.jbr1 =========== --- Generated by daboys@austin.rr.com, From = lilypond-1.3.42, To = lilypond-1.3.42.jbr1 usage cd lilypond-source-dir; patch -E -p1 < lilypond-1.3.42.jbr1.diff Patches do not contain automatically generated files or (urg) empty directories, i.e., you should rerun autoconf, configure --- CHANGES | 12 +- Documentation/ntweb/angels.ly | 218 ++++++++++++++++----------------- Documentation/ntweb/index.texi | 60 ++++++--- VERSION | 2 +- 4 files changed, 166 insertions(+), 126 deletions(-) diff --git a/CHANGES b/CHANGES index 5d3e8fa2ff..c0dc965600 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,14 @@ -1.3.42.jcn2 +--- ../lilypond-1.3.42/CHANGES Mon Apr 03 03:19:38 2000 +++ b/CHANGES Sun Apr 09 10:06:47 2000 +@@ -1,4 +1,8 @@ +1.3.42.jbr1 +=========== + +* Documentation/ntweb: Updated angels.ly to match current syntax. Also updated + index.texi. + 1.3.41.jcn3 + =========== + 1.3.42.jcn2 =========== * mf/feta-accordion.mf: Fixed strange turning paths. diff --git a/Documentation/ntweb/angels.ly b/Documentation/ntweb/angels.ly index 80e068658e..2ea62654ff 100644 --- a/Documentation/ntweb/angels.ly +++ b/Documentation/ntweb/angels.ly @@ -1,109 +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.3.4"; -% \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 ; - } -} +\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; + \key f \major; + \tempo 2=60; + \clef treble; +} + +\version "1.3.41"; +% \include "paper16.ly" + +flute1 = \notes \relative c'' \context Voice = flute { + \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'' \context Voice = flute { + \property Staff.instrument = "flute" + + 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 | +} + +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/index.texi b/Documentation/ntweb/index.texi index fe49a8642a..6266ce868e 100644 --- a/Documentation/ntweb/index.texi +++ b/Documentation/ntweb/index.texi @@ -2,11 +2,26 @@ @setfilename index.info @settitle LilyPond Windows NT 4-0/95 Distribution -@chapter LilyPond Windows NT 4.0/95 Distribution +@node Top, Introduction, (dir), (dir) +@comment node-name, next, previous, up +@top LilyPond Windows NT 4.0/95 Distribution + +@menu +* Introduction:: +* News:: +* Bugs:: +* Required Packages:: +* Download:: +* Installation:: +* Running LilyPond:: +* LilyPond Resources:: +@end menu This page documents the NT port of LilyPond. It reflects the latest version of lilypond that was ported. +@node Introduction, News, Top, Top +@comment node-name, next, previous, up @section Introduction This page is dedicated to the distribution of precompiled and @@ -19,20 +34,20 @@ Homepage}. A full set of in various formats is also available. - LilyPond is a music typesetter. It produces beautiful sheet music +LilyPond is a music typesetter. It produces beautiful sheet music using a high level description file as input. LilyPond is part of the GNU Project. +@node News, Bugs, Introduction, Top +@comment node-name, next, previous, up @section News @table @samp @item BUG FIXES @itemize @bullet @item - After a long absence and many enhancements and bug - fixes by the LilyPond team, that are too numerous to list, the - Windows NT 4.0/95 precompiled preformatted release 1.3.39 is - available. + The Windows NT 4.0/95 precompiled preformatted release 1.3.42 is + available. @end itemize @end table @@ -99,6 +114,8 @@ found to be operational. If you have any troubles and or comments please do not hesitate to drop me a line @uref{mailto:daboys@@austin.rr.com,Jeffrey B. Reed}. +@node Bugs, Required Packages, News, Top +@comment node-name, next, previous, up @section Bugs @itemize @bullet @@ -110,6 +127,8 @@ please do not hesitate to drop me a line foo.tex". @end itemize +@node Required Packages, Download, Bugs, Top +@comment node-name, next, previous, up @section Required Packages LilyPond uses the @code{TeX} package as its rendering engine. @code{TeX} @@ -137,6 +156,8 @@ LilyPond. Version 5.10 is known to work. @end itemize +@node Download, Installation, Required Packages, Top +@comment node-name, next, previous, up @section Download @itemize @bullet @@ -145,15 +166,17 @@ LilyPond. @item Windows NT 4.0 @uref{lilypond-TOPLEVEL_VERSION-nt.exe,lilypond-TOPLEVEL_VERSION-nt} @item Windows 95 (Latest Stable Release) - @uref{lilypond-1.2.0-95.exe,lilypond-1.2.0-95} + @uref{lilypond-1.2.0.jbr1-95.exe,lilypond-1.2.0-95} @item Windows NT 4.0 (Latest Stable Release) - @uref{lilypond-1.2.0-nt.exe,lilypond-1.2.0-nt} + @uref{lilypond-1.2.0-nt.jbr1.exe,lilypond-1.2.0-nt} @end itemize +@node Installation, Running LilyPond, Download, Top +@comment node-name, next, previous, up @section Installation @itemize @bullet - the distribution. + @item Download the distribution. See @ref{Download}. @item run downloaded executable. @item The first installation of LilyPond also requires these additional steps: @@ -185,18 +208,24 @@ LilyPond. instructions below @end itemize +@node Running LilyPond, LilyPond Resources, Installation, Top +@comment node-name, next, previous, up @section Running LilyPond @itemize @bullet @item Take a look at @uref{angels.ly,angels.ly} @item Save angels.ly to your local disk @item Select the @strong{lilyshell} shortcut from the @emph{Lilypond} group - @item From a LilyPond Command Prompt run: - @strong{ly2dvi angels.ly} - @strong{dvips angels.dvi} - @strong{start angels.ps} + @item From a LilyPond Command Prompt run: @* + @example + % @strong{ly2dvi angels.ly} + % @strong{dvips angels.dvi} + % @strong{start angels.ps} + @end example @end itemize +@node LilyPond Resources, , Running LilyPond, Top +@comment node-name, next, previous, up @section LilyPond Resources @itemize @bullet @@ -209,7 +238,8 @@ LilyPond. @item Please feel free to mail us at @uref{mailto:gnu-music-discuss@@gnu.org,gnu-music-discuss} @end itemize - - +@html + +@end html @bye diff --git a/VERSION b/VERSION index 2f9e5ccf9e..abd178b375 100644 --- a/VERSION +++ b/VERSION @@ -2,7 +2,7 @@ PACKAGE_NAME=LilyPond MAJOR_VERSION=1 MINOR_VERSION=3 PATCH_LEVEL=42 -MY_PATCH_LEVEL=jcn2 +MY_PATCH_LEVEL=jbr1 # use the above to send patches: MY_PATCH_LEVEL is always empty for a # released version. -- 2.39.5