From 21238688b8d3e70482cf48a1039f888496992b6c Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Tue, 27 May 2003 13:14:30 +0000 Subject: [PATCH] Added texinfo index tag. --- input/test/bagpipe.ly | 3 ++- input/test/bar-lines.ly | 3 ++- input/test/bar-number-every-fifth.ly | 8 ++------ input/test/beam-control.ly | 3 ++- input/test/beam-count.ly | 6 +++++- input/test/beam-damp.ly | 4 +++- input/test/beam-dir-functions.ly | 2 +- input/test/beam-isknee.ly | 4 ++++ input/test/beam-neutral-direction.ly | 9 ++++++++- input/test/beam-rest.ly | 5 ++--- input/test/beam-stem-test.ly | 3 ++- input/test/blank-notes.ly | 14 ++++++++++---- input/test/blank.ly | 3 ++- input/test/boxed-molecule.ly | 11 +++++------ input/test/broken-spanner-adjustment.ly | 3 ++- input/test/broken-thread-line.ly | 11 ++++++----- 16 files changed, 58 insertions(+), 34 deletions(-) diff --git a/input/test/bagpipe.ly b/input/test/bagpipe.ly index 793b9e953a..d8d7c1bf06 100644 --- a/input/test/bagpipe.ly +++ b/input/test/bagpipe.ly @@ -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) diff --git a/input/test/bar-lines.ly b/input/test/bar-lines.ly index 9faafafa0e..bc917bdb21 100644 --- a/input/test/bar-lines.ly +++ b/input/test/bar-lines.ly @@ -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." } diff --git a/input/test/bar-number-every-fifth.ly b/input/test/bar-number-every-fifth.ly index 4b10fc7008..7ffec5e1aa 100644 --- a/input/test/bar-number-every-fifth.ly +++ b/input/test/bar-number-every-fifth.ly @@ -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" diff --git a/input/test/beam-control.ly b/input/test/beam-control.ly index 5c7a871a4b..82d73ebdf7 100644 --- a/input/test/beam-control.ly +++ b/input/test/beam-control.ly @@ -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 { diff --git a/input/test/beam-count.ly b/input/test/beam-count.ly index a6f824b74a..e3d227c199 100644 --- a/input/test/beam-count.ly +++ b/input/test/beam-count.ly @@ -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 diff --git a/input/test/beam-damp.ly b/input/test/beam-damp.ly index e6d4169120..a66afd6057 100644 --- a/input/test/beam-damp.ly +++ b/input/test/beam-damp.ly @@ -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" diff --git a/input/test/beam-dir-functions.ly b/input/test/beam-dir-functions.ly index f39ce51663..cf1cdde6e8 100644 --- a/input/test/beam-dir-functions.ly +++ b/input/test/beam-dir-functions.ly @@ -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 diff --git a/input/test/beam-isknee.ly b/input/test/beam-isknee.ly index e14bc94e68..ab5294f816 100644 --- a/input/test/beam-isknee.ly +++ b/input/test/beam-isknee.ly @@ -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'{ diff --git a/input/test/beam-neutral-direction.ly b/input/test/beam-neutral-direction.ly index 0de00fe409..37b2ee2392 100644 --- a/input/test/beam-neutral-direction.ly +++ b/input/test/beam-neutral-direction.ly @@ -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} diff --git a/input/test/beam-rest.ly b/input/test/beam-rest.ly index 2fd24f07dd..d2628a0fda 100644 --- a/input/test/beam-rest.ly +++ b/input/test/beam-rest.ly @@ -1,9 +1,8 @@ \version "1.7.18" \header{ -texidoc=" -Beams over rests. -" +texidoc="@cindex Beam Over Rests +Beams over rests." } \score{ diff --git a/input/test/beam-stem-test.ly b/input/test/beam-stem-test.ly index 2d46ee8b02..41754ef59d 100644 --- a/input/test/beam-stem-test.ly +++ b/input/test/beam-stem-test.ly @@ -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 { diff --git a/input/test/blank-notes.ly b/input/test/blank-notes.ly index 771fcb6cfc..4e48d15623 100644 --- a/input/test/blank-notes.ly +++ b/input/test/blank-notes.ly @@ -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 diff --git a/input/test/blank.ly b/input/test/blank.ly index 541e2b1320..984ecae582 100644 --- a/input/test/blank.ly +++ b/input/test/blank.ly @@ -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 { diff --git a/input/test/boxed-molecule.ly b/input/test/boxed-molecule.ly index dfef74e763..74f9490b06 100644 --- a/input/test/boxed-molecule.ly +++ b/input/test/boxed-molecule.ly @@ -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. } diff --git a/input/test/broken-spanner-adjustment.ly b/input/test/broken-spanner-adjustment.ly index 66107ad82c..1d49279663 100644 --- a/input/test/broken-spanner-adjustment.ly +++ b/input/test/broken-spanner-adjustment.ly @@ -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. " diff --git a/input/test/broken-thread-line.ly b/input/test/broken-thread-line.ly index 6d103eb1d4..c0bb3e4f27 100644 --- a/input/test/broken-thread-line.ly +++ b/input/test/broken-thread-line.ly @@ -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''{ -- 2.39.5