]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorHeikki Junes <heikki.junes@hut.fi>
Thu, 26 Feb 2004 22:37:35 +0000 (22:37 +0000)
committerHeikki Junes <heikki.junes@hut.fi>
Thu, 26 Feb 2004 22:37:35 +0000 (22:37 +0000)
33 files changed:
ChangeLog
input/test/+.ly
input/test/caps.ly
input/test/cautionaries.ly
input/test/chord-names-german.ly
input/test/chord-names-jazz.ly
input/test/chord-names-no-inversions.ly
input/test/chords-without-melody.ly
input/test/clef-8-syntax.ly
input/test/clef-end-of-line.ly
input/test/clef-manual-control.ly
input/test/coriolan-margin.ly
input/test/count-systems.ly
input/test/crescendi.ly
input/test/cue-notes.ly
input/test/divisiones.ly
input/test/dynamic-absolute-volume.ly
input/test/dynamic-extra.ly
input/test/embedded-scm.ly
input/test/engraver-contexts.ly
input/test/engraver-one-by-one.ly
input/test/extra-staff.ly
input/test/figured-bass-alternate.ly
input/test/follow-voice.ly
input/test/force-hshift.ly
input/test/gourlay.ly
input/test/gregorian-scripts.ly
input/test/harmonic.ly
input/test/header-ifelse.ly
input/test/hshift.ly
input/test/incipit.ly
input/test/instrument-name-grandstaff.ly
input/test/separate-staccato.ly

index 80291d0b7cb0916be5e0a2681a1b306efb13a0bd..86893d993ffbb21d6bd424ab94354952e7fba1be 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
+
+       * input/test/[+c-i]*.ly: refresh descriptions -- maintain
+       impersonal style.
+
 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
 
        * scm/define-markup-commands.scm (upright): New markup command.
index a97750d8cec2e575c54292ff97021c50155ec45d..0ce4e1d92d3c03b37b3fe7e3651ccb6b93c69b66 100644 (file)
@@ -8,7 +8,7 @@ texidoc = #(string-append "
 @section Introduction
 
 This document shows all kinds of tips and tricks, from simple to
-advanced.  Here you may also find dirty tricks, or very the very
+advanced.  You may also find dirty tricks, or the very very
 latest features that have not been documented or fully implemented
 yet. 
 This document is for LilyPond version 
index e55d01efa19affead25c7313e7b46cfb79adf928..953dd45bc8e65a3e3f7e8a03b3f7b008436e688f 100644 (file)
@@ -2,7 +2,7 @@
 \version "2.1.26"
 \header {
 texidoc = "@cindex Capital Letters
-You can set the font to use small caps.
+The font can be changed to small caps.
 " }
 
 shapeSC = \override LyricText  #'font-shape = #'caps
index 4f27e927591a815f3d5958dda07023f0b996a65a..36a2f946d89454fb3ec13a8f1d8ed354463869c1 100644 (file)
@@ -1,7 +1,8 @@
 \version "2.1.26"
 \header{
        texidoc="@cindex Cautionary Accidentals
-LilyPond can display cautionary accidentals in different ways.
+Cautinary accidnetals are displayed in slurs by default. They can be 
+shown also with accidentals of smaller size.
 " }
 \score { \notes \context Staff \transpose c c'' {
   \key d \major
index ec8d93978979741482d65c336c3bfb55bbe3d200..9a53d50882d941313aee3a26a0bccca46dbde114 100644 (file)
@@ -1,13 +1,9 @@
 \version "2.1.26"
 \header  {
     texidoc = "@cindex Chord Names German
-By setting @code{chordRootNamer}, the root
-of the chord may be named with a different function.
-
-Setting @code{\germanChords} gives true german chord-names,
-@code{\semiGermanChords} gives semi-german chord-names - - with Bb and
-keeping the english names.
-
+The english naming of chords (default) can be changed to german 
+(@code{\germanChords} replaces B and Bes to H and B) or semi-german 
+(@code{\semiGermanChords} replaces B and Bes to H and Bb).
 
 " }
 
index 0cd30317ca901b745e877b5b70e85dca6fb4cd54..16a75957d7fc975309bb3ba90f4c7fb48a17e38d 100644 (file)
@@ -4,14 +4,15 @@
 \header {
 
 texidoc = " Chord names are generated from a list pitches.  The
-functions constructing the names are customisable. This file shows
-Jazz chords, following Ignatzek (1995), page 17 and 18, Banter chords,
+functions which construct these names can be customised. Here are shown
+Jazz chords, following Ignatzek (pp. 17-18, 1995), Banter chords,
 and an alternative Jazz  chord notation.
 
-
 "
 
 }
+% There are three references, but only two ways to print chord names?
+% Which refers to where? -HJJ
 
 chs = \notes \transpose c' c' 
 {
index b2ea64702f387d4f9f054bccce0cf78c9374119a..bf74e87f7c57fab2de12d3a014121ab99eccd652 100644 (file)
@@ -1,7 +1,8 @@
 \version "2.1.26"
 \header { texidoc= "@cindex Chord Names No Inversions
-Chord names don't attempt to find inversions and
-bass notes. " }
+Since there are several interpretations for recognizing 
+chord names, the lowest note is the bass note of a chord and the inversion 
+of the chord is found accordingly. " }
 
 scheme = \notes {
   <c' e' g'>1
index 3e76677c620d8a4eef91bf381b2dedd5dc66b398..747ddb3c1390ffe6ea10b4e9f78456ee4532356e 100644 (file)
@@ -1,6 +1,6 @@
 \version "2.1.26"
 \header {
-texidoc = "Jazz chords can also be used without notes."
+texidoc = "Jazz chord names can also be printed without notes."
 }
 
 \score{
index 9a101f35cd7083cf83e2c40337f5850ebea93d4f..3a03261f13e392b7f02f11f633953895ec3b803c 100644 (file)
@@ -3,8 +3,8 @@
 \header {
     texidoc = "@cindex Chord Octavation
 Appending @code{_8} or @code{^8} to a clef name will
-add an octavation sign to the clef, although the clef
-name needs to be in quotes (such as \"treble^8\").
+add an octavation sign to the clef; then the clef name 
+is given in quotes (such as \"treble^8\").
 " }
 
 \score { 
index 20689acef0672db9da05b520fb83a1bbfacacba8..16d91bfb7d1f5899db1a099fcf594427ab4b8d93 100644 (file)
@@ -2,7 +2,7 @@
 \header {
 
     texidoc = "@cindex Clef End of Line
-Scales, but with clef and key signature at the end of the line.
+In these scales, the clef and key signature are shown at the end of the line.
 " }
 
 \score {
index d1c5b2aa44b7e328d86ed477222ac0131b77f3c0..c9663d8d054d0d45c9e45e9bfc7c290ea7edb6b7 100644 (file)
@@ -3,9 +3,9 @@
 
 @cindex Clef Manual Control
 
-You can use the clef engraver by using @code{\property} directly.
-@code{\clef} is merely a front-end to this. All the notes in this
-example are central C."
+The positioning of glyph and note can be separated. @code{\clef} is 
+a front-end, which keeps them together. All the notes in this example 
+are central C."
 
 }
 
index ce21eecf753a0d09194d0b12ef19a54a624064a5..5732ee86649c76761a2b905e2d1a662e83341dc6 100644 (file)
@@ -13,7 +13,9 @@
 
 texidoc = "@cindex Orchestra Score
 @cindex Coriolan Score
-Demonstration of how to set up an orchestral score (Beethoven's Coriolan overture).
+In an orchestral score (Beethoven's Coriolan overture), there are 
+different instrument groups, and some of the instruments may be
+transposed. Instruments are indicated either with a long or short name.
 " }
 
 #(set-global-staff-size 16)
index 1d9e8c05931dee938616288ef5927bb7b18fd8d7..4f3fb803ce67705d674399ff3591e3fbc653230f 100644 (file)
@@ -3,10 +3,12 @@
 \header{
     
     texidoc="@cindex Count Systems
-Display the number of systems, or the system number of a
-Grob.  This can be most useful to assertain that a piece uses a
-specified number of lines.
+The function which controls the printing of the system number may be also
+overridden to print, for example, the number of systems or the system
+number of a grob.
 " }
+% Original comment has no sense? -HJJ:
+% This can be most useful to assertain that a piece uses a specified number of lines.
 
 #(define (display-systemno smob)
   (let* ((this-system (ly:grob-system smob))
index e24890679848d7a2add1d22396966cd2dd1abcb0..e98d4feebfab22e6dcf58d106336c72ae9ab935b 100644 (file)
@@ -2,7 +2,7 @@
 \version "2.1.26"
 \header{
        texidoc="@cindex Crescendi
-LilyPond can print crescendi in a number of different ways.
+Crescendi can be printed in a number of different ways.
 " }
 \score{
 \notes\relative c''{
index 4ad054972369b8f6f58cccc26894b4fc648f60ed..2f238f3af386f24e655d38d7782856fd2b6e1ce5 100644 (file)
@@ -2,7 +2,7 @@
 % TODO: check to see if this example can be simplified using \small
 % or \tiny.
 \header { texidoc = "@cindex Cue Notes
-Cue notes should be set in smaller type. "
+Cue notes are typeset in a smaller font. "
 %  Cue clefs are usually not restored explicitly. "
 }
 
index 1232eb46fdc7c7193999716aa69e9eaae561eb24..cd81abf0fc6d8de5116c1e41e12a29629b07ace9 100644 (file)
@@ -2,7 +2,7 @@
 \header {
     texidoc = "@cindex Divisiones
 Divisiones are gregorian variants of breathing signs.
-Choices are @code{divisioMinima}, @code{divisioMaior}
+Choices are @code{divisioMinima}, @code{divisioMaior},
 @code{divisioMaxima} and @code{finalis}, @code{virgula} and
 @code{caesura}.
 " }
index 0c8000c8dd8bfb6c441580d49585e076d98334e8..1ddc559f81e8a21ee37c93309ce21d3b8580a5ac 100644 (file)
@@ -2,7 +2,7 @@
 \version "2.1.26"
 \header {
     texidoc = "@cindex Dynamic Absolute Volume
-Absolute dynamics have effect in MIDI files.
+Absolute dynamics have an effect on MIDI files.
 "
 }
 
index edfcf8b7aa4e9288b60e251b317a05512d1803a8..328b5047283590b2e3707af1eff8cd873c2547c3 100644 (file)
@@ -3,7 +3,7 @@
 % probably should be merged into refman.
 \header{
     texidoc = "@cindex Dynamic Piu Forte
-Additional tricks for dynamics.  Pi`u forte dynamic script. " }
+PiĆ¹ forte dynamics is produced using @code{\markup}. " }
 
 piuf = \markup {  \italic "pi\\`u" \dynamic "f" }
 
index 861432b70c1653f010e09b01967ce6519f453893..c052c6a38bbf7739261959f1edd2d0cc07a28675 100644 (file)
@@ -1,6 +1,7 @@
 
 \version "2.1.26"
 % TODO: does this work?  It doesn't do anything with 1.7.20
+% Still does not work. 2.1.26 -HJJ
 \header {texidoc="@cindex Embedded scm
 You can embed scm functions in your scores.
 "}
index 0eb33ad7c3ac115a0e7a45d27b852b29e83fea18..5dec124c1a264ae8cab4fb4c957a8dd6436ba0df 100644 (file)
@@ -5,8 +5,8 @@ texidoc ="In polyphonic notation, many voices can share a staff: In
 this situation, the accidentals and staff are shared, but the stems,
 slurs, beams, etc. are private to each voice. Hence, engravers should
 be grouped. The engravers for note head, stems, slurs, etc. go into a
-group called ``Voice context,'' while the engravers for key,
-accidental, bar, etc. go into a group called ``Staff context.'' In the
+group called ``Voice context'', while the engravers for key,
+accidental, bar, etc. go into a group called ``Staff context''. In the
 case of polyphony, a single Staff context contains more than one Voice
 context. Similarly, more Staff contexts can be put into a single Score
 context. "
index 8dccfbec917051205237a1a1064e23a749d1b8ac..f768cb9b916159985f8d5259a973737bfea8fb5c 100644 (file)
@@ -2,21 +2,21 @@
 \version "2.1.26"
 \header {
     
-texidoc = "The notation problem, @emph{what} symbols to create,
+texidoc = "The notation problem, creating a certain symbol,
     is handled by plugins. Each plugin is called Engraver. In this example,
-  we switch on engravers  one by one, in the following order
+engravers is switched on one by one, in the following order:
 
 @itemize
-@item Note heads
-@item Staff symbol
-@item Clef
-@item Stem
-@item Beams, slurs, accents
-@item Accidentals, bar lines, time signature, and key signature.
+@item note heads,
+@item staff symbol,
+@item clef,
+@item stem,
+@item beams, slurs, accents,
+@item accidentals, bar lines, time signature, and key signature.
 @end itemize
 
 Engravers are grouped. For example, note heads, slurs, beams etc. form
-a Voice context. Engravers for key, accidental, bar, etc. form the
+a Voice context. Engravers for key, accidental, bar, etc. form a
 Staff context.
 
 "
index 1789f2d88965eb05b8668eb5eb3a725411f70382..9ecc88ca79e45c9b5493553c8c7bfc764251d7b4 100644 (file)
@@ -29,7 +29,9 @@ extra-staff.ly:
 
 \header{ texidoc="@cindex Staff Extra
 @cindex Staff Ossia
-You can add an extra staff after the beginning of a piece. "}
+You can add (possibly temporarily) an extra staff after the beginning of 
+a piece. "
+}
 
 \score {
        <<
index d90e6d13b93854b66ecaac219f7c29352771c0e1..bfa8d47a9c990da89f354ec8e56af8bed4d690dd 100644 (file)
@@ -1,7 +1,7 @@
 \header
 {
 texidoc = "An alternate method to make bass figures is to use
-markup texts."
+@code{markup} texts."
 }
 \version "2.1.26"
 
index f28ac95cc40fa7ada2e9d39d66a4eab185269a4b..62faa81f22304a8b67eb625026d7dfaa527ab346 100644 (file)
@@ -3,8 +3,8 @@
 
 % followVoice: connect note heads with line when thread switches staff 
 \header{ texidoc="@cindex followVoice Voice
-Voices can be traced automagically when they switch staves by setting
-property @code{followVoice}. " }
+Voices can be traced automatically when they switch staves by setting
+@code{followVoice}. " }
 
 
 \score {
index 3d743fa939e12c01e3015adb3d72a22749e8b830..4e47db88576a1e7f3afb70008bfbe78a06b67b95 100644 (file)
@@ -2,7 +2,7 @@
 \version "2.1.26"
 \header {
     texidoc="@cindex Force hshift
-Force hshift to override collisions. " }
+Horizontal shift (@code{hshift}) can be forced in order to avoid collisions. " }
 
 \score { 
      \notes\relative c'
index c35464f7138ea217f03764a8bf29c6684bdf279e..bc4bf1c9ec5c27f08c8f70a6afe80a973fb3883f 100644 (file)
@@ -3,8 +3,8 @@
 
     texidoc="@cindex Gourlay
 
-This is taken from Gourlay's paper on
-breaking lines.  "
+The breaking of line works also with polyphony. This is taken from 
+Gourlay's paper on breaking lines.  "
 
 }
 
index f34f99573fc7d7fe310abce608b66fdd73c435c1..2746973505dcd5ded6e7c91c157fe7123331bf93 100644 (file)
@@ -3,7 +3,7 @@
     title      = "Gregorian Scripts"
     texidoc  = "@cindex Gregorian Scripts
 
-Gregorian Scripts:
+Here is demonstrated a preliminary support of Gregorian Scripts:
 
 ictus, circulus, semicirculus, accentus, episem.
 
index 1b4375210353349b81a23e9add2feb981010280d..b9d0864f913d2d7ffe2ca15bcba67fed3cdb70f5 100644 (file)
@@ -2,9 +2,8 @@
 \header {
     texidoc ="@cindex Artificial Harmonics
 
-
-Artificial harmonics are notated with a different notehead style. This
-achieved by marking the harmonic pitch with @code{\harmonic}."
+Artificial harmonics are notated with a different notehead style, by 
+marking the harmonic pitch with @code{\harmonic}."
 
 }
 
index d2dddec5301f5fe2e8bd7f03975fcd31ee3d8960..fbbb88dbfa3c1361fb6680373c61d45db3fed325 100644 (file)
@@ -14,9 +14,8 @@ texidoc = "
 High level functionality (eg. conditional defines),
 can be accomplished with GUILE.
 
-This example puts the current version in the tagline via Scheme.
-Since the tagline isn't used in creating the webpage, this example
-doesn't output anything unusual in the collated snippets.
+This example puts the current version in the tagline via Scheme,
+however, the tagline is not printed to the collated webpage snippets.
 
 " 
 }
index 5ced7fc9231458fd63c071804a7b7ccdb2c5a61f..5812d79831478c5811bb0158943eb22b187a19a6 100644 (file)
@@ -1,6 +1,6 @@
 \version "2.1.26"
 \header { texidoc = "@cindex Horizontal Shift
-You can manually shift notes horizontally. " }
+Notes may be manually horizontally shifted. " }
 
 shiftI = \override NoteColumn  #'horizontal-shift = #0
 shiftII = \override NoteColumn  #'horizontal-shift = #1
index ba524020047ec663000db5d526b06fc975c0b940..530b7fe48c5f12968c955acc8b080d0bba51746b 100644 (file)
@@ -1,8 +1,9 @@
 \version "2.1.26"
 \header { texidoc = "@cindex Incipit
-This shows how to make an ``incipit'' to indicate scordatora 
-tuning of a violin part, using the clefStyle property.
-The two first bars of Biber's Rosary sonata III. " }
+This example shows how to make an ``incipit'' to indicate 
+scordatora tuning of a violin part, by overriding the @code{style} of
+a @code{TimeSignature}.
+Here are the two first bars of Biber's Rosary sonata III. " }
 
 
 
index bfb7a4e5891f614d89e892dc258e403dc1ab81be..3c0f1e60283fc9222e083d47355b7e42cf815643 100644 (file)
@@ -1,6 +1,7 @@
 \version "2.1.26"
 \header { texidoc = "@cindex Instrument Name Grandstaff
-You can name the whole grandstaff in addition to individual staffs. " }
+You can have a name for the whole @code{GrandStaff} in addition to 
+individual @code{Staff}s. " }
 
 \score {
   \notes
index 5c7c5825bc3398737b5815b14a5760e324dc8c44..1903dcc875f6c6fb0a6539b6554d231c42627e7b 100644 (file)
@@ -4,7 +4,8 @@
 
 \header { texidoc="@cindex Seperate Staccato
 You can enter notes and articulations separately, and merge
-them into one thread.  Here is an example to add repeated staccato dots."
+them into one thread.  In this example, a repead series of staccato dots 
+is attached to the notes."
 } 
 
 staccatos = \notes { s4-. s-. s-. s s }