From 8bbb069eaf351c7a324f1a96c48a43c51173e67e Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Tue, 16 Jan 2001 22:33:27 +0100 Subject: [PATCH] patch::: 1.3.122.jcn3 1.3.122.jcn3 ============ * Non-splitting makeinfo website fix. --- Generated by janneke@gnu.org, From = lilypond-1.3.122.jcn2, To = lilypond-1.3.122.jcn3 usage cd lilypond-source-dir; patch -E -p1 < lilypond-1.3.122.jcn3.diff Patches do not contain automatically generated files or (urg) empty directories, i.e., you should rerun autoconf, configure --- CHANGES | 12 +++++++++++- Documentation/user/GNUmakefile | 6 ++++++ VERSION | 2 +- input/bugs/ties.ly | 20 ++++++++++++++++++++ 4 files changed, 38 insertions(+), 2 deletions(-) create mode 100644 input/bugs/ties.ly diff --git a/CHANGES b/CHANGES index 155d52cdf7..4e1b423cc2 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,14 @@ ---- ../lilypond-1.3.122/CHANGES Tue Jan 9 20:00:34 2001 +--- ../lilypond-1.3.122.jcn2/CHANGES Wed Jan 10 18:35:53 2001 +++ b/CHANGES Tue Jan 16 22:33:27 2001 +@@ -1,3 +1,8 @@ +1.3.122.jcn3 +============ + +* Non-splitting makeinfo website fix. + + 1.3.122.jcn2 + ============ + --- ../lilypond-1.3.122/CHANGES Tue Jan 9 20:00:34 2001 ++ b/CHANGES Thu Jan 11 01:26:23 2001 @@ -1,3 +1,10 @@ 1.3.122.mb1 diff --git a/Documentation/user/GNUmakefile b/Documentation/user/GNUmakefile index 422e5bfc13..125ce6ff10 100644 --- a/Documentation/user/GNUmakefile +++ b/Documentation/user/GNUmakefile @@ -69,6 +69,12 @@ else DEEP_HTML_FILES = $(outdir)/lilypond.html $(outdir)/lilypond-internals.html +local-WWW: deep-symlinks + +deep-symlinks: + cd $(outdir) && rm -f lilypond && ln -s . lilypond + cd $(outdir) && rm -f lilypond-internals && ln -s . lilypond-internals + endif diff --git a/VERSION b/VERSION index c91dd2226d..65109eb340 100644 --- a/VERSION +++ b/VERSION @@ -2,7 +2,7 @@ PACKAGE_NAME=LilyPond MAJOR_VERSION=1 MINOR_VERSION=3 PATCH_LEVEL=122 -MY_PATCH_LEVEL=mb1 +MY_PATCH_LEVEL=jcn3 # use the above to send patches: MY_PATCH_LEVEL is always empty for a # released version. diff --git a/input/bugs/ties.ly b/input/bugs/ties.ly new file mode 100644 index 0000000000..96ad58757b --- /dev/null +++ b/input/bugs/ties.ly @@ -0,0 +1,20 @@ +\header { + texidoc="Positioning of last ties is incorrect; ties between 2-1 and 1-1 + durations differ. Direction is incorrect."; +} + +\score { + \context Staff < + \context Voice = a \notes\relative c'' { + \stemUp + r2 a2~a1~a + } + \context Voice = y \notes\relative c' { + \stemDown + r2 a2~a1~a + } + > + \paper { + linewidth = 100 * \staffspace; + } +} \ No newline at end of file -- 2.39.5