From f77fe7f32b30376b09acc57df0001a55530b9968 Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 26 Mar 2002 22:42:25 +0000 Subject: [PATCH] lilypond-1.3.0 --- Documentation/topdocs/index.tely | 22 ++++++++++--------- make/lilypond.spec.in | 5 +---- .../stepmake/yolily-toplevel-targets.make | 2 +- 3 files changed, 14 insertions(+), 15 deletions(-) diff --git a/Documentation/topdocs/index.tely b/Documentation/topdocs/index.tely index 973f35c707..6078fa1349 100644 --- a/Documentation/topdocs/index.tely +++ b/Documentation/topdocs/index.tely @@ -6,27 +6,29 @@ @top - @unnumbered LilyPond -- The @uref{http://www.fsf.org/gnu/gnu-history.html,GNU Project} Music Typesetter + +@html + +@end html + @c something breaks on 3.12 f -@c @center -@quotation -@mudela[fragment] - \relative c'' { \key es; r8 [c16 b] [c8 g] [as c16 b] [c8 d] | g,4 } -@end mudela -@end quotation -@c @end center -@c include BLURB? 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. -@c include screenshot +@c @center +@quotation +@mudela[fragment] + \relative c'' { \key es; r8 [c16 b] [c8 g] [as c16 b] [c8 d] | g,4 } +@end mudela +@end quotation +@c @end center @unnumberedsec Sheet music diff --git a/make/lilypond.spec.in b/make/lilypond.spec.in index 74c0e642e9..91c6e7ca02 100644 --- a/make/lilypond.spec.in +++ b/make/lilypond.spec.in @@ -22,10 +22,7 @@ Group: Applications/Publishing %description documentation @BLURB@ -The documentation package is rather big, due to the many pictures and -different documentation formats. It is really a rip-off from the -LilyPond website. If you have direct internet access, you may always -read the documentation documentation there: http://www.lilypond.org. +The documentation of LilyPond, both in HTML and PostScript. %prep %setup diff --git a/stepmake/stepmake/yolily-toplevel-targets.make b/stepmake/stepmake/yolily-toplevel-targets.make index 72612a2cfb..4de1e45739 100644 --- a/stepmake/stepmake/yolily-toplevel-targets.make +++ b/stepmake/stepmake/yolily-toplevel-targets.make @@ -18,7 +18,7 @@ htmldoc: rm -f `find . -name \*.html~ -print` $(footify-all-command) find `find Documentation -type d -name 'out-www'` -not -name '*dvi' -not -name '*ly' -not -name '*tex' -not -name '*.ps' -not -name 'out-www' > wwwlist - tar cfz $(outdir)/htmldoc.tar.gz `cat wwwlist` `ls *.png out-www/$(distname).diff.gz $(ERRORLOG)` index.html + tar cfz $(outdir)/htmldoc.tar.gz `cat wwwlist` `ls *.png $(ERRORLOG)` index.html localclean: rm -f wwwlist -- 2.39.5