]> git.donarmstrong.com Git - lilypond.git/commitdiff
patch::: 1.2.14.jcn1
authorJan Nieuwenhuizen <janneke@gnu.org>
Sun, 17 Oct 1999 12:45:16 +0000 (14:45 +0200)
committerJan Nieuwenhuizen <janneke@gnu.org>
Sun, 17 Oct 1999 12:45:16 +0000 (14:45 +0200)
14.jcn1
- bf: don't fail on error in doco package
- doco package: noarch
- bf: standchen: mutopia prep

CHANGES
VERSION
make/lilypond.spec.in
mutopia/F.Schubert/standchen.ly

diff --git a/CHANGES b/CHANGES
index 2463a44bc16fd1f8f144c9fcf86648fdb46a1bbb..3c07949e2c686e7c6e65069f74fe04c85a875a24 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,8 @@
+14.jcn1
+       - bf: don't fail on error in doco package
+       - doco package: noarch
+       - bf: standchen: mutopia prep
+
 13.jcn2,3
        - mutopia/J.S.Bach/Petites-Preludes: bf's and mutopia preraration
        - separate documentation package
diff --git a/VERSION b/VERSION
index 03cfb773734e8bc2a0379d8b5b61ed3b29691ea8..273303e4f092b6a67a3085a2ba47c3aeb991255c 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -2,7 +2,7 @@ PACKAGE_NAME=LilyPond
 MAJOR_VERSION=1
 MINOR_VERSION=2
 PATCH_LEVEL=14
-MY_PATCH_LEVEL=
+MY_PATCH_LEVEL=jcn1
 
 # use the above to send patches: MY_PATCH_LEVEL is always empty for a
 # released version.
index 2733a9d9bcdd293218010a818df7c4e5511a3e83..30d2c850458c6357f5a56953cc4968539b1fde16 100644 (file)
@@ -17,6 +17,7 @@ Prereq: tetex
 %package documentation
 Summary: Prebuilt website containing all LilyPond documentation.
 Group: Applications/Publishing
+BuildArchitectures: noarch
 
 %description documentation
 @BLURB@
@@ -57,10 +58,10 @@ cp buildscripts/out/lilypond-login $RPM_BUILD_ROOT/etc/profile.d/lilypond.csh
 #%install documentation
 #line 63: second %install
 # again, make sure that main package installs even if doco fails
-mkdir -p htmldocs
-tar -C htmldocs -xzf out/htmldoc.tar.gz
+mkdir -p htmldocs/out
+tar -C htmldocs -xzf out/htmldoc.tar.gz || true
 mkdir -p out/examples/
-tar -cf - input/  | tar -C out/examples/ -xf-
+tar -cf - input/  | tar -C out/examples/ -xf- || true
 
 %post
 
index 51b3ba5798f0d5ec938a4ff277789e6748e27336..627d3cc47ac42b1a34b6373fffadff564fc603ba 100644 (file)
@@ -1,5 +1,14 @@
 \header{
 filename =      "standchen.ly";
+%
+% From the album:
+% Schubert-Lieder
+% Edition Schott No. 608
+% Without date, but makes mention of
+% ``Jubil"aums-Ausgabe zum 100. Todestage'' ie, 1928
+%
+% page 60
+%
 title    = "St\\\"andchen";
 subtitle = "(Serenade)\\\\``Leise flehen meine Lieder''";
 opus =  "D. 957 No. 4";
@@ -8,6 +17,22 @@ composer =     "Franz Schubert (1797-1828)";
 poet=   "Text by Ludwig Rellstab (1799-1860)";
 enteredby =     "JCN";
 copyright =     "public domain";
+
+  % mutopia headers.
+  mutopiatitle = "St\\\"andchen";
+  mutopiasubtitle = "(Serenade)\\\\``Leise flehen meine Lieder''";
+  mutopiacomposer = "Franz Schubert (1797-1828)";
+  mutopiapoet = "Ludwig Rellstab (1799-1860)";
+  mutopiaopus = "D. 957 No. 4";
+  mutopiainstrument = "Piano";
+  style = "Romantic";
+  copyright = "Public Domain";
+  tagline =    "\\\\This music is part of the Mutopia project, http://sca.uwater
+loo.ca/Mutopia/\\\\It has been typeset and placed in the public domain by Jan Nieuwenhuizen.\\\\Unrestricted modification and redistribution is permitted and enc
+ouraged - copy this music and share it!";
+  maintainer = "janneke@gnu.org";
+  lastupdated = "1999/Oct/17";
+
 } 
 
 %{