From: Graham Percival <graham@percival-music.ca>
Date: Wed, 4 Jun 2003 12:07:01 +0000 (+0000)
Subject: Added texinfo index tags.
X-Git-Tag: release/1.7.21~46
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2789e357ce54f3b020c3ce80f489e751754bc965;p=lilypond.git

Added texinfo index tags.
renamed empty-staffs.ly to blank-paper-tab.ly
---

diff --git a/ChangeLog b/ChangeLog
index 045b8d4946..2d71cdf8f2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-06-04  Graham Percival  <gperlist@shaw.ca>
+
+	* input/test/[d,e]: added texinfo index tags.
+	* input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
+
 2003-06-04  Graham Percival  <gperlist@shaw.ca>
 
 	* Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
diff --git a/input/test/blank-paper-tab.ly b/input/test/blank-paper-tab.ly
new file mode 100644
index 0000000000..c0ea61b1cb
--- /dev/null
+++ b/input/test/blank-paper-tab.ly
@@ -0,0 +1,25 @@
+\version "1.7.18"
+% rename from empty-staffs.ly to blank-paper-tab.ly
+\header {
+    
+texidoc = "@cindex Blank Paper Tab
+Blank music paper, another example: empty staffs and a
+tablature staff. " }
+
+emptymusic = \notes { \repeat unfold 4  { s1\break }  \bar "|." }
+
+\score  {
+\notes  <
+	\context Staff \emptymusic
+	\context TabStaff \emptymusic
+	>
+
+
+  \paper {
+    \translator {
+      \ScoreContext
+      \remove Bar_number_engraver
+    }
+  }
+}
+%% new-chords-done %%
diff --git a/input/test/defaultbars.ly b/input/test/defaultbars.ly
index 92db3af489..6f8f117b77 100644
--- a/input/test/defaultbars.ly
+++ b/input/test/defaultbars.ly
@@ -1,11 +1,11 @@
 \version "1.7.18"
-
-
+% renamed from defaultbars.ly to bars-always.ly
 \header {
 
-    texidoc = "By setting barAlways and defaultBarType, you can
-    automatically insert barlines everywhere." 
-}
+    texidoc = "@cindex Bars Always
+By setting barAlways and defaultBarType, you can
+automatically insert barlines everywhere.
+" }
 
 
 \score {
diff --git a/input/test/different-time-signatures.ly b/input/test/different-time-signatures.ly
index 8a99084419..cdc69eb447 100644
--- a/input/test/different-time-signatures.ly
+++ b/input/test/different-time-signatures.ly
@@ -1,5 +1,5 @@
 \version "1.7.18"
-
+% possibly rename to time-signature-multiple ?
 
 % barline spacing  disrupts visual rhythm.
 
@@ -7,6 +7,10 @@
 
 %% #(define nbal (acons '("Staff_bar" "begin-of-note") '(minimum_space 0.0) default-break-align-space-alist))  %% FIXME
 
+\header{ texidoc="@cindex Time Signature Multiple
+You can have multiple time signatures occuring at the same time.
+" }
+
 \score{
     \notes \relative c'  <
     	\context Staff= AS {
diff --git a/input/test/diverse-spacing.ly b/input/test/diverse-spacing.ly
index 5677b3971c..7e687cd97c 100644
--- a/input/test/diverse-spacing.ly
+++ b/input/test/diverse-spacing.ly
@@ -1,5 +1,5 @@
 \version "1.7.18"
-
+% I think this one could be removed or regression'd.
 
 % a few 32nds shouldn't stretch spacing enormously.
 \score {
diff --git a/input/test/divisiones.ly b/input/test/divisiones.ly
index baa8b2d1c5..061c0224ec 100644
--- a/input/test/divisiones.ly
+++ b/input/test/divisiones.ly
@@ -1,11 +1,11 @@
+% possible rename to ancient- or gregorian- ?
 \header {
-
-    texidoc = "Divisiones are gregorian variants of breathing signs.
+    texidoc = "@cindex Divisiones
+Divisiones are gregorian variants of breathing signs.
 Choices are @code{divisioMinima}, @code{divisioMaior}
 @code{divisioMaxima} and @code{finalis}, @code{virgula} and
-@code{caesura}."
-
-}
+@code{caesura}.
+" }
 
 \version "1.7.18"
 
diff --git a/input/test/drarn-slurs.ly b/input/test/drarn-slurs.ly
index a0827d18c6..05593e89b7 100644
--- a/input/test/drarn-slurs.ly
+++ b/input/test/drarn-slurs.ly
@@ -1,7 +1,8 @@
 \version "1.7.18"
-
+% possible rename to slurs-?
+% TODO: find out what drarn means, and if there's an overlap with drarn.ly
 \header{
-texidoc="
+texidoc="@cindex Drarn Slurs
 Slurs can be forced to always attach to note heads.
 "
 }
diff --git a/input/test/drarn.ly b/input/test/drarn.ly
index 0fd4fe172f..23d1651df7 100644
--- a/input/test/drarn.ly
+++ b/input/test/drarn.ly
@@ -1,4 +1,7 @@
 \version "1.7.18"
+\header{texidoc="@cindex Drarn
+You can attach slurs and ties to noteheads.
+" }
 
 \score {
   \context Staff \notes <
diff --git a/input/test/duration-check.ly b/input/test/duration-check.ly
index ec9b530e28..ff7527ade8 100644
--- a/input/test/duration-check.ly
+++ b/input/test/duration-check.ly
@@ -1,4 +1,5 @@
 \version "1.7.18"
+% candidate for remove or regression.
 \header {
 
     texidoc = "Check whether all @code{duration} properties can 
diff --git a/input/test/dynamic-extra.ly b/input/test/dynamic-extra.ly
index c12895031c..141e2ddda0 100644
--- a/input/test/dynamic-extra.ly
+++ b/input/test/dynamic-extra.ly
@@ -1,7 +1,8 @@
 \version "1.7.18"
+% probably should be merged into refman.
 \header{
-    texidoc = "Additional tricks for dynamics.  Pi`u forte dynamic script"
-}
+    texidoc = "@cindex Dynamic Piu Forte
+Additional tricks for dynamics.  Pi`u forte dynamic script. " }
 
 piuf =	\markup {  \italic "pi\\`u" \dynamic "f" }
 
diff --git a/input/test/embedded-postscript.ly b/input/test/embedded-postscript.ly
index cf956ca915..d63e66c25d 100644
--- a/input/test/embedded-postscript.ly
+++ b/input/test/embedded-postscript.ly
@@ -1,6 +1,7 @@
 \version "1.7.18"
 \header {
-  texidoc = "By inserting the @TeX{} command \embeddedps, you can
+  texidoc = "@cindex Embedded Postscript
+By inserting the @TeX{} command \embeddedps, you can
 insert postscript directly into the output.
 
 TODO: make molecule-callback to do this. 
diff --git a/input/test/embedded-scm.ly b/input/test/embedded-scm.ly
index 7ea8bf9f6b..ab3198cae4 100644
--- a/input/test/embedded-scm.ly
+++ b/input/test/embedded-scm.ly
@@ -1,4 +1,8 @@
 \version "1.7.18"
+% TODO: does this work?  It doesn't do anything with 1.7.20
+\header {texidoc="@cindex Embedded scm
+You can embed scm functions in your scores.
+"}
 
 #(begin (newline)(display "hello world")(newline))\score{
 	\notes\relative c'{ c }
diff --git a/input/test/embedded-tex.ly b/input/test/embedded-tex.ly
index 3a2a9ab34b..077de6da80 100644
--- a/input/test/embedded-tex.ly
+++ b/input/test/embedded-tex.ly
@@ -1,5 +1,6 @@
 \version "1.7.18"
-
+\header{ texidoc="@cindex Embedded Tex
+You can embed Tex commands in your score. "}
 
 fragment = \notes {
   a''^"3 $\\times$ \\`a deux"
diff --git a/input/test/empty-staffs.ly b/input/test/empty-staffs.ly
deleted file mode 100644
index 729865c93d..0000000000
--- a/input/test/empty-staffs.ly
+++ /dev/null
@@ -1,25 +0,0 @@
-\version "1.7.18"
-\header {
-    
-texidoc = "Blank music paper, another example: empty staffs and a
-tablature staff."
-
-}
-
-emptymusic = \notes { \repeat unfold 4  { s1\break }  \bar "|." }
-
-\score  {
-\notes  <
-	\context Staff \emptymusic
-	\context TabStaff \emptymusic
-	>
-
-
-  \paper {
-    \translator {
-      \ScoreContext
-      \remove Bar_number_engraver
-    }
-  }
-}
-%% new-chords-done %%
diff --git a/input/test/equaliser.ly b/input/test/equaliser.ly
index 8f7670635e..be6dd85d4e 100644
--- a/input/test/equaliser.ly
+++ b/input/test/equaliser.ly
@@ -1,8 +1,7 @@
-
-\header {
-texidoc = "The full orchestra plays a notes, where groups stop one after another. USe this to tune equalizer settings. "
-}
 \version "1.7.19"
+% possible rename to midi-volume-equaliser ?
+\header { texidoc = "@cindex Midi Volume Equaliser
+The full orchestra plays a notes, where groups stop one after another. USe this to tune equalizer settings. " }
 
 flauti = \notes \relative c' {
   \property Staff.midiInstrument = #"flute"
diff --git a/input/test/explicit.ly b/input/test/explicit.ly
index b3eb7fb317..ed5de5c240 100644
--- a/input/test/explicit.ly
+++ b/input/test/explicit.ly
@@ -1,7 +1,7 @@
 \version "1.7.18"
 
-\header{
-texidoc="Explicit pitches and durations."
+\header{ texidoc="@cindex Explicit Pitch and Duration
+Explicit pitches and durations. "
 }
 \score {
   \notes {
diff --git a/input/test/extra-staff.ly b/input/test/extra-staff.ly
index 5568be7dd6..253541e2b0 100644
--- a/input/test/extra-staff.ly
+++ b/input/test/extra-staff.ly
@@ -1,4 +1,5 @@
 \version "1.7.18"
+% definately wil be renamed to something.
 %{
 (Message vers:9)
 To: Adrian Mariano <<adrian@camcornelledu>>.
@@ -23,6 +24,10 @@ Try this (we'll include it in pl23/24):
 extra-staff.ly:
 %}
 
+\header{ texidoc="@cindex Staff Extra
+@cindex Staff Ossia
+You can add an extra staff after the beginning of a piece. "}
+
 \score {
 	<
 		\context Staff=i \notes\relative c''{ c1 c c c c }