]> git.pld-linux.org Git - packages/lilypond.git/blame - lilypond-info.patch
- updated to 2.20.0
[packages/lilypond.git] / lilypond-info.patch
CommitLineData
d31b09e8
JB
1--- lilypond-2.20.0/Documentation/web.texi.orig 2020-03-01 15:00:51.000000000 +0100
2+++ lilypond-2.20.0/Documentation/web.texi 2020-06-28 12:32:17.343854102 +0200
3@@ -58,22 +58,22 @@
4
5 @c Info files are no longer installed in a subdirectory, images are
6 @c expected to be found in lilypond/ subdirectory.
7-@dircategory GNU LilyPond --- the music typesetter
8+@dircategory GNU LilyPond:
9 @direntry
10-* LilyPond Learning Manual: (lilypond-learning). Start here.
11-* Music Glossary: (music-glossary). For non-English users.
12-* LilyPond: (lilypond-notation). LilyPond Notation Reference.
13-* LilyPond Snippets: (lilypond-snippets). Short tricks, tips, and examples.
14-* LilyPond Internals Reference: (lilypond-internals). Definitions for tweaking.
15-* LilyPond Application Usage: (lilypond-usage). Installing and running applications.
16-* LilyPond Website: (lilypond-web). Preview of new website.
17-* lilypond: (lilypond-usage)Running lilypond. Invoking the LilyPond program.
18-* abc2ly: (lilypond-usage)Invoking abc2ly. Importing ABC.
19-* convert-ly: (lilypond-usage)Updating files with convert-ly. Older LilyPond versions.
20-* etf2ly: (lilypond-usage)Invoking etf2ly. Importing Finale.
21-* lilypond-book: (lilypond-usage)lilypond-book. Integrating text and music.
22-* midi2ly: (lilypond-usage)Invoking midi2ly. Importing MIDI.
23-* musicxml2ly: (lilypond-usage)Invoking musicxml2ly. Importing MusicXML.
24+* LilyPond Learning Manual: (lilypond-learning). Start here
25+* Music Glossary: (music-glossary). For non-English users
26+* LilyPond: (lilypond-notation). LilyPond Notation Reference
27+* LilyPond Snippets: (lilypond-snippets). Short tricks, tips, and examples
28+* LilyPond Internals Reference: (lilypond-internals). Definitions for tweaking
29+* LilyPond Application Usage: (lilypond-usage). Installing and running applications
30+* LilyPond Website: (lilypond-web). Preview of new website
31+* lilypond: (lilypond-usage)lilypond. Invoking the LilyPond program
32+* abc2ly: (lilypond-usage)abc2ly. Importing ABC
33+* convert-ly: (lilypond-usage)convert-ly. Older LilyPond versions
34+* etf2ly: (lilypond-usage)etf2ly. Importing Finale
35+* lilypond-book: (lilypond-usage)lilypond-book. Integrating text and music
36+* midi2ly: (lilypond-usage)midi2ly. Importing MIDI
37+* musicxml2ly: (lilypond-usage)musicxml2ly. Importing MusicXML
38 @end direntry
39
40
41--- lilypond-2.20.0/scm/documentation-lib.scm.orig 2020-03-01 15:00:51.000000000 +0100
42+++ lilypond-2.20.0/scm/documentation-lib.scm 2020-06-28 12:51:02.494425306 +0200
43@@ -137,10 +137,10 @@
44 "\\input texinfo @c -*-texinfo-*-"
45 "\n@setfilename " file-name ".info"
46 "\n@settitle " name
47- "\n@dircategory LilyPond"
48+ "\n@dircategory GNU LilyPond:"
49 "\n@direntry"
50 ;; prepend GNU for dir, must be unique
51- "\n* GNU " name ": (" file-name "). " name "."
52+ (string-pad-right (string-append "\n* GNU " name ": (" file-name ").") 57) name
53 "\n@end direntry\n"
54 "@documentlanguage en\n"
55 "@documentencoding UTF-8\n"))
56--- lilypond-2.20.0/Documentation/usage/running.itely.orig 2020-03-01 15:00:51.000000000 +0100
57+++ lilypond-2.20.0/Documentation/usage/running.itely 2020-06-28 21:12:32.931411423 +0200
58@@ -11,7 +11,7 @@
59 @c \version "2.17.6"
60
61
62-@node Running lilypond
63+@node lilypond
64 @chapter Running @command{lilypond}
65
66 This chapter details the technicalities of running LilyPond.
67--- lilypond-2.20.0/Documentation/usage/external.itely.orig 2020-03-01 15:00:51.000000000 +0100
68+++ lilypond-2.20.0/Documentation/usage/external.itely 2020-06-28 21:13:35.291073592 +0200
69@@ -423,15 +423,15 @@
07662556 70 bug reports will almost certainly not be resolved.
9079e26d 71
9079e26d 72 @menu
04517bc7 73-* Invoking midi2ly:: Importing MIDI.
07662556
TP
74-* Invoking musicxml2ly:: Importing MusicXML.
75-* Invoking abc2ly:: Importing ABC.
04517bc7 76-* Invoking etf2ly:: Importing Finale.
d31b09e8
JB
77+* midi2ly:: Importing MIDI
78+* musicxml2ly:: Importing MusicXML
79+* abc2ly:: Importing ABC
80+* etf2ly:: Importing Finale
81 * Other formats::
9079e26d
JB
82 @end menu
83
9079e26d 84
9079e26d
JB
85-@node Invoking midi2ly
86+@node midi2ly
d31b09e8 87 @subsection Invoking @command{midi2ly}
9079e26d
JB
88
89 @cindex MIDI
d31b09e8 90@@ -516,7 +516,7 @@
bf220b43 91 to a single duration and add phrase markings or pedal indicators.
9079e26d
JB
92
93
62125a6e
JB
94-@node Invoking musicxml2ly
95+@node musicxml2ly
d31b09e8 96 @subsection Invoking @code{musicxml2ly}
62125a6e 97
07662556 98 @cindex MusicXML
d31b09e8 99@@ -631,7 +631,7 @@
62125a6e 100 @end table
9079e26d 101
07662556 102
9079e26d
JB
103-@node Invoking abc2ly
104+@node abc2ly
d31b09e8 105 @subsection Invoking @code{abc2ly}
9079e26d 106
d31b09e8
JB
107 @warning{This is not currently supported and may eventually be removed
108@@ -699,7 +699,7 @@
07662556
TP
109 @command{abc2ly} ignores the ABC beaming.
110
111
112-@node Invoking etf2ly
113+@node etf2ly
d31b09e8
JB
114 @subsection Invoking @command{etf2ly}
115
116 @warning{This is not currently supported and may eventually be removed
117--- lilypond-2.20.0/Documentation/usage/updating.itely.orig 2020-03-01 15:00:51.000000000 +0100
118+++ lilypond-2.20.0/Documentation/usage/updating.itely 2020-06-28 21:16:13.556882859 +0200
119@@ -11,7 +11,7 @@
120 @c \version "2.16.0"
121
122
123-@node Updating files with convert-ly
124+@node convert-ly
125 @chapter Updating files with @command{convert-ly}
126
127 @cindex Updating a LilyPond file
128--- lilypond-2.20.0/Documentation/usage/suggestions.itely.orig 2020-03-01 15:00:51.000000000 +0100
129+++ lilypond-2.20.0/Documentation/usage/suggestions.itely 2020-06-29 11:27:27.823523150 +0200
130@@ -61,7 +61,7 @@
131 @strong{Always include a @code{\version} number in your input files} no
132 matter how small they are. This prevents having to remember which
133 version of LilyPond the file was created with and is especially relevant
134-when @ref{Updating files with convert-ly} command (which requires the
135+when @ref{convert-ly} command (which requires the
136 @code{\version} statement to be present); or if sending your input files
137 to other users (e.g. when asking for help on the mail lists). Note that
138 all of the LilyPond templates contain @code{\version} numbers.
139--- lilypond-2.20.0/Documentation/usage.tely.orig 2020-03-01 15:00:51.000000000 +0100
140+++ lilypond-2.20.0/Documentation/usage.tely 2020-06-29 11:28:03.389997136 +0200
141@@ -52,8 +52,8 @@
142 @c maybe add a "Tasks" or "Specific tasks" or something like
143 @c that, after Suggestions -gp
9079e26d 144 @menu
d31b09e8
JB
145-* Running lilypond:: Operation.
146-* Updating files with convert-ly:: Updating input files.
147+* lilypond:: Operation.
148+* convert-ly:: Updating input files.
149 * lilypond-book:: Integrating text and music.
150 * External programs:: Mixing LilyPond and other programs.
151 * Suggestions for writing files:: Best practices and effective bug-fixing.
This page took 0.08874 seconds and 4 git commands to generate.