From: Graham Percival Date: Tue, 27 May 2003 11:49:01 +0000 (+0000) Subject: Added texinfo index tags. X-Git-Tag: release/1.7.21~70 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2e1d7ff157456491c367146174ff14ef9bf6752f;p=lilypond.git Added texinfo index tags. --- diff --git a/input/test/absolute-volume.ly b/input/test/absolute-volume.ly index c3c1288f33..890fa0cd5e 100644 --- a/input/test/absolute-volume.ly +++ b/input/test/absolute-volume.ly @@ -1,5 +1,6 @@ \header { - texidoc = "Absolute dynamics have effect in MIDI files." + texidoc = "@cindex Absolute dynamics +Absolute dynamics have effect in MIDI files." } \version "1.7.18" diff --git a/input/test/add-text-script.ly b/input/test/add-text-script.ly index 5ab71e9070..04d890f1cc 100644 --- a/input/test/add-text-script.ly +++ b/input/test/add-text-script.ly @@ -1,10 +1,10 @@ \version "1.7.18" %% or actually: 1.7.1 ... \header { -texidoc= "Using make-music, you can add -various stuff to notes. Here is an example -how to add an extra fingering. +texidoc= "@cindex make-music Fingering +You can add various stuff to notes using make-music. +Here is an example of how to add an extra fingering. -In general, first do a display of the music you want ot +In general, first do a display of the music you want to create, then write a function that will build the structure for you." } diff --git a/input/test/ancient-accidentals.ly b/input/test/ancient-accidentals.ly index 1c8141c361..3561c99d1b 100644 --- a/input/test/ancient-accidentals.ly +++ b/input/test/ancient-accidentals.ly @@ -1,7 +1,7 @@ \header { -texidoc = "Accidentals are available in different ancient styles. This -files lists all of them." - +texidoc = "@cindex Ancient Accidentals +Accidentals are available in different ancient styles. This +file lists all of them." } \version "1.7.18" @@ -50,6 +50,5 @@ files lists all of them." } \paper { } - \midi { } } %% new-chords-done %% diff --git a/input/test/ancient-font.ly b/input/test/ancient-font.ly index 406d1a35c0..88e9516904 100644 --- a/input/test/ancient-font.ly +++ b/input/test/ancient-font.ly @@ -2,6 +2,9 @@ \header { title = "ancient font test" date = "2002" +texidoc = "@cindex Ancient Font +Here is a display of many (all?) symbols that are +included in Lilypond's support of ancient notation." } \include "paper26.ly" @@ -177,6 +180,7 @@ lowerStaff = \context MensuralStaff = lowerStaff < % segmentation fault on r8/r16/r32. (Strange: what has % Voice.Stem flag-style to do with mensural rests?) \property Voice.Stem \override #'flag-style = #'neo_mensural + % FIXME: produces warnings about "flag `neo_mensurald4' (or 3) not found". r2 r4 r8 r16 r16 \property Voice.Stem \override #'flag-style = #'mensural \property Staff.forceClef = ##t diff --git a/input/test/auto-beam-4-8.ly b/input/test/auto-beam-4-8.ly index bb632e3728..37af342cf5 100644 --- a/input/test/auto-beam-4-8.ly +++ b/input/test/auto-beam-4-8.ly @@ -1,6 +1,8 @@ \version "1.7.18" - - +\header { + texidoc = "@cindex Auto Beaming 4/8 +You can override Lilypond's automatic beaming." +} \score{ \notes\relative c''{ @@ -21,7 +23,6 @@ | | | |--| x| x| x| x| x| %} - %\property Voice.autoBeamSettings \override #'(end * * * *) = #(ly:make-moment 2 4) \property Voice.autoBeamSettings \override #'(end * * * *) = #(ly:make-moment 2 4) c8 c c c16 c diff --git a/input/test/auto-beam-override.ly b/input/test/auto-beam-override.ly index 71b4f220eb..e42c9b494d 100644 --- a/input/test/auto-beam-override.ly +++ b/input/test/auto-beam-override.ly @@ -1,7 +1,7 @@ \version "1.7.18" \header { - texidoc = " + texidoc = "@cindex Auto Beaming Override Show how auto-beaming settings can be overridden. The auto-beamer will only engrave beams that end when: diff --git a/input/test/auto-beam.ly b/input/test/auto-beam.ly index 5eb8a0e3c4..d37c9ebcdc 100644 --- a/input/test/auto-beam.ly +++ b/input/test/auto-beam.ly @@ -1,13 +1,15 @@ \version "1.7.18" - -%{ - The auto-beam engraver has presets for common time signatures. -%} - +\header{ + texidoc = "@cindex Beaming Presets +The auto-beam engraver has presets for common time signatures." +} \score{ \notes \relative c''{ -%{ + % urg: something breaks in grouping see input/bugs/time-grouping.ly + % + % really? it looks fine to me. I think the above note is old; remove + % these lines in the next revision. \time 1/2 c8 c c c c16 c c c c c c c @@ -20,7 +22,7 @@ c8 c16 c c32 c c c -%} + \time 2/2 c8 c c c c c c c c16 c c c c c c c c c c c c c c c