]> git.pld-linux.org Git - packages/lilypond.git/blob - lilypond-info.patch
f530f628275f6a56e1b4b5e2c48ac47f1bb02608
[packages/lilypond.git] / lilypond-info.patch
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 @@
70  bug reports will almost certainly not be resolved.
71  
72  @menu
73 -* Invoking midi2ly::            Importing MIDI.
74 -* Invoking musicxml2ly::        Importing MusicXML.
75 -* Invoking abc2ly::             Importing ABC.
76 -* Invoking etf2ly::             Importing Finale.
77 +* midi2ly::                     Importing MIDI
78 +* musicxml2ly::                 Importing MusicXML
79 +* abc2ly::                      Importing ABC
80 +* etf2ly::                      Importing Finale
81  * Other formats::
82  @end menu
83  
84  
85 -@node Invoking midi2ly
86 +@node midi2ly
87  @subsection Invoking @command{midi2ly}
88  
89  @cindex MIDI
90 @@ -516,7 +516,7 @@
91  to a single duration and add phrase markings or pedal indicators.
92  
93  
94 -@node Invoking musicxml2ly
95 +@node musicxml2ly
96  @subsection Invoking @code{musicxml2ly}
97  
98  @cindex MusicXML
99 @@ -631,7 +631,7 @@
100  @end table
101  
102  
103 -@node Invoking abc2ly
104 +@node abc2ly
105  @subsection Invoking @code{abc2ly}
106  
107  @warning{This is not currently supported and may eventually be removed
108 @@ -699,7 +699,7 @@
109  @command{abc2ly} ignores the ABC beaming.
110  
111  
112 -@node Invoking etf2ly
113 +@node etf2ly
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
144  @menu
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.061371 seconds and 2 git commands to generate.