]> git.donarmstrong.com Git - lilypond.git/commitdiff
Add texidoc index and a few comments.
authorGraham Percival <graham@percival-music.ca>
Thu, 19 Jun 2003 23:11:18 +0000 (23:11 +0000)
committerGraham Percival <graham@percival-music.ca>
Thu, 19 Jun 2003 23:11:18 +0000 (23:11 +0000)
19 files changed:
ChangeLog
input/test/coda-kludge.ly
input/test/part-combine-moments.ly
input/test/part-combine-staff.ly
input/test/part-combine.ly
input/test/partial-blank.ly
input/test/pedal.ly
input/test/perform-grace.ly
input/test/perform-tie.ly
input/test/phrasing-slur-height.ly
input/test/poly-metric.ly
input/test/preset-extent.ly
input/test/repeat-manual.ly
input/test/repeat.ly
input/test/rest-dot-positions.ly
input/test/rests.ly
input/test/reverse-music.ly
input/test/rhythm-excercise.ly
input/test/rhythmic-staff.ly

index f1be3b321813c6dada2cd586450fa185ac2b3324..5478bd894485b6dcdc68aef3b7ec40db03bb219d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -21,6 +21,8 @@
 
        * input/test/hymn.ly: change comments.
 
+       * input/test/[p-r]*.ly: add texidoc index.
+
 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
        * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
index a51a16a5d18c3cba86ff2bb8805ac82f5a5f2a9a..23ef59615a42df4ea534c525bec081014cbd5099 100644 (file)
@@ -1,6 +1,6 @@
 \version "1.7.18"
 % TODO: rethink name and whole file -- possible delete or major
-% changes.
+% changes.  See repeat-manual.ly
 \header{
        texidoc="@cindex Coda Kludge"
 }
index 43d0a7f67e6aedcf3c8b54e4f88bd3854c5c716a..949417181ec5202b4c746c38331bf79e125be88f 100644 (file)
@@ -1,4 +1,11 @@
 \version "1.7.19"
+% TODO: this example has a ton of text for very little output.
+% Is it all needed?  -gp
+% should this go to regression or be delete'd?   -gp
+\header{ texidoc="@cindex Part Combine Moments
+When you combine two voices with the same notes, you should
+only have one stem. "
+}
 
 \score{
        \context PianoStaff <
@@ -17,7 +24,7 @@
                                }
                >
        \paper {
-
+               raggedright= ##t
                textheight = 295.0\mm
                linewidth = 180.0\mm
 
index 02ec43a4666c24b41dff88c3915f3a71cdff2102..5be11d47c9c55d470a8625d78f9720a397548466 100644 (file)
@@ -1,4 +1,7 @@
 \version "1.7.19"
+\header { texidoc = "@cindex Part Combine Staff
+You can combine parts on two staffs, as well as two voices. "
+}
 
 \score{
        \context PianoStaff <
@@ -27,7 +30,6 @@
                                }
                >
        \paper {
-
                textheight = 295.0\mm
                linewidth = 180.0\mm
 
index 4d59c8e00e664d1a25f1aa6b7c3ebfe2fda33a9b..35333cdf63d90a39899bdda5840b89a3286093ee 100644 (file)
@@ -1,12 +1,10 @@
 \version "1.7.18"
 
-\header{
-texidoc="
+\header{ texidoc="@cindex Part Combine
 In orchestral scores and hymns, voices are traditionally combined onto
 one staff.  LilyPond has a part combiner, that combines or separates two
 voices according to actual rhythm and pitch.  User-defined texts such as
-``solo'' and ``@`a2'' are typeset automagically, as appropriate.
-"
+``solo'' and ``@`a2'' are typeset automagically, as appropriate. "
 }
 
 \score{
@@ -25,6 +23,7 @@ voices according to actual rhythm and pitch.  User-defined texts such as
     }
   >
   \paper{
+       raggedright = ##t
     linewidth = 80 * \staffspace
     \translator{
       \ThreadContext
index 4b1c7a145a0cdc581df33d7b2eba252b50d3ee80..a8f0b88d6bb52ebca03caa0da718d5922cb0810d 100644 (file)
@@ -1,10 +1,11 @@
 \version "1.7.18"
-
-%{  When entering half music (I.e. for students to complete by hand)
-    you need the spacing to correspond to the timing - all measures same length, etc.
-    This thing implements it by adding invisible staff with lots of fast notes.
-%}
-
+% check with invisible-notes or blank-notes.  possible rename. -gp
+\header{ texidoc = "@cindex Partial Blank
+When entering half music (i.e. for students to complete by hand)
+you need the spacing to correspond to the timing -- all measures
+same length, etc.  This thing implements it by adding invisible
+staff with lots of fast notes. "
+}
 
 quickmeasure = \notes {[\repeat unfold 16 c''16]}
 mel = \notes \relative c' {c16 d16 e8 a4 g2 e8 d c2. g'1 e4 d c2}
index 3d31007bc0a44ca975bbd865c71843f6d3d7e172..7a45e1906735b6c454afa944e85473d179b23dcb 100644 (file)
@@ -1,12 +1,10 @@
 \version "1.7.18"
-\header{
-    texidoc = "Piano pedal symbols merge stop and start.  The strings are configurable. 
+
+\header{ texidoc = "@cindex Pedal
+Piano pedal symbols merge stop and start.  The strings are configurable. 
 Text style, bracket style, and a mixture of both are supported.  "
 }
 
-
-
-
 \score{
     \context Staff \notes\relative c'{
 
@@ -29,12 +27,6 @@ Text style, bracket style, and a mixture of both are supported.  "
        c4 d \unaCorda e f g
        b \treCorde c
 
-
-    }
-    \paper{
-    }
-    \midi{
-       \tempo 4 = 60
     }
 }
 %% new-chords-done %%
index feb4b80eddf7a560d7e30c46cc365062b1bc67ad..d741b6136f6808f62a7d683e87e5c6a16ba213a8 100644 (file)
@@ -1,4 +1,6 @@
 \version "1.7.18"
+% regression or delete.  -gp
+\header{ texidoc = "" }
 
 \score { 
   \context Voice \notes\relative c {
index 894854bd8acdb5bc7d7d42409ad7efb41cfb7166..2c9902a414638c68eee6ea1377faf5f27e811051 100644 (file)
@@ -1,4 +1,6 @@
 \version "1.7.18"
+% regression or delete. -gp
+\header { texidoc= "" }
 
 \score { 
   \context Voice \notes\relative c {
index 893b83bfe3c75d62d21cce112b2d511bce77b4ff..c863f377902a06424cfd109b4248acdfa09bde40 100644 (file)
@@ -1,8 +1,7 @@
-\header{
-    texidoc="Make PhrasingSlur higher, to avoid colission from other slurs"
-    }
-
 \version "1.7.18"
+\header{ texidoc="@cindex Phrasing Slur Height
+Make PhrasingSlur higher, to avoid colission from other slurs. "
+}
 
 \score {
     \context Staff = melody \notes\relative c''{
@@ -10,7 +9,6 @@
        c8 \( (d e f-) g ( a b c-)
        | c ( b a g-) f ( e d c-)-\)
     }
-    \paper {
-    }
+    \paper { raggedright = ##t }
 }
 %% new-chords-done %%
index dd937ea2f0773f4e0f7e41b2f72f622f7143876c..2ba8a559da96931fda324f9509f719580cd64351 100644 (file)
@@ -1,7 +1,7 @@
 \version "1.7.18"
-\header {
-    texidoc = "Polymetric music with aligned note values can be written
- by moving the timing engraver to staff context."
+\header { texidoc = "@cindex Poly Metric
+Polymetric music with aligned note values can be written
+by moving the timing engraver to staff context. "
 }
 
 \score {
 
     \paper{
     \translator{ \ScoreContext
-    \remove "Timing_engraver" }
+           \remove "Timing_engraver" }
     \translator{ \StaffContext
-    \consists "Timing_engraver"
-    \alias Timing
-}
-}
+           \consists "Timing_engraver"
+           \alias Timing }
+       raggedright= ##t
+       }
 }
 %% new-chords-done %%
index 28f20fdca5daf8e0118de8be6a0814b842d95e8e..38d3437b33019c881a5305b2db3fea460b94733c 100644 (file)
@@ -1,9 +1,7 @@
 \version "1.7.18"
-\header {
-
-texidoc = "Grob extents may be hard coded using grob
-    properties.  This requires Grob::preset_extent () function.
-" 
+\header { texidoc = "@cindex Preset Extent
+Grob extents may be hard coded using grob properties.  This
+requires Grob::preset_extent () function. " 
 }
 
 \score {
index 89b4281e587f85ac2dbf5e6df17c4d7e5bf6c429..3c2809ccfd2ae6efb961b04571e4aced3496e5b6 100644 (file)
@@ -1,6 +1,8 @@
-
 \version "1.7.18"
-
+\header { texidoc = "@cindex Repeat Manual
+You can manually control repeat signs and numbers to produce
+unusual output. "
+}
 
 \score { \notes {
 % First a normal looking repeat:
@@ -17,5 +19,6 @@
     \property Score.repeatCommands = #'((volta #f))
  c c
 }
+       \paper{raggedright=##t}
 }
 %% new-chords-done %%
index cb6366e2986ae5c30dabd45735cc1e4699e2fc6e..ae6e17eea6f3e4eb375a127cd682106be48390e3 100644 (file)
@@ -1,4 +1,8 @@
 \version "1.7.18"
+% possible rename to lyric-repeat or repeat-lyric.
+\header{ texidoc = "@cindex Repeat Lyrics
+You can use alternate lyrics as well as alternate notes for repeats. "
+}
 
 \score{
        <
@@ -17,5 +21,6 @@
                          en dan nog dit er ach- ter aan
                  }
        >
+       \paper{raggedright=##t}
 }
 %% new-chords-done %%
index 2ce48b361aef070ad0215798403e5ccfeaae856c..a9d822d39e9a94dbe497e24384f6679cbcddd5f0 100644 (file)
@@ -1,4 +1,7 @@
 \version "1.7.18"
+% candidate for regression.  -gp
+\header { texidoc = "@cindex Rest Dot Positions
+This file tests dotted rests. " }
 
 muz = \notes \relative c'' {
     \time 6/1
@@ -50,5 +53,6 @@ muz = \notes \relative c'' {
          \context Voice=two { \voiceTwo \muz }
       >
   }
+       \paper{}
 }
 %% new-chords-done %%
index b2211b9c3456b381b489a8919d96b992e0ec8522..42b60dc71e9853c8b30c1368e1254dc1c62b357a 100644 (file)
@@ -1,6 +1,7 @@
 \version "1.7.18"
 \header {
-    texidoc = "rests in various styles."
+    texidoc = "@cindex Rests
+Rests in various styles."
 }
 
 % FIXME: Currently, this file produces "warning: flag `d-3' not found"
index e7da3e765af4e3f7469bd22a840b00e93205c97b..5195a5d8497b6132402296a45ed686da8a84dfb5 100644 (file)
@@ -1,9 +1,7 @@
 \version "1.7.18"
-
-\header {
-texidoc="
-Simple customised music apply.
-"
+% possible rename to scheme-something.
+\header { texidoc="@cindex Scheme Reverse Music
+Simple customised music apply. "
 }
 
 music = \notes \relative c'' { c4 d4( e4 f4 }
index 24d1918db58e8ec920a966367429bfb6f8373f24..cd53b36a0ab1318bfb660c1a64cb390025dfb08e 100644 (file)
@@ -1,10 +1,7 @@
 \version "1.7.18"
-\header {
-
-    texidoc = " a way to generate rhythm exercises with lilypond
-    (e.g. no staff but retaining the barlines"
-
-
+\header { texidoc = "@cindex Rhythm Exercise
+This example shows a way to generate rhythm exercises with
+Lilypond (e.g. no staff but retaining the barlines. "
 }
 
 \score { \notes { c4 c4 [ c8 c8 ] }
@@ -16,5 +13,6 @@
                           \remove Clef_engraver
                       }
         }
-     }
+       \paper{raggedright= ##t}
+}
 %% new-chords-done %%
index 109d7b58e3b7d30a5bd2451a8da832580a08c0d8..48e095e311bb1ac2cc8926b2fbbb82c5ac07b2a2 100644 (file)
@@ -1,6 +1,6 @@
 \version "1.7.18"
-
-
+% covered by refman, I think.  delete or regression.  -gp
+\header { texidoc = ""}
 \score{
   \context RhythmicStaff {
     \notes\relative c''{