From 8c23e26264d0210a2ab8e65fa1f88cf977fc8047 Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 26 Mar 2002 23:10:38 +0000 Subject: [PATCH] lilypond-1.3.43 --- CHANGES | 42 +++++++ Documentation/ntweb/angels.ly | 218 ++++++++++++++++----------------- Documentation/ntweb/index.texi | 60 ++++++--- VERSION | 2 +- 4 files changed, 197 insertions(+), 125 deletions(-) diff --git a/CHANGES b/CHANGES index 32c8738711..eabea191bf 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,45 @@ +1.3.43 +====== + +1.3.42.jcn3 +=========== + +* Made a quick try at piano pedal performer, damper pedal only. + +* mf/feta-accordion.mf: Fixed strange turning paths. + +* mf/feta-beugel.mf: Fixed infinity errors. + +* Use a more discriptive name for windows setup.zip. + +* mf/GNUmakefile: Have logs as last target, so that normally, they're +not made twice. + +* stepmake/stepmake/metafont-rules.make: Don't remove the .log files. +The logs are a target, removing them retriggers make. + +* stepmake/stepmake/metapost-rules.make: Remove the correct log and tfm +files, ie the ones that clutter the source directory, not the target logs. + +* Windows distribution: faked symlink for cmtfm. Setup.zip should now be +standalone; ie, no need for Cygnus' usertools anymore. + +1.3.42.jbr1 +=========== + +* Documentation/ntweb: Updated angels.ly to match current syntax. +Also updated index.texi. + +1.3.42.uu1 +========== + +* Change all occurances of Staff_margin_engraver to +Instrument_name_engraver, add a convert-mudela rule + +* Change status == busy assert into programming a error + +1.3.42 +====== 1.3.41.jcn3 =========== 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 11e6788b01..5cad32c1ab 100644 --- a/VERSION +++ b/VERSION @@ -1,7 +1,7 @@ PACKAGE_NAME=LilyPond MAJOR_VERSION=1 MINOR_VERSION=3 -PATCH_LEVEL=42 +PATCH_LEVEL=43 MY_PATCH_LEVEL= # use the above to send patches: MY_PATCH_LEVEL is always empty for a -- 2.39.5