]> git.donarmstrong.com Git - lilypond.git/commitdiff
patch::: 1.3.122.jcn3
authorJan Nieuwenhuizen <janneke@gnu.org>
Tue, 16 Jan 2001 21:33:27 +0000 (22:33 +0100)
committerJan Nieuwenhuizen <janneke@gnu.org>
Tue, 16 Jan 2001 21:33:27 +0000 (22:33 +0100)
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
Documentation/user/GNUmakefile
VERSION
input/bugs/ties.ly [new file with mode: 0644]

diff --git a/CHANGES b/CHANGES
index 155d52cdf72090159e73f76f15c21c9d2bc57a40..4e1b423cc2f5e5c0d4619803b2ea55b9fcba3860 100644 (file)
--- 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
index 422e5bfc13a52144d2d60b0f35dd4cb47530b536..125ce6ff10a2d02cb2afd65eb60b91c40c698898 100644 (file)
@@ -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 c91dd2226d66f19e4a9a05b35b3a54716ba54b05..65109eb3405c293a8dc83e4d100ca480e561562e 100644 (file)
--- 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 (file)
index 0000000..96ad587
--- /dev/null
@@ -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