]> git.donarmstrong.com Git - lilypond.git/commitdiff
Added texinfo index tag.
authorGraham Percival <graham@percival-music.ca>
Tue, 27 May 2003 13:14:30 +0000 (13:14 +0000)
committerGraham Percival <graham@percival-music.ca>
Tue, 27 May 2003 13:14:30 +0000 (13:14 +0000)
16 files changed:
input/test/bagpipe.ly
input/test/bar-lines.ly
input/test/bar-number-every-fifth.ly
input/test/beam-control.ly
input/test/beam-count.ly
input/test/beam-damp.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/beam-stem-test.ly
input/test/blank-notes.ly
input/test/blank.ly
input/test/boxed-molecule.ly
input/test/broken-spanner-adjustment.ly
input/test/broken-thread-line.ly

index 793b9e953a6ba57037c1bb42cf25f86c2f433489..d8d7c1bf06ff5f3ee5328bcf3563ca1a834a7301 100644 (file)
@@ -2,7 +2,8 @@
 
 \header {
  title="Flower of Scotland"
- texidoc = "bagpipe music "
+ texidoc = "@cindex Bagpipe Music
+bagpipe music"
 }
 
 #(add-to-grace-init "Voice" 'Stem 'length 6)
index 9faafafa0ec0ac97e8bbc41a34341c9238911471..bc917bdb215851016247db2ef76a189b35e71c02 100644 (file)
@@ -1,6 +1,7 @@
 \version "1.7.18"
 \header {
-    texidoc = "Different types of bar lines demonstrated."
+    texidoc = "@cindex Bar Lines
+Different types of bar lines demonstrated."
 }
 
 
index 4b10fc7008becc9dcc29979ae623c8a922dbe2d9..7ffec5e1aa89de72f43a8d49fd63d246e9ab7c47 100644 (file)
@@ -1,10 +1,6 @@
 \header {
-    texidoc = "Bar numbers can also be printed at regular intervals.
-
-
-
-"
-
+    texidoc = "@cindex Bar Number Every Fifth
+Bar numbers can also be printed at regular intervals."
 
 }
 \version "1.7.18"
index 5c7a871a4bd4b3d787638fa0e4bec71408cccb47..82d73ebdf7b91015eaa7962c314c5a47d144f82f 100644 (file)
@@ -1,6 +1,7 @@
 \version "1.7.18"
 \header{
-    texidoc="Controlling beam positions."
+    texidoc="@cindex Beam Control
+Controlling beam positions."
 }
 \score { 
     \context Voice \notes\relative c {
index a6f824b74a1d72a13c3bdcb63ba74a9d7a69b40c..e3d227c1993a632d9ab84456f62bc014527aac77 100644 (file)
@@ -1,5 +1,9 @@
 \version "1.7.18"
-
+\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."
+}
 
 fragment = \notes {
   f'32 g a b b a g f
index e6d4169120c2c5b840958081df2c48b7c42ff288..a66afd6057d5589f6c005e4b7aeb25314a8017b4 100644 (file)
@@ -1,5 +1,7 @@
 \header {
-texidoc = "Beams are less steep than the notes they encompass. "
+% this example doesn't look very useful.  delete it?
+texidoc = "@cindex Beam Damp
+Beams are less steep than the notes they encompass. "
 }
 
 \version "1.7.18"
index f39ce516638cf0ccaf6eac258952fd50af9cbfe0..cf1cdde6e80acd7439c41935750460278895558c 100644 (file)
@@ -1,6 +1,6 @@
 \version "1.7.18"
 \header {
-  texidoc = "
+  texidoc = "@cindex Beam Dir Functions
 
 There are several ways to calculate the direction of a beam.
 @table @code
index e14bc94e68319db229445c54fc91a2622e1061a8..ab5294f8164352f70bf5b6097b6705c4d492610b 100644 (file)
@@ -1,4 +1,8 @@
 \version "1.7.18"
+\header{
+       texidoc="@cindex Beam Isknee
+Lilypond can beam across a Piano Staff."
+}
 \score{
        \context PianoStaff <
        \context Staff=one \notes\relative c'{
index 0de00fe409caeb2a964b6fd46ba2ec8519b18c83..37b2ee2392339ea964658357b225d09795f607b6 100644 (file)
@@ -1,10 +1,17 @@
 \version "1.7.18"
-
+\header{
+       texinfo="@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."
+}
 
 fragment = \notes {
    b''8-[ b]
   \property Voice.Beam \set #'neutral-direction = #-1
    b-[ b]
+  \property Voice.Beam \set #'neutral-direction = #1
+   b-[ b]
 }
 
 \paper { raggedright = ##t} 
index 2fd24f07dddfd1a3931a3458f5430c4e645248da..d2628a0fda9cf4ffb2acb094e7597640d17c81e6 100644 (file)
@@ -1,9 +1,8 @@
 \version "1.7.18"
 
 \header{
-texidoc="
-Beams over rests.
-"
+texidoc="@cindex Beam Over Rests
+Beams over rests."
 }
 
 \score{
index 2d46ee8b02455f865337db7225b96b280c7015b8..41754ef59d940c784d06c00b9ca5285220ac63ea 100644 (file)
@@ -1,6 +1,7 @@
 \version "1.7.18"
 \header {
-  texidoc="Beam-stem attachment test.  Helper file for ps/dvips problems."
+  texidoc="@cindex Beam Stem Test
+Beam-stem attachment test.  Helper file for ps/dvips problems."
 }
        
 \score {
index 771fcb6cfc38189ee251326189a3b8b4da4e3b5f..4e48d15623bbc917308a7b3ec924b986fc5215a5 100644 (file)
@@ -1,9 +1,15 @@
 \version "1.7.18"
-
+% rename to invis-notes.ly
+% check if other documents call this "blank notes", though.  I think
+% invisible notes sounds better, but whatever it is, it should be
+% consistent.
 \header {
-    
-    texidoc = " print lesson sheets that contain blank lines and just portions of blank lines."
-
+    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)."
 }
 
 blanknotes = { \property Voice.NoteHead
index 541e2b1320648138f8082fc875401c8f63332a1a..984ecae5823c4b5558c945c46f42249426d968ef 100644 (file)
@@ -1,6 +1,7 @@
 \version "1.7.18"
 \header {
-  texidoc="Blank music paper with clefs"
+  texidoc="@cindex Blank Paper
+Blank music paper with clefs"
 }
 \score {
   \notes {
index dfef74e763166723a5ffa8efdd12a68a9b86532d..74f9490b06ac7b00fe271048d41db7c8fe84a084 100644 (file)
@@ -1,12 +1,11 @@
 \version "1.7.18"
 \header {
+texidoc = "@cindex Boxed Molecule
+You can override the molecule callback to draw a box around
+arbitrary grobs.
 
-texidoc = "overriding the molecule callback can also be used to draw a
- box around arbitrary grobs.
-
- TODO:  circled molecules.
-  
- "
+TODO:  circled molecules."
+% TODO: check that this one actually works.
 }
 
 
index 66107ad82cd02a78562731e40597403d1ace1f56..1d4927966331de4d5f5805ed32a88cde6b106c7f 100644 (file)
@@ -1,7 +1,8 @@
 \version "1.7.18"
 \header {
 
-        texidoc = "Broken spanners can be adjusted individually, but
+        texidoc = "@cindex Broken Spanner Adjustment
+Broken spanners can be adjusted individually, but
 this requires complicated scheme code.
   "
 
index 6d103eb1d42283abc7661a6bb4f585e063467af0..c0bb3e4f27a3ca7a4262e07c76c2669e95367346 100644 (file)
@@ -1,9 +1,10 @@
 \version "1.7.18"
-
-
-
-% followVoice: connect note heads with line when thread switches staff 
-
+% TODO: check if this is the best filename.  Look for other
+% followvoice examples in input/test
+\header{
+       texidoc = "@cindex Piano followVoice
+followVoice: connect note heads with line when thread switches staff."
+}
 \score{
     \context PianoStaff <
         \context Staff=one \notes\relative c''{