Skip to content

Commit 4de166b

Browse files
msp0jmander
authored andcommitted
Typos: Lilypond -> LilyPond, explicite -> explicit, fix docstring
1 parent cc828ca commit 4de166b

22 files changed

+24
-23
lines changed

Documentation/es/user/lilypond-book.itely

+1-1
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ salida de LilyPond.
318318
En @LaTeX{}, defina @code{\betweenLilyPondSystem} de tal forma que la
319319
la inclusión de otros sistemas se dé por terminada una vez que se ha
320320
alcanzado el número deseado de sistemas requeridos. Puesto que
321-
@code{\betweenLilypondSystem} se llama en primer lugar @emph{después}
321+
@code{\betweenLilyPondSystem} se llama en primer lugar @emph{después}
322322
del primer sistema, incluir solamente el primer sistema es algo
323323
trivial.
324324

Documentation/ja/user/lilypond-book.itely

+1-1
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ output.
317317

318318
In @LaTeX{}, define @code{\betweenLilyPondSystem} in such a way that
319319
inclusion of other systems is terminated once the required number of
320-
systems are included. Since @code{\betweenLilypondSystem} is first
320+
systems are included. Since @code{\betweenLilyPondSystem} is first
321321
called @emph{after} the first system, including only the first system
322322
is trivial.
323323

Documentation/user/ancient.itely

+1-1
Original file line numberDiff line numberDiff line change
@@ -1492,7 +1492,7 @@ shows the code fragment that produces this ligature, using
14921492
@tab
14931493
@b{Output}
14941494
@tab
1495-
@b{Lilypond@*
1495+
@b{LilyPond@*
14961496
code}
14971497

14981498
@c TODO: \layout block is identical in all of the below examples.

Documentation/user/lilypond-book.itely

+1-1
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ output.
306306

307307
In @LaTeX{}, define @code{\betweenLilyPondSystem} in such a way that
308308
inclusion of other systems is terminated once the required number of
309-
systems are included. Since @code{\betweenLilypondSystem} is first
309+
systems are included. Since @code{\betweenLilyPondSystem} is first
310310
called @emph{after} the first system, including only the first system
311311
is trivial.
312312

Documentation/user/lilypond.tely

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ of this and other documentation.
157157
* Specialist notation:: Notation which is only used for
158158
specific purposes.
159159
* General input and output:: General information about
160-
lilypond input and output.
160+
LilyPond input and output.
161161
* Spacing issues:: Display of output on paper.
162162
* Changing defaults:: Tuning output.
163163
* Interfaces for programmers:: Expert usage.

Documentation/user/rhythms.itely

+1-1
Original file line numberDiff line numberDiff line change
@@ -2644,7 +2644,7 @@ set directions. Hence, when introducing layout tweaks to
26442644
override the special settings, they should be placed inside
26452645
the grace expression. The overrides should also be reverted
26462646
inside the grace expression. Here, the grace note's default stem
2647-
direction is overriden and then reverted.
2647+
direction is overridden and then reverted.
26482648

26492649
@lilypond[quote,verbatim,relative=2]
26502650
\new Voice {

Documentation/user/text.itely

+1-1
Original file line numberDiff line numberDiff line change
@@ -958,7 +958,7 @@ include external image files converted to the
958958
Encapsulated PostScript format (@emph{eps}), or
959959
to directly embed graphics into the input file,
960960
using native PostScript code. In such a case, it
961-
may be useful to explicitely specify the size of the
961+
may be useful to explicitly specify the size of the
962962
drawing, as demonstrated below:
963963

964964
@lilypond[quote,verbatim,relative=1]

Documentation/user/tweaks.itely

+1-1
Original file line numberDiff line numberDiff line change
@@ -1808,7 +1808,7 @@ notes of a chord, as shown:
18081808
@end lilypond
18091809

18101810
@noindent
1811-
but this may be overriden to manually force all or any of the
1811+
but this may be overridden to manually force all or any of the
18121812
individual fingering numbers above or below:
18131813

18141814
@cindex fingering example

Documentation/user/vocal.itely

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ issue to consider when working with vocal music:
161161
song texts must be interpreted as text, not notes. For example, the
162162
input@tie{}@code{d} should be interpreted as a one letter syllable,
163163
not the note@tie{}D.
164-
Therefore, a special lyric mode has to be used, either explicitely
164+
Therefore, a special lyric mode has to be used, either explicitly
165165
or using some abbreviated methods.
166166

167167
Lyrics are entered in a special input mode, which can be introduced

elisp/lilypond-mode.el

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"File prefix for commands on buffer or region.")
3333

3434
(defvar LilyPond-master-file nil
35-
"Master file that Lilypond will be run on.")
35+
"Master file that LilyPond will be run on.")
3636

3737
;; FIXME: find ``\score'' in buffers / make settable?
3838
(defun LilyPond-get-master-file ()
@@ -756,7 +756,7 @@ command."
756756
(define-key LilyPond-mode-map "\C-cb" 'LilyPond-what-beat)
757757
(define-key LilyPond-mode-map "\C-cf" 'font-lock-fontify-buffer)
758758
(define-key LilyPond-mode-map "\C-ci" 'LilyPond-insert-tag-current)
759-
;; the following will should be overriden by Lilypond Quick Insert Mode
759+
;; the following will should be overridden by LilyPond Quick Insert Mode
760760
(define-key LilyPond-mode-map "\C-cq" 'LilyPond-quick-insert-mode)
761761
(define-key LilyPond-mode-map "\C-c;" 'LilyPond-comment-region)
762762
(define-key LilyPond-mode-map ")" 'LilyPond-electric-close-paren)

flower/include/international.hh

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
/**
1717
Internationalisation: _i ("to be translated") gets an entry in the POT file
18-
gettext () must be invoked explicitely to do the actual "translation".
18+
gettext () must be invoked explicitly to do the actual "translation".
1919
See flower/getopt-long.cc.
2020
*/
2121
#define _i(sz) sz

flower/include/interval.hh

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
/* A T interval. This represents the closed interval [left,right].
1616
No invariants. T must be a totally ordered ring (with division, anyway ..)
17-
At instantiation, the function infinity () has to be defined explicitely. */
17+
At instantiation, the function infinity () has to be defined explicitly. */
1818
template<class T>
1919
struct Interval_t : public Drul_array<T>
2020
{

input/manual/unfretted-headword.ly

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
%% Here by, I, the composer, agree that this extract of my composition
1818
%% be in the public domain and can be part of, used and presented in
19-
%% the Lilypond Documention Project.
19+
%% the LilyPond Documention Project.
2020

2121
%% Statement Date: Octber the 9th, 2008
2222

lily/main.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ static Getopt_long *option_parser = 0;
128128

129129
/* Internationalisation kludge in two steps:
130130
* use _i () to get entry in POT file
131-
* call gettext () explicitely for actual "translation" */
131+
* call gettext () explicitly for actual "translation" */
132132

133133
static Long_option_init options_static[]
134134
= {

lily/paper-column.cc

+1
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,7 @@ ADD_INTERFACE (Paper_column,
348348
" non-musical, to which musical and non-musical objects are"
349349
" attached respectively. The spacing engine determines the"
350350
" X@tie{}positions of these objects.\n"
351+
"\n"
351352
"They are numbered, the first (leftmost) is column@tie{}0."
352353
" Numbering happens before line breaking, and columns are not"
353354
" renumbered after line breaking. Since many columns go"

lilypond-texi2html.init

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env perl
22
# -*- coding: utf-8; -*-
33

4-
### texi2html customization script for Lilypond
4+
### texi2html customization script for LilyPond
55
### Author: Reinhold Kainhofer <[email protected]>, 2008.
66
### Some code parts copied from texi2html and adapted. These functions
77
### were written mainly by Patrice Dumas

ly/bagpipe.ly

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
%{
2-
Bagpipe music settings for Lilypond.
2+
Bagpipe music settings for LilyPond.
33
This file builds on work by Andrew McNabb (http://www.mcnabbs.org/andrew/)
44
55
Substantial changes and additions made by

ly/predefined-guitar-ninth-fretboards.ly

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
%
33
% Add ninth chords to to predefined fret diagrams for standard guitar tunings
44
%
5-
% This is part of the Lilypond distribution files
5+
% This is part of the LilyPond distribution files
66
%
77
% Copyright 2008--2009 by Jonathan Kulp
88
%

python/convertrules.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2218,7 +2218,7 @@ def conv (str):
22182218
stderr_write ('\n')
22192219
stderr_write (_ ('''
22202220
Auto beam settings must now specify each interesting moment in a measure
2221-
explicitely; 1/4 is no longer multiplied to cover moments 1/2 and 3/4 too.
2221+
explicitly; 1/4 is no longer multiplied to cover moments 1/2 and 3/4 too.
22222222
'''))
22232223
stderr_write (UPDATE_MANUALLY)
22242224
stderr_write ('\n')

python/musicexp.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@ def print_ly (self, printer):
753753
# TODO: maybe set line-width instead of right-margin?
754754
self.print_length_field (printer, "right-margin", self.right_margin)
755755
# TODO: What's the corresponding setting for system_left_margin and
756-
# system_right_margin in Lilypond?
756+
# system_right_margin in LilyPond?
757757
self.print_length_field (printer, "between-system-space", self.system_distance)
758758
self.print_length_field (printer, "page-top-space", self.top_system_distance)
759759

scm/define-grob-properties.scm

+1-1
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@ rest?")
725725
(stencils ,list? "Multiple stencils, used as intermediate
726726
value.")
727727
(strict-grace-spacing ,boolean? "If set, main notes are spaced
728-
normally, then grace notes are put left of the musical columns fot the
728+
normally, then grace notes are put left of the musical columns for the
729729
main notes.")
730730
(strict-note-spacing ,boolean? "If set, unbroken columns with
731731
non-musical material (clefs, bar lines, etc.) are not spaced

scripts/musicxml2ly.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1338,7 +1338,7 @@ def musicxml_words_to_lily_event (words):
13381338
# TODO: How should I best convert the font-family attribute?
13391339

13401340
# TODO: How can I represent the underline, overline and line-through
1341-
# attributes in Lilypond? Values of these attributes indicate
1341+
# attributes in LilyPond? Values of these attributes indicate
13421342
# the number of lines
13431343

13441344
return event
@@ -1710,7 +1710,7 @@ def musicxml_harmony_to_lily_chordname (n):
17101710
ev.bass = musicxml_chordpitch_to_lily (bass)
17111711
inversion = n.get_maybe_exist_named_child ('inversion')
17121712
if inversion:
1713-
# TODO: Lilypond does not support inversions, does it?
1713+
# TODO: LilyPond does not support inversions, does it?
17141714

17151715
# Mail from Carl Sorensen on lilypond-devel, June 11, 2008:
17161716
# 4. LilyPond supports the first inversion in the form of added

0 commit comments

Comments
 (0)