]> git.donarmstrong.com Git - lilypond.git/commitdiff
* input/test/[a-b]*.ly: refresh descriptions -- avoid referring
authorHeikki Junes <heikki.junes@hut.fi>
Thu, 26 Feb 2004 00:48:57 +0000 (00:48 +0000)
committerHeikki Junes <heikki.junes@hut.fi>
Thu, 26 Feb 2004 00:48:57 +0000 (00:48 +0000)
to a file in printed documentation, instead, refer either to a
syntax or to an output.

28 files changed:
ChangeLog
input/test/add-staccato.ly
input/test/add-text-script.ly
input/test/ambitus-mixed.ly
input/test/ancient-accidentals.ly
input/test/ancient-font.ly
input/test/ancient-time.ly
input/test/bagpipe.ly
input/test/bar-always.ly
input/test/bar-lines-lyric-only.ly
input/test/bar-lines.ly
input/test/bar-number-every-five-reset.ly
input/test/bar-number-regular-interval.ly
input/test/bar-number-show-all.ly
input/test/beam-alternate.ly
input/test/beam-auto-4-8.ly
input/test/beam-auto-override.ly
input/test/beam-auto.ly
input/test/beam-control.ly
input/test/beam-count.ly
input/test/beam-dir-functions.ly
input/test/beam-isknee.ly
input/test/beam-neutral-direction.ly
input/test/beam-rest.ly
input/test/blank-notes.ly
input/test/blank-paper-tab.ly
input/test/blank-paper.ly
input/test/boxed-molecule.ly

index 8e2eac573d59efc0261857b27ce8ec20981f571c..18e310e61bc6911ffe4c1ccbac7a831e423ba33b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-02-26  Heikki Junes <hjunes@cc.hut.fi>
+
+        * input/test/[a-b]*.ly: refresh descriptions -- avoid referring
+        to a file in printed documentation, instead, refer either to a 
+        syntax or to an output.
+
 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
 
        * input/regression/beam-center-slope.ly: Add test.
index 62c2c3e0b9ef5bcfdeba4ba181f55b2e5d806eb8..fa8379fbc9265f1b9e935d5716bda9a6bae11bd0 100644 (file)
@@ -4,9 +4,9 @@
 \header {
 
 texidoc= "@cindex Add Stacato
-Using make-music, you can add various stuff to notes. Here
-is an example how to add staccato dots.  Note: for this simple case
-one would not use scm constructs.  See separate-staccato.ly first.
+Using @code{make-music}, you can add various stuff to notes. In this
+example staccato dots are added to the notes.  For this simple case,
+it is not necessary to use scm constructs (see @code{separate-staccato.ly}).
 "
 } 
 
index d964ed7cf8dca4e4c89b879d307dbb790a46cf58..4df05478a4fdf03d865c4d00819f2326ca2bc189 100644 (file)
@@ -2,11 +2,11 @@
 
 \header {
 texidoc= "@cindex make-music Fingering
-You can add various stuff to notes using make-music.
-Here is an example of how to add an extra fingering
+You can add various stuff to notes using @code{make-music}.
+In this example, an extra fingering is attached to a note
 
-In general, first do a display of the music you want to
-create, then write a function that will build the structure for you.
+In general, first do a @code{display} of the music you want to
+create, then write a function that will structure the music for you.
 "
 } 
 
index 9c2439fc0ffc709416a5e38700fc80e803baa127..06fe96e3568323ba38363d682b837daf5aee3622 100644 (file)
@@ -1,15 +1,15 @@
 
 \header {
-texidoc = "Ambituses can be switched off or translated by using
-applyoutput.
+texidoc = "The showing of ambituses can be switched off or they can be
+shifted horizontally by using @code{applyoutput}.
 
 If you want to mix per-voice and per-staff ambituses, then you have to
-define you have to declare a new context type derived from the
-@code{Voice} context or @code{Staff} context.  The derived context
-must consist of the @code{Ambitus_engraver} and it must be accepted by
-a proper parent context, in the below example the @code{Staff} context
-or @code{Score} context, respectively.  The original context and the
-derived context can then be used in parallel in the same score. (this is not demonstrated in this file).
+define new context type derived from the @code{Voice} or @code{Staff} 
+context.  The derived context must contain the @code{Ambitus_engraver} 
+and it must be accepted by a proper parent context, which are respectively
+the @code{Staff} context or @code{Score} context in the example below. 
+The original context and the derived context can then be used in parallel 
+in the same score (not demonstrated in this file).
 "
 }
 
index 560e7273a44ab2abbc8bd2e64c7916c133e1f3a2..1a9218865a5b63cd93025a93ea9dc1769af40b99 100644 (file)
@@ -1,8 +1,8 @@
 
 \header {
 texidoc = "@cindex Ancient Accidentals
-Accidentals are available in different ancient styles. This
-file lists all of them.
+Accidentals are available in different ancient styles, which all
+are collected here.
 "
 }
 
index 46f8a0695d1932eed9a46a3508752aca398fe87e..e808a50b63a31b62c746309783f60c7048e4f6e8 100644 (file)
@@ -3,7 +3,7 @@
 % different locations.
 \header {
 texidoc = "@cindex Ancient Font
-Here is a display of many (all?) symbols that are
+Here are shown many (all?) of the symbols that are
 included in LilyPond's support of ancient notation.
 "
 }
index b7fdbb02a53cb29d36db66533d0727c12cc442d6..6d9868917400c9523585341ea7fe5755c03b6cea 100644 (file)
@@ -3,7 +3,7 @@
 % for ancient-font.ly
 \header {
 texidoc="@cindex Ancient Time Signatures
-Should use old style.
+Time signatures may also be engraved in an old style.
 "
 }
 
index 2c6bdd52cdab45bea6a579be7ae3cf86d0274b0e..bca0ab956d8e523e54314ae97b73edba95df4872 100644 (file)
@@ -2,7 +2,7 @@
 
 \header {
  texidoc = "@cindex Bagpipe Music
-Here's an example of bagpipe music.
+Bagpipe music may contain a lot of grace notes.
 "
 }
 
index 3833007c5ab042c9b371804c5fddca240612a810..60abb3a25de184ef6181325930e518bc0efdc813 100644 (file)
@@ -4,7 +4,7 @@
 
     texidoc = "@cindex Bars Always
 
-By setting @code{barAlways} and @code{defaultBarType,} you can automatically insert barlines everywhere."
+By setting @code{barAlways} and @code{defaultBarType}, barlines may be inserted automatically everywhere."
 
 }
 
index 6929c724d6afc952cd8acd708a8b4af3bf3bc3c4..1c791feb7d9b93eb7d6f9bf5bf24f0bdbfa88715 100644 (file)
@@ -1,7 +1,8 @@
 \version "2.1.26"
 \header { texidoc = "@cindex Bar line lyric only
-You can move around @code{Bar_engraver} and
-@code{Span_bar_engraver} if you want bar lines on lyrics. "
+You can move @code{Bar_engraver} and @code{Span_bar_engraver} to 
+a different engraving context, if you want, for example, bar lines 
+on lyrics. "
 }
 
 \score {
index 984db183348521dffd1d266d57bf491c4a69094f..ad59e74f2dbb438a12b3938032682d266c0e9f1f 100644 (file)
@@ -2,7 +2,7 @@
 \version "2.1.26"
 \header {
     texidoc = "@cindex Bar Lines
-Different types of bar lines demonstrated.
+There a many types of bar lines available.
 " }
 % TODO: dashed "|", HJJ
 \score
index 853c91e2576ac6a47da5823425eff3df79cb855c..ea229dd78838c086497a56a75f56e7ed18fee94c 100644 (file)
@@ -3,10 +3,11 @@
 \header {
     texidoc = "@cindex Bar Number Every Fifth Reset
 If you would like the bar numbers to appear at regular intervals, but
-not starting from measure zero, you can use the context function,
-@code{set-bar-number-visibility}, to automatically set
-@code{barNumberVisibility} so that the bar numbers appear at regular
-intervals, starting from the @code{\applycontext}.
+not starting from measure zero, you can use a context function,
+@code{set-bar-number-visibility}, to set automatically
+@code{barNumberVisibility}, so that the bar numbers appear at regular
+intervals, starting from the measure in which 
+@code{set-bar-number-visibility} is set using @code{\applycontext}.
 "
 
 }
index d7eef805cb956de921ca2e1bc4c1e0f0e51a8cd4..a801421301925d160047e688e07e0af10974d66e 100644 (file)
@@ -1,7 +1,7 @@
 \header {
     texidoc = "
 
-Bar numbers can also be printed at regular intervals.
+Bar numbers can also be printed inside boxes.
 
 " }
 
index e247d8f251f5c97e6f986956049c73bd851f8d17..bf06bafdb619455a9dfe5bd7cd0404e8deb60d8f 100644 (file)
@@ -2,7 +2,8 @@
 \version "2.1.26"
 \header{
     texidoc="@cindex Bar Number Show All
-Second line has bar numbers on start of every measure.
+By default, bar numbers are printed only in the first measure.  This 
+setting can be overridden, so that bar numbers on start of every measure.
 " }
 
 \score{
index 41682a3672c576ebb1308043bce9b82b91fb0173..4002e75165af13fc7198ca36b483f87d64d7a42c 100644 (file)
@@ -1,9 +1,10 @@
 
 \header {
 
-    texidoc = "Meshing eighths beams, connected by ties. This occurs
-    in (for example) in the cello suites. See also
-    @file{tie-cross-voice.ly}."
+    texidoc = "The eighth notes may be seemingly attached to different
+    beams, and the corresponding notes connected by ties (see also
+    @file{tie-cross-voice.ly}). 
+    Such a situation may occur, for example, in the cello suites."
 
 }
 
index 8c1ce62cc6d955a94c3fd80026291629bc7aabc2..19e050da12f8fa8d6e6c5368144f2ffc59cfdc22 100644 (file)
@@ -3,7 +3,7 @@
 % keep for now, although merging into beam-auto-override is a possibility.
 \header {
        texidoc = "@cindex Auto Beaming 4/8
-You can override LilyPond's automatic beaming.
+You can override the automatic beaming settings.
 "
 }
 
index fbaf2034d25d5d8e5d884fde813423ff8a369f94..c9a6394f9e99d9505b542a6d77537c0b48f4c258 100644 (file)
@@ -4,18 +4,17 @@
 
     texidoc = "@cindex Auto Beaming Override
 
-This shows how auto-beaming settings can be overridden.
-
-The auto-beamer will only engrave beams that end when:
+The auto-beamer, which can be overridden, will only engrave beams 
+that end before encountering of 
 @itemize @bullet
-@item  a rest is encountered
+@item  a rest,
 @item
- another beam (entered manually) is encountered
+ an other, manually entered beam, or
 @item
- there's a 'gap' in the beam note's durations
+ a bar line. 
 @end itemize
 
-The beam will be ended also when now % beamAutoEnd = 0.
+The @code{autoBeaming} can also be turned off.
 
 "
 
index 98bce46685ad7aa692488f44a494a31306ae889c..16ed23e92fc9c21d1061f52075eefe935186902b 100644 (file)
@@ -2,7 +2,8 @@
 \version "2.1.26"
 \header{
        texidoc = "@cindex Beaming Presets
-The auto-beam engraver has presets for common time signatures. " }
+There are presets for the @code{auto-beam} engraver in the case of common
+time signatures. " }
 \score{
     \notes \relative c''{
 
index 21efde49c3e1f8648441fb3fed6f7340dea60d57..2f10efafbb0ffdcb02237668fa8f062e4a540287 100644 (file)
@@ -3,7 +3,7 @@
 \header{
     texidoc="@cindex Beam Position Control
 
-Beam positions may be controlled manually, by setting @code{positions} in the @code{Beam} grob.
+Beam positions may be controlled manually, by overriding the @code{positions} setting of the @code{Beam} grob.
 
 " }
 \score { 
index c61b5577e96607504b2b5906596977fb38339d3e..ee8f7ed7ebe8eb74e798acbd6ebbe590ca4a9fe9 100644 (file)
@@ -3,8 +3,8 @@
 \header{
        texidoc="@cindex Beam Count
 
-You can alter the number of stems in a beam.  Here we see
-two sets of four 32nds joined as if they were 8th notes.
+You can alter the number of stems in a beam.  In this example,
+two sets of four 32nds are joined, as if they were 8th notes.
 
 " }
 
@@ -12,10 +12,10 @@ fragment = \notes {
   #(override-auto-beam-setting '(end * * * *)  1 4)
   f32 g a b b a g f
 
-  f32 g a 
+  f32 g a 
   \set stemRightBeamCount = #1  b
-  \set stemLeftBeamCount = #1 a
-   g f
+  \set stemLeftBeamCount = #1 b
+  a g f
 }
 
 
index 9223bbfb156812b0f05b99f0cce100de8986d4cf..177d926cccff7addac63cef66479092f2f5bccf9 100644 (file)
@@ -3,21 +3,21 @@
 \header {
   texidoc = "@cindex Beam Dir Functions
 
-There are several ways to calculate the direction of a beam:
+The direction of a beam may be calculated in several ways. As shown in
+the example, the beam are be below the notes if:
 @table @code
 @item majority
-number count of up or down notes
+of (individual) notes would have down stems,
 @item mean
-mean center distance of all notes
+of note pitches is on the center line or below it, or
 @item median
-mean centre distance weighted per note
+of note pithes (i.e. the centermost element of ordered pitches) is 
+on the center line or below it.
 @end table
 
-You can spot the differences of these settings from these simple
-examples:
-
-These beam direction functions are defined in @file{scm/beam.scm}.  If
-your favourite algorithm isn't one of these, you can hook up your own.
+If your favourite algorithm is not one of these, you can hook up your 
+own one. 
+(These beam direction functions are defined in @file{scm/beam.scm}.)  
 "
 }
 
index abab8e01c0120b8596b87929cf3f91d3e1239e59..e5844385ede0e46d75a4dabf85e4edd9587e8edf 100644 (file)
@@ -2,7 +2,7 @@
 \version "2.1.26"
 \header{
        texidoc="@cindex Beam Isknee
-LilyPond can beam across a Piano Staff.
+Beams can be placed across a \code{PianoStaff}.
 " }
 \score{
        \context PianoStaff <<
index d8efd4d2c5385e73b8bc69f8f5f1d91f227fc489..a4b13d1949eb8e63c00366e2d7186dc2df49e6c0 100644 (file)
@@ -2,9 +2,8 @@
 \version "2.1.26"
 \header{
        texidoc="@cindex Beam Neutral Direction
-When a beam falls in the middle of the staff, LilyPond normally
-prints the beam pointing down.  However, this behaviour can be
-altered if desired.
+When a beam falls in the middle of the staff, the beams point normally 
+down.  However, this behaviour can be altered, if desired.
 " }
 
 fragment = \notes {
index 2c2a1ea9146777ad5624442820c14de809d25002..7a975ba21d076d88419f4f67d18918e49faccbb5 100644 (file)
@@ -3,7 +3,7 @@
 
 \header{
 texidoc="@cindex Beam Over Rests
-Beams over rests.
+Beams may be forced to be over rests.
 " }
 
 \score{
index ad90f7252d54611ca18c4580e707c4a66ac9f6fa..89cb23b0c1bfd108148ffe456ff99a13103ce7d7 100644 (file)
@@ -7,10 +7,8 @@
 \header {
     texidoc = "@cindex Invisible Notes
 @cindex Blank Notes
-You can suppress printing of LilyPond output.  This example shows you how to
-print invisible (or blank) notes.  This can be very useful when you want to
-do wierd tricks with LilyPond (especially with slurs, since you can't attach
-a slur to a rest or spacer rest).
+Invisible (or transparent) can be useful, when wierd tricks are needed; 
+especially, a slur cannot be attach to a rest or spacer rest.
 " }
 
 blanknotes = { \override NoteHead  #'transparent = ##t
index f77a339d412b1493a89885ad82c3bb8c1ae0dc5b..2d16dc90442067b754a0f7767ad5700948cfd24d 100644 (file)
@@ -2,8 +2,9 @@
 \header {
     
 texidoc = "@cindex Blank Paper Tab
-Blank music paper, another example: empty staffs and a
-tablature staff. " }
+A blank music paper can be produced by using spacer rests, and removing
+@code{Bar_number_engraver}. Here is an empty staff with a tablature staff. 
+" }
 
 emptymusic = \notes { \repeat unfold 4  { s1\break }  \bar "|." }
 
index 5c522f8a3c65de99ce22e3f86ea1abf53817c23c..aa836b0f05b83ffb3a5c850d19f2f07f8bed2208 100644 (file)
@@ -2,7 +2,8 @@
 \header {
   texidoc="@cindex Blank Paper
 
-Blank music paper with clefs. Change the repeat count to get more staves.
+A blank music paper can be produced also by using invisible notes, and removing
+@code{Bar_number_engraver}.
 
 " }
 \score {
index 057c6b225a485a5d8bcdadc5713c01a1d47be8ec..651653de4473af45fd24050a0dd1afd2ed7489a5 100644 (file)
@@ -3,7 +3,8 @@
 \header {
 texidoc = "@cindex Boxed Stencil
 
-You can override the print-function to draw a box around arbitrary grobs. " }
+The @code{print-function} can be overridden to draw a box around an arbitrary 
+grob. " }
 
 
  \score { \notes \relative c''  {