]> git.donarmstrong.com Git - lilypond.git/commitdiff
Added texinfo index tags.
authorGraham Percival <graham@percival-music.ca>
Wed, 4 Jun 2003 12:07:01 +0000 (12:07 +0000)
committerGraham Percival <graham@percival-music.ca>
Wed, 4 Jun 2003 12:07:01 +0000 (12:07 +0000)
renamed empty-staffs.ly to blank-paper-tab.ly

17 files changed:
ChangeLog
input/test/blank-paper-tab.ly [new file with mode: 0644]
input/test/defaultbars.ly
input/test/different-time-signatures.ly
input/test/diverse-spacing.ly
input/test/divisiones.ly
input/test/drarn-slurs.ly
input/test/drarn.ly
input/test/duration-check.ly
input/test/dynamic-extra.ly
input/test/embedded-postscript.ly
input/test/embedded-scm.ly
input/test/embedded-tex.ly
input/test/empty-staffs.ly [deleted file]
input/test/equaliser.ly
input/test/explicit.ly
input/test/extra-staff.ly

index 045b8d4946994427033111b8335b8b71a663c028..2d71cdf8f2daef7fd9787682b7a8cc934b7840b1 100644 (file)
--- 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 (file)
index 0000000..c0ea61b
--- /dev/null
@@ -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 %%
index 92db3af489700f10a194c5be480907a4b4a7a0ed..6f8f117b770a8d2d63b7d58c29ba0df750706680 100644 (file)
@@ -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 {
index 8a99084419ceacf9e7c533fb49b6dee243d492d8..cdc69eb44705c9a71faaf5ade796e8db2f1eeb9f 100644 (file)
@@ -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 {
index 5677b3971c91b053d1a306eefe52609388c2e5d7..7e687cd97cfd375cc730352effa256cc4db64660 100644 (file)
@@ -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 {
index baa8b2d1c54c904341421c25dfb3cc0d35e27fc6..061c0224ecf4a3c3edca013b976162d762ce4857 100644 (file)
@@ -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"
 
index a0827d18c6f2329ca8539613d22b3ff3ff1bd3bc..05593e89b746e1f3afb43e187ea99451fdf329e1 100644 (file)
@@ -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.
 "
 }
index 0fd4fe172f5cbd4f1c6bbbc98ee8d1a676539a36..23d1651df7d3d8748283c542d5fcdb80b79452de 100644 (file)
@@ -1,4 +1,7 @@
 \version "1.7.18"
+\header{texidoc="@cindex Drarn
+You can attach slurs and ties to noteheads.
+" }
 
 \score {
   \context Staff \notes <
index ec9b530e289e2de629653695227273f9843f8a25..ff7527ade8b6aa3f85dec4e53e0b8b8775de101f 100644 (file)
@@ -1,4 +1,5 @@
 \version "1.7.18"
+% candidate for remove or regression.
 \header {
 
     texidoc = "Check whether all @code{duration} properties can 
index c12895031c519462ae44f4e1766799a358a5776f..141e2ddda030470fe0f4c24d8d62574ac2f66326 100644 (file)
@@ -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" }
 
index cf956ca915eefd350f2f2181789eb22ca0f3bf6e..d63e66c25de3ed4db739af64650f68819565625a 100644 (file)
@@ -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. 
index 7ea8bf9f6bd5341b8ebbd8e321b0c3958e38453b..ab3198cae48c2485fd14c478cebbceb58af30d34 100644 (file)
@@ -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 }
index 3a2a9ab34be2cef0cee96774be94a65e50225d97..077de6da8092c6f52cd8ffdc447b4c50e3b19888 100644 (file)
@@ -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 (file)
index 729865c..0000000
+++ /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 %%
index 8f7670635ea3aa2942502c420018dc99ee3268e7..be6dd85d4e7dfa7ee4dde4328a0e39ec54d8e781 100644 (file)
@@ -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"
index b3eb7fb317f9d246c8fd5c942c7ed2caa1ac5de4..ed5de5c2407ec732bad6ad77e0e7d28daeb25679 100644 (file)
@@ -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 {
index 5568be7dd601efae9860a1fb7a4671124a1b2a0d..253541e2b0a13bda5d94336d650402d944802f9b 100644 (file)
@@ -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 }