]> git.donarmstrong.com Git - lilypond.git/commitdiff
remove split around-space hack.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 22 Mar 2004 14:55:36 +0000 (14:55 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 22 Mar 2004 14:55:36 +0000 (14:55 +0000)
16 files changed:
COPYING
ChangeLog
Documentation/user/introduction.itely
Documentation/user/invoking.itexi
Documentation/user/notation.itely
Documentation/user/programming-interface.itely
Documentation/user/tutorial.itely
scm/auto-beam.scm
scm/define-context-properties.scm
scm/define-grob-properties.scm
scm/define-markup-commands.scm
scm/define-music-properties.scm
scm/music-functions.scm
scm/new-markup.scm
scm/output-lib.scm
scm/paper.scm

diff --git a/COPYING b/COPYING
index 37cb0e0bb8fb91a55234fd9b360371c74e689b78..7e85f1c85d139ba20bd8f1a944bcc27b7e3382a3 100644 (file)
--- a/COPYING
+++ b/COPYING
@@ -2,7 +2,7 @@
 
 *** NOTE
 
-       This license applies to all files that do not explicitely
+       This license applies to all files that do not explicitly
 specify another license.  This license does not apply to the included
 example input files (which are in the subdirectory input/).
 
index 89480c35d3d4a9acb880298be17dd085f741fbff..fb15b26d9bf50690c079eecbce536659ef7d80eb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
 
+       * spelling patch courtesy Edward Sutton.
+
        * Documentation/user/changing-defaults.itely (Changing context
        default settings): new node.
        (Defining new  contexts): new node.
index 6531415182799582afc8e10ce56a742e0f3fd918..ca85187c688ef3eec97d5b3ccb64045afe1d0838 100644 (file)
@@ -28,7 +28,7 @@ from.
 
 The images below illustrate the difference between traditional
 engraving and typical computer output, and the third picture shows how
-LilyPond mimicks the traditional look. The left picture shows a scan
+LilyPond mimics the traditional look. The left picture shows a scan
 of a flat symbol from a Henle edition published in 2000. In the center
 show symbol from a hand engraved B@"{a}renreiter edition of the same
 music. The left scan illustrates typical flaws of computer print: the
@@ -175,7 +175,7 @@ How do we go about implementing typography?  If craftsmen need over
 ten years to become true masters, how could we simple hackers ever
 write a program to take over their jobs?
 
-The answer is: we cannot. Typography relies on human judgement of
+The answer is: we cannot. Typography relies on human judgment of
 appearance, so people cannot be replaced ultimately. However, much of
 the dull work can be automated. If LilyPond solves most of the common
 situations correctly, then this will be a huge improvement over
@@ -195,7 +195,7 @@ must access to the formatting engine. Hence, rules and settings cannot
 be fixed by us at compile time, but they must be accessible for users
 at run-time.
 
-@item Engraving is a matter of visual judgement, and therefore a matter of
+@item Engraving is a matter of visual judgment, and therefore a matter of
 taste. As knowledgeable as we are, users can disagree with our
 personal decisions. Therefore, the definitions of typographical style
 must also be accessible to the user.
index fd600b589b86e22df12edd59be42e7fc1208921e..4d1033e0a8d90b8d8c7d339a244a502f401bffe6 100644 (file)
@@ -66,7 +66,7 @@ files. The temporary directory is created in the current directory as @code{@cod
 @cindex bitmap
 @cindex pixmap
 @cindex thumbnail
-@cindex screenshot
+@cindex screen shot
     
 @item -s,--set=@var{key}=@var{val}
     Add @var{key}= @var{val} to the settings, overriding those specified
@@ -230,7 +230,7 @@ they will each be processed independently.  @footnote{The status of
   system defaults from within Scheme.}
 
 We strongly advise against making LilyPond formatting available
-through a webserver. That is, processing input from untrusted users,
+through a web server. That is, processing input from untrusted users,
 and returning the resulting PDF file. LilyPond is a big and complex
 program. It was not written with security in mind. Making it available
 to the outside world is a huge risk; consider the security
@@ -523,7 +523,7 @@ information.
 
 @node Point and click
 @section Point and click
-@cindex poind and click
+@cindex point and click
 
 @cindex source specials
 @cindex specials, source
@@ -641,7 +641,7 @@ with the following line:
 @example
 #(ly:set-point-and-click 'line-column)
 @end example
-@cindex line-colomn-location
+@cindex line-column-location
 and set @code{XEDITOR} to @code{emacsclient --no-wait +%l:%c %f}.  Vim
 users can set @var{XEDITOR} to @code{gvim --remote +:%l:norm%c| %f}.
 
index 0dec56f67391f9951183468580f1a89cf1b91e79..05178a0d43f1cd75eff718885879de1bde33f122 100644 (file)
@@ -1162,7 +1162,7 @@ In this manual: @ref{Repeats}.
 
 Program reference: the bar line objects that are created at
 @internalsref{Staff} level are called @internalsref{BarLine}, the bar
-lines that span staves are @internalsref{SpanBar}s.
+lines that span staves are @internalsref{SpanBar} objects.
 
 @cindex bar lines at start of system
 @cindex start of system
@@ -3447,7 +3447,7 @@ that identity followed by a dash.  In the preceding example, the
 @internalsref{Lyrics}s are marked @code{duet-1} and @code{duet-2}:
 @example
   \context Lyrics = "duet-1" @{
-    Hi, my name is bert. @}
+    Hi, my name is Bert. @}
   \context Lyrics = "duet-2" @{
     Ooooo, ch\'e -- ri, je t'aime. @}
 @end example
@@ -3459,7 +3459,7 @@ The complete example is shown here:
      g2 e4 a2 f4 g2.  }
   \lyrics << \lyricsto "duet" \new Lyrics {
     \set vocNam = "Bert"
-    Hi, my name is bert. }
+    Hi, my name is Bert. }
   \lyricsto "duet" \new Lyrics {
     \set vocNam = "Ernie"
     Ooooo, ch\'e -- ri, je t'aime.
@@ -3479,7 +3479,7 @@ Stanza numbers can be added by setting @code{stanza}, e.g.
      g2 e4 a2 f4 g2.  }
    \lyrics \lyricsto "duet" \new Lyrics {
        \set vocNam = "1. "
-       Hi, my name is bert.
+       Hi, my name is Bert.
    }
 >>
 @end lilypond
@@ -7400,7 +7400,7 @@ correct result.
 @cindex Sound
 
 Entered music can also be converted to MIDI output.  The performance
-is intented for proof-hearing the music for errors.
+is intended for proof-hearing the music for errors.
 
 Ties, dynamics and tempo changes are interpreted.  Dynamic marks,
 crescendi and decrescendi translate into MIDI volume levels.  Dynamic
index 18e2997d9589275ed421b633642a46a34d95e39a..1f840e55c719cb98cf8ea0024440192bc9105fd6 100644 (file)
@@ -278,7 +278,7 @@ instance. This proves useful when defining new markup commands (see
 
 One can not feed the @code{#:line} (resp @code{#:center},
 @code{#:column}) command with a variable or the result of a function
-call. Eg:
+call. E.g.:
 @lisp
 (markup #:line (fun-that-returns-markups))
 @end lisp
index 9f65b547adc5b5e640f633d5f6cdc5f1b684bfc2..744c04894c79e0425a90a98a4660b78f4d7352c5 100644 (file)
@@ -93,7 +93,7 @@ the result looks like this:
 c d e f g a b
 @end lilypond
 
-The duration of a note is specfied by a number after the note name.
+The duration of a note is specified by a number after the note name.
 @samp{1} for a @rglos{whole note}, @samp{2} for a @rglos{half note},
 and so on
 
@@ -322,7 +322,7 @@ DVI output to `test.dvi'...
 @cindex xdvi
 
 The result is the file @file{test.pdf}@footnote{For @TeX{}
-afficionados: there is also a @file{test.dvi} file. It can be viewed
+aficionados: there is also a @file{test.dvi} file. It can be viewed
 with @code{xdvi}. The DVI uses a lot of PostScript specials, which do
 not show up in the magnifying glass. The specials also mean that the
 DVI file cannot be processed with @code{dvilj}. Use @code{dvips} for
@@ -337,7 +337,7 @@ http://www.cs.wisc.edu/~ghost/}, a freely available package for
 viewing and printing PDF and PostScript files.}
 
 On Windows, start up a text-editor@footnote{Any programmer-oriented
-editor will do, for example NotePad. Do not use word processor.  Its
+editor will do, for example Notepad. Do not use word processor.  Its
 formatting codes will confuse LilyPond} and enter
 
 
@@ -692,7 +692,7 @@ with more voices or more staves, we also combine expressions in
 parallel. Two voices that should play at the same time, are entered as
 a simultaneous combination of two sequences.  A ``simultaneous'' music
 expression is formed by enclosing expressions in @code{<<} and
-@code{>>}.  In the following example, three sequences (all contaning
+@code{>>}.  In the following example, three sequences (all containing
 two notes) are combined simultaneously:
  
 @lilypond[verbatim,relative=2]
@@ -1182,7 +1182,7 @@ following example shows a few common modifiers:
   \chords { c2 f4:m g4:maj7 gis1:dim7 }
 @end lilypond
 
-For leadsheets, chords are not printed on staves, but as names on a
+For lead sheets, chords are not printed on staves, but as names on a
 line of themselves. Hence, we have to override the context with
 @code{\new}, rendering the music expression in a @code{ChordNames}
 context
index a5df65464a7e10dced0819ec90e29c1e4981fc6e..eb289931180ebaa4f8d6cfdfc972659b1bacf201 100644 (file)
@@ -13,8 +13,8 @@
 ;;; where
 ;;;
 ;;;     function = begin or end
-;;;     shortest-duration-in-beam = numerator denominator; eg: 1 16
-;;;     time-signature = numerator denominator, eg: 4 4
+;;;     shortest-duration-in-beam = numerator denominator; e.g.: 1 16
+;;;     time-signature = numerator denominator, e.g.: 4 4
 ;;;
 ;;; unspecified or wildcard entries for duration or time-signature
 ;;; are given by * *
index 85d6b926bc48df836324ae9544c3b95812135567..c041e85cfeceb9bcf98f8534450e3ab9bb1222dd 100644 (file)
@@ -30,7 +30,7 @@
      (alignBassFigureAccidentals ,boolean?
                                 "If true, then the accidentals are aligned in bass figure context.")
 
-     (allowBeamBreak ,boolean? "If true allow line breaks for  beams over barlines.")
+     (allowBeamBreak ,boolean? "If true allow line breaks for  beams over bar lines.")
      (associatedVoice ,string? "Name of the
 @code{Voice} that has the melody for this @code{Lyrics} line.")
      (autoBeamSettings ,list? "Specifies
@@ -104,7 +104,8 @@ to produce the formatting for a @code{BassFigure} grob. It takes a
 list of @code{BassFigureEvent}s, a context, and the grob to format.")
      (beatLength ,ly:moment? "The length of one beat in this time signature.")
      (beatGrouping ,list?
-                  "List of beatgroups. Eg. in 5/8 time @code{'(2 3)}.")
+                  "List of beatgroups, e.g., in 5/8 time @code{'(2
+3)}.")
 
 
 
@@ -142,11 +143,11 @@ symbol go, measured in half staff spaces from the center of the staff.")
      (connectArpeggios ,boolean? " If set, connect arpeggios across
 piano staff.")
      (createKeyOnClefChange ,boolean? "Print a key signature whenever the clef is changed.")
-     (crescendoText ,markup? "Text to print at start of non-hairpin crecscendo, ie: @samp{cresc.}")
+     (crescendoText ,markup? "Text to print at start of non-hairpin crescendo, i.e.: @samp{cresc.}")
      (crescendoSpanner ,symbol? "Type of spanner to be used for crescendi.
 One of: @samp{hairpin}, @samp{line}, @samp{dashed-line},
 @samp{dotted-line}.  If unset, hairpin type is used.")
-     (decrescendoText ,markup? "Text to print at start of non-hairpin decrecscendo, ie: @samp{dim.}")
+     (decrescendoText ,markup? "Text to print at start of non-hairpin decrescendo, i.e.: @samp{dim.}")
 
      (drumPitchTable ,hash-table? "A table mapping percussion
 instruments (symbols) to pitches.")
@@ -156,12 +157,12 @@ drums to layout settings.  Predefined values: @samp{drums-style},
 @samp{timbales-style}, @samp{congas-style}, @samp{bongos-style} and
 @samp{percussion-style}.
 
-The layout style is a hash table, containing the drum-pitches (eg. the
+The layout style is a hash table, containing the drum-pitches (e.g. the
 symbol @samp{hihat}) as key, and a list (@var{notehead-style}
 @var{script} @var{vertical-position}) as values.
  ")
      (currentBarNumber ,integer? "Contains the current barnumber. This property is incremented at
-every barline.
+every bar line.
 ")
      (defaultBarType ,string? "Sets the default type of bar line.
 See @code{whichBar} for information on available bar types.
@@ -334,7 +335,7 @@ at beat positions by only drawing one beam over the beat.")
 the system/staff? Set to @code{SystemStartBrace},
 @code{SystemStartBracket} or @code{SystemStartBar}.")
 
-     (tablatureFormat ,procedure? "Function formatting a tab notehead; it
+     (tablatureFormat ,procedure? "Function formatting a tab note head; it
 takes a string number, a list of string tunings and Pitch object. It
 returns the text as a string.")
 
@@ -399,7 +400,7 @@ alternative is very large.")
 
      (whichBar
       ,string?
-      "This property is read to determine what type of barline to create.
+      "This property is read to determine what type of bar line to create.
 
 Example:
 @example
@@ -448,9 +449,9 @@ pairs. It is reset at every bar line."  )
      (finalizations ,list? "List of expressions to evaluate before proceeding to next time step. Internal variable.")
      (busyGrobs ,list? "a queue of (@var{end-moment} . @var{GROB})
 conses. This is for internal (C++) use only.  This property contains
-the grobs which are still busy (eg. noteheads, spanners, etc.)
+the grobs which are still busy (e.g. note heads, spanners, etc.)
 ")
-     (barCheckLastFail ,ly:moment? "Where in  the measurze did the last barcheck fail?") 
+     (barCheckLastFail ,ly:moment? "Where in  the measure did the last barcheck fail?") 
      (associatedVoiceContext ,ly:context? "The context object of the Voice that has the melody for this Lyrics.")
      (acceptHashTable ,vector? "Internal
 variable: store table with MusicName to Engraver entries.")
index aafaa937bbfa333e3389a3190952c00a24e3c86d..5332dedfb32c5e8351dda5a555ed8674bf33c5b6 100644 (file)
@@ -63,7 +63,7 @@ the attachments to prevent ugly slurs.  [fixme: we need more
 documentation here].")
 
 
-     (auto-knee-gap ,ly:dimension? "If a gap is found between noteheads
+     (auto-knee-gap ,ly:dimension? "If a gap is found between note heads
 where a  horizontal beam fits that is larger than this number,  make a kneed beam.")
      (axes ,list? "list of axis numbers.
 In the case of alignment grobs, this should contain only one number.")
@@ -106,7 +106,7 @@ called before line breaking, but after splitting breakable items at
 potential line breaks.")
      (between-cols ,pair? "Where to attach a loose column to")
      (between-system-string ,string? "string
- to dump between two systems. Useful for forcing pagebreaks.")
+ to dump between two systems. Useful for forcing page breaks.")
      (bracket-thick ,number? "width of a system start bracket.")
      (break-align-symbol ,symbol? "This key is used for aligning and
 spacing breakable items.")
@@ -126,10 +126,10 @@ Clefs are put after key signatures by setting
          time-signature))
 @end example")
      (break-glyph-function ,procedure? "This function determines the
-appearance of a barline at the line break.  It takes a glyph and
+appearance of a bar line at the line break.  It takes a glyph and
 break-direction and returns the glyph at a line break.")
      (breakable ,boolean? "Can this object appear at a line break,
-like clefs and barlines?")
+like clefs and bar lines?")
      (c0-position ,integer? "An integer indicating the position of
 middle C.")
      (cautionary-style ,symbol? "How to print cautionary
@@ -138,14 +138,14 @@ accidentals. Choices are @code{smaller} or
      (cautionary ,boolean? "Is this a cautionary accidental?")
      (concaveness-gap ,ly:dimension? "A beam is printed horizontally
 if its concaveness-gap is larger than this value.  The concaveness-gap
-is the distance of an inner notehead to the line between two outer
-noteheads. ")
+is the distance of an inner note head to the line between two outer
+note heads. ")
      (concaveness-threshold ,number? "A beam is printed horizontally
 if its concaveness is bigger than this threshold.
 
 Concaveness is calculated as the sum of the vertical distances of
-inner noteheads that fall outside the interval of the two outer
-noteheads, to the vertically nearest outer notehead, divided by the
+inner note heads that fall outside the interval of the two outer
+note heads, to the vertically nearest outer note head, divided by the
 square of the inner notes involved.")
      (collapse-height ,ly:dimension? "Minimum height of system start delimiter.  If equal or smaller, the bracket is removed.")
 
@@ -187,7 +187,7 @@ mean center distance weighted per note
      
      (direction ,ly:dir? "Up or down, left or right?")
      (dot-count ,integer? "The number of dots.")
-     (duration-log ,integer? "The 2-log of the notehead duration, i.e. 0=whole note, 1 = half note, etc.")
+     (duration-log ,integer? "The 2-log of the note head duration, i.e. 0=whole note, 1 = half note, etc.")
      (edge-height ,pair? "A pair of number specifying the heights of
 the vertical edges '(@var{left-height} . @var{right-height}).")
      (bracket-flare ,number-pair? "A pair of numbers specifying how
@@ -212,7 +212,7 @@ engine is completely oblivious to it.")
 
       ;; docme.
      (extremity-offset-alist ,list? "The offset adds to the centre of
-the notehead, or stem.
+the note head, or stem.
 
 Format: alist (attachment stem-dir*dir slur-dir*dir) -> offset.
 ")
@@ -273,7 +273,7 @@ within font, to use for printing a symbol.")
 of the @code{spacing-increment}.")
 
      (grow-direction ,ly:dir? "Crescendo or decrescendo?")
-     (hair-thickness ,number? "Thickness of the thin line in a barline.")
+     (hair-thickness ,number? "Thickness of the thin line in a bar line.")
      (height ,ly:dimension? "Height of an object in staffspace.")
      (height-limit ,ly:dimension? "Maximum slur height: the longer the
 slur, the closer it is to this height.")
@@ -282,7 +282,7 @@ slur, the closer it is to this height.")
 of note-column for horizontal shifting. This is used by
 @internalsref{note-collision-interface}.")
      (kern ,ly:dimension? "Amount of extra white space to add. For
-barline, this is the amount of space after a thick line.")
+bar line, this is the amount of space after a thick line.")
      (knee ,boolean? "Is this beam kneed?")
      (knee-spacing-correction ,number? "Factor for the optical
 correction amount for kneed beams. Set between 0 for no correction and
@@ -292,7 +292,7 @@ of printing objects. Objects in lower layers are overprinted by
 objects in higher layers.")
      (ledger-line-thickness ,number-pair?
                            "The thickness of ledger lines: it is the
-sum of 2 numbers.  The first is the factor for linethickness, and the
+sum of 2 numbers.  The first is the factor for line thickness, and the
 second for staff space. Both contributions are added.")
      (left-position ,number? "Vertical position of left part of spanner.")
      (left-padding ,ly:dimension? "The amount of space that is put
@@ -308,12 +308,12 @@ measure. Used in some spacing situations.")
      (measure-count ,integer? "The number of measures for a
 multimeasure rest.")
      (merge-differently-headed ,boolean? "Merge
-noteheads in collisions, even if they have different note heads. The
+note heads in collisions, even if they have different note heads. The
 smaller of the two heads will be rendered invisible. This used
 polyphonic guitar notation. The value of this setting is used by
 @internalsref{note-collision-interface} .")
 
-     (merge-differently-dotted ,boolean? "Merge noteheads in
+     (merge-differently-dotted ,boolean? "Merge note heads in
 collisions, even if they have a different number of dots. This normal
 notation for some types of polyphonic music. ")
 
@@ -381,7 +381,7 @@ text-spanner on both sides, for example a pedal bracket")
                               "The most common shortest note length.
 This is used in spacing. Enlarging this will set the score tighter.")
      (shortest-duration-space ,ly:dimension? "Start with this much
-space for the shortest duration. This is explessed in
+space for the shortest duration. This is expressed in
 @code{spacing-increment} as unit. See also
 @internalsref{spacing-spanner-interface}.")
      (shortest-playing-duration ,ly:moment? "The duration of the shortest playing here.")
@@ -396,7 +396,7 @@ object.")
 steeper than this.")
 
      (space-alist ,list? "A table that specifies distances between
-prefatory itmes, like clef and time-signature. The format is an alist
+prefatory items, like clef and time-signature. The format is an alist
 of spacing tuples: @code{(@var{break-align-symbol} @var{type}
 . @var{distance})}, where @var{type} can be the symbols
 @code{minimum-space} or @code{extra-space}.")
@@ -420,7 +420,7 @@ staff spaces, counted from the middle line.")
 staff lines.")
 
      (stem-attachment-function ,procedure? "A function that calculates
-where a stem attaches to the notehead? This is a fallback when this
+where a stem attaches to the note head? This is a fallback when this
 information is not specified in the font.  The function takes a grob
 and axis argument, and returns a (@var{x} . @var{y}) pair, specifying
 location in terms of note head bounding box.")
@@ -475,9 +475,9 @@ happen?")
      (word-space ,ly:dimension? "space to insert between lyrics or
 words in texts.")
      (width ,ly:dimension? "The width of a grob measured in staff space.")
-     (x-gap ,ly:dimension? "The horizontal gap between notehead and tie.")
+     (x-gap ,ly:dimension? "The horizontal gap between note head and tie.")
      (y-free ,ly:dimension? "The minimal vertical gap between slur and
-noteheads or stems.")
+note heads or stems.")
      (y-offset ,ly:dimension? "Extra vertical offset for ties away
 from the center line.")
      (zigzag-length ,ly:dimension? "The length of the lines of a
@@ -534,7 +534,7 @@ set, which grob to get the direction from .")
      (rest ,ly:grob? "the staff symbol grob that we're in.")
      (rest-collision ,ly:grob? "rest collision that a rest is in.")
      (accidental-grob ,ly:grob? "Accidental for this note.")
-     (bars ,grob-list? "list of barline pointers.")
+     (bars ,grob-list? "list of bar line pointers.")
      (bounded-by-me ,grob-list? "list of spanners that have this
 column as start/begin point. Only columns that have grobs or act as bounds are spaced.")
      (columns ,grob-list? "list of grobs, typically containing
@@ -632,7 +632,7 @@ than a whole rest.")
      (deminutum ,boolean? "is this neume deminished?")
      (flexa-height ,ly:dimension? "height of a flexa shape in a ligature grob in staff_space.")
      (flexa-width ,ly:dimension? "width of a flexa shape in a ligature grob in staff_space.")
-     (join-heads ,boolean? "Whether to join the noteheads of an ambitus grob with a vertical line.")
+     (join-heads ,boolean? "Whether to join the note heads of an ambitus grob with a vertical line.")
      (linea ,boolean? "attach vertical lines to this neume?")
   
  
index 95f4aaa26b6cc94008413940298fe556dea2b328..e94ddd68ef1fde344f26f0a6ba7c88eef283a245 100644 (file)
@@ -83,7 +83,7 @@ determines the space between each markup in @var{args}."
                     arg))
 
 (def-markup-command (fontsize paper props mag arg) (number? markup?)
-  "This sets the relative font size, eg.
+  "This sets the relative font size, e.g.
 @example
 A \\fontsize #2 @{ B C @} D
 @end example
@@ -163,8 +163,8 @@ some punctuation. It doesn't have any letters.  "
 
 (def-markup-command (dynamic paper props arg) (markup?)
   "Use the dynamic font.  This font only contains @b{s}, @b{f}, @b{m},
-@b{z}, @b{p}, and @b{r}.  When producing phrases, like ``piu @b{f}'', the
-normal words (like ``piu'') should be done in a different font.  The
+@b{z}, @b{p}, and @b{r}.  When producing phrases, like ``più @b{f}'', the
+normal words (like ``più'') should be done in a different font.  The
 recommend font for this is bold and italic"
   (interpret-markup
    paper (prepend-alist-chain 'font-encoding 'dynamic props) arg))
@@ -394,7 +394,7 @@ and/or @code{extra-offset} properties. "
     (lambda (z) (inexact->exact (/ (log z) divisor)))))
 
 (define (parse-simple-duration duration-string)
-  "Parse the `duration-string', eg ''4..'' or ''breve.'', and return a (log dots) list."
+  "Parse the `duration-string', e.g. ''4..'' or ''breve.'', and return a (log dots) list."
   (let ((match (regexp-exec (make-regexp "(breve|longa|maxima|[0-9]+)(\\.*)") duration-string)))
     (if (and match (string=? duration-string (match:substring match 0)))
         (let ((len  (match:substring match 1))
index 6252131af50a65b2574337b91066a8d2fef6e4b9..52d28ed17c256cd1caa4d43b2e6e232ba52e3300 100644 (file)
@@ -51,10 +51,10 @@ descend in the context tree.")
      (drum-type ,symbol? "Which percussion instrument to play this note on.")
 
      (tags ,list? "List of symbols that for denoting extra details,
-eg. @code{\\tag #'part ...} could tag a piece of music as only being active in a part.")
+e.g. @code{\\tag #'part ...} could tag a piece of music as only being active in a part.")
 
 
-     (text-type ,symbol? "Particular type of text script (eg. finger, dynamic).")
+     (text-type ,symbol? "Particular type of text script (e.g. finger, dynamic).")
      (tempo-unit ,ly:duration? "The unit for the metronome count.")
      (tonic ,ly:pitch? "Base of the scale")
      (element ,ly:music? "The single child of a Music_wrapper music object, or the body of a repeat.")
index 64dde86fc75328a27b6915cedcb4ab667f0b82c0..d9ce891e75db7f929c81cecf5ed3dc1b929ad03f 100644 (file)
@@ -611,7 +611,7 @@ without context specification. Called  from parser."
 
 (define-public (set-accidental-style style . rest)
   "Set accidental style to STYLE. Optionally takes a context argument,
-eg. 'Staff or 'Voice. The context defaults to Voice, except for piano styles, which
+e.g. 'Staff or 'Voice. The context defaults to Voice, except for piano styles, which
 use PianoStaff as a context. "
   (let ((context (if (pair? rest)
                     (car rest) 'Staff))
index 7c455a5f4d2bff4f3c86a7b79517448648abbca4..2d3632cdf86e731d82c751000d8bc8f937922245 100644 (file)
@@ -130,7 +130,7 @@ Use `markup*' in a \\notes block."
   
   
 (define (compile-all-markup-expressions expr)
-  "Return a list of canonical markups expressions, eg:
+  "Return a list of canonical markups expressions, e.g.:
   (#:COMMAND1 arg11 arg12 #:COMMAND2 arg21 arg22 arg23)
   ===>
   ((make-COMMAND1-markup arg11 arg12)
@@ -143,12 +143,12 @@ Use `markup*' in a \\notes block."
              (set! rest r))))
 
 (define (keyword->make-markup key)
-  "Transform a keyword, eg. #:COMMAND, in a make-COMMAND-markup symbol."
+  "Transform a keyword, e.g. #:COMMAND, in a make-COMMAND-markup symbol."
   (string->symbol (string-append "make-" (symbol->string (keyword->symbol key)) "-markup")))
 
 (define (compile-markup-expression expr)
   "Return two values: the first complete canonical markup expression found in `expr',
-eg (make-COMMAND-markup arg1 arg2 ...), and the rest expression."
+e.g. (make-COMMAND-markup arg1 arg2 ...), and the rest expression."
   (cond ((and (pair? expr)
               (keyword? (car expr)))
          ;; expr === (#:COMMAND arg1 ...)
index 99a7b051e969bbc407888e42c5f224ee05a94506..3c55c436593a1809e15cd78c77ae3e8095961c02 100644 (file)
@@ -226,7 +226,7 @@ centered, X==1 is at the right, X == -1 is at the left."
                          ("|:" . ("|" . "|:"))
                          ("|." . ("|." . ()))
 
-                         ;; hmm... should we end with a barline here?
+                         ;; hmm... should we end with a bar line here?
                          (".|" . ("|" . ".|"))
                          (":|" . (":|" . ()))
                          ("||" . ("||" . ()))
index 2ef6f1adfb324669a9365004e90783f15838b1ec..e97e11bfbbddc2f8b9052ab0279b89bacc2288a2 100644 (file)
@@ -49,7 +49,7 @@
 ;; todo: take dimension arguments.
 
 (define (set-paper-dimensions m w h)
-  "M is a module (ie. paper->scope_ )"
+  "M is a module (i.e. paper->scope_ )"
   (let* ((mm (eval 'mm m)))
     (module-define! m 'hsize w)
     (module-define! m 'vsize h)