]> git.donarmstrong.com Git - lilypond.git/commitdiff
*.ly: Added a newline at the end of the texinfo doc
authorGraham Percival <graham@percival-music.ca>
Wed, 28 May 2003 14:06:15 +0000 (14:06 +0000)
committerGraham Percival <graham@percival-music.ca>
Wed, 28 May 2003 14:06:15 +0000 (14:06 +0000)
string (produces better output in HTML version).
c*.ly:  Added texinfo index and added comments to aid
in future changes to input/test/ files.

42 files changed:
ChangeLog
input/test/absolute-volume.ly
input/test/add-staccato.ly
input/test/add-text-script.ly
input/test/ancient-accidentals.ly
input/test/ancient-font.ly
input/test/ancient-time.ly
input/test/auto-beam-4-8.ly
input/test/auto-beam.ly
input/test/bagpipe.ly
input/test/bar-lines-lyric-only.ly
input/test/bar-lines.ly
input/test/bar-number-every-fifth.ly
input/test/bar-number-show-all.ly
input/test/beam-control.ly
input/test/beam-count.ly
input/test/beam-damp.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
input/test/broken.ly
input/test/caps.ly
input/test/cautionaries.ly
input/test/chord-markup.ly
input/test/chord-names-dpnj.ly
input/test/chord-names-german.ly
input/test/chord-names-jazz.ly
input/test/chords.ly
input/test/clef-8-syntax.ly
input/test/clef-end-of-line.ly
input/test/coda-kludge.ly
input/test/coriolan-margin.ly
input/test/count-systems.ly
input/test/crescendi.ly
input/test/crescendo-text.ly
input/test/cue-notes.ly

index f754503e66282d8d0cbdc8fa144797e926d50b0c..54c6a7716f6df26dea5761c9eaf2c24a920619db 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,11 @@
-2003-05-28  Graham Percival <gperlist@shaw.ca>
+2003-05-28  Graham Percival  <gperlist@shaw.ca>
+       * input/sondag-morgen/*: removed due to copyright concerns.
+       * input/[a,b]*.ly: added a newline at the end of the texinfo
+       doc string (produces better output in HTML version).
+       * input/c*.ly: added texinfo index and added comments to
+       aid in future changes to input/test/ files.
+
+2003-05-28  Graham Percival  <gperlist@shaw.ca>
    * Documentation/user/refman.itely: fixed build problem (missing
    file) caused by previous renaming.
 
index 890fa0cd5eb176b37a264b0d1148e7ecbcde2a28..258ef3fe75f326ce64ea7324a7b8584e029451b7 100644 (file)
@@ -1,6 +1,7 @@
 \header {
     texidoc = "@cindex Absolute dynamics
-Absolute dynamics have effect in MIDI files."
+Absolute dynamics have effect in MIDI files.
+"
 }
 
 \version "1.7.18"
index 993d32fb5d8b226d76627b6825683edd32495e28..1170be9ef4f4d6a0af712e9ae124c2bb295bbf1c 100644 (file)
@@ -2,7 +2,8 @@
 % TODO: doesn't work with 1.7.19.  Check with more recent version.
 \header {
 
-texidoc= "Using make-music, you can add various stuff to notes. Here
+texidoc= "@cindex Add Stacato
+Using make-music, you can add various stuff to notes. Here
 is an example how to add staccato dots.  Note: for this simple case
 one would not use scm constructs.  See separate-staccato.ly first."
 
index 04d890f1ccc1684f9c6f07b937338d66a0651e63..a9c6639c7839b7b176bca227f61a1a9858f3e96f 100644 (file)
@@ -5,7 +5,8 @@ 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 to
-create, then write a function that will build the structure for you."
+create, then write a function that will build the structure for you.
+"
 } 
 
 #(define (make-text-script x) 
index 3561c99d1bb2a9be09036b127793e9ba3f34bf5d..9f1456469be7ecdc20dc478084c6b7ef95eeed4d 100644 (file)
@@ -1,7 +1,8 @@
 \header {
 texidoc = "@cindex Ancient Accidentals
 Accidentals are available in different ancient styles. This
-file lists all of them."
+file lists all of them.
+"
 }
 
 \version "1.7.18"
index 88e95169041f58d1476915229d87b2f90dcb85bd..d197f1fe5771c8dc3f44c0740c599f8ab145cef1 100644 (file)
@@ -1,10 +1,13 @@
 \version "1.7.19"
+% TODO: split ancient-font into seperate files; possibly in
+% different locations.
 \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."
+included in Lilypond's support of ancient notation.
+"
 }
 
 \include "paper26.ly"
index d5bcfcc5fd55cd6a907f495d1e94ad83baa97f63..f239973c0159eaef305f3a46b809d42917f33e14 100644 (file)
@@ -1,7 +1,10 @@
 \version "1.7.18"
-% TODO: merge with ancient font?
+% TODO: move stuff from ancient-font into here?  See comment
+% for ancient-font.ly
 \header {
-texidoc="Should use old style."
+texidoc="@cindex Ancient Time Signatures
+Should use old style.
+"
 }
 
 \score {
index 37af342cf5eee0f195134a86cca0eaa53cfc0031..fa1248e2adaf3b2171d7a6ed4060ed4021f524a8 100644 (file)
@@ -1,7 +1,8 @@
 \version "1.7.18"
 \header {
        texidoc = "@cindex Auto Beaming 4/8
-You can override Lilypond's automatic beaming."
+You can override Lilypond's automatic beaming.
+"
 }
 
 \score{
index d37c9ebcdce4a4d5189cbda15441183fefeddbca..afdcf83cdf978b184180f7cb3d9dbf940ee3ca6d 100644 (file)
@@ -1,7 +1,8 @@
 \version "1.7.18"
 \header{
        texidoc = "@cindex Beaming Presets
-The auto-beam engraver has presets for common time signatures."
+The auto-beam engraver has presets for common time signatures.
+"
 }
 \score{
     \notes \relative c''{
index d8d7c1bf06ff5f3ee5328bcf3563ca1a834a7301..063d3fb3875a97503c08e110d46b87490a9a7f21 100644 (file)
@@ -3,7 +3,8 @@
 \header {
  title="Flower of Scotland"
  texidoc = "@cindex Bagpipe Music
-bagpipe music"
+Here's an example of bagpipe music.
+"
 }
 
 #(add-to-grace-init "Voice" 'Stem 'length 6)
index 5a9c34f566b260f71b917d6a027d945fe7745b45..a501547564eb7be2eeeb7fca52015b01f8065437 100644 (file)
@@ -3,7 +3,8 @@
 
 texidoc = "@cindex Bar Line Lyric Only
 You can move around Bar_engraver and
-Span_bar_engraver if you want bar lines on lyrics."  }
+Span_bar_engraver if you want bar lines on lyrics.
+"  }
 
 
 \score {
index bc917bdb215851016247db2ef76a189b35e71c02..c917ef06a5e5389e2809f7397428a8bc41d4c604 100644 (file)
@@ -1,9 +1,8 @@
 \version "1.7.18"
 \header {
     texidoc = "@cindex Bar Lines
-Different types of bar lines demonstrated."
-}
-
+Different types of bar lines demonstrated.
+" }
 
 \score
 {
index 7ffec5e1aa89de72f43a8d49fd63d246e9ab7c47..45349de57b52ea4f13a0cb3b450a99bbb61d0532 100644 (file)
@@ -1,8 +1,7 @@
 \header {
     texidoc = "@cindex Bar Number Every Fifth
-Bar numbers can also be printed at regular intervals."
-
-}
+Bar numbers can also be printed at regular intervals.
+" }
 \version "1.7.18"
 
 \score {
index d0f0176ac10092f7000241a8b50d0e1a83c5ac9b..ecc4184d6b99c3cb7b91c15b1bdd66e9bbc6a182 100644 (file)
@@ -3,8 +3,8 @@
 % for greater clarity
 \header{
     texidoc="@cindex Bar Number Show All
-Second line has bar numbers on start of every measure."
-}
+Second line has bar numbers on start of every measure.
+}
 
 \score{
     \notes\relative c'{
index 82d73ebdf7b91015eaa7962c314c5a47d144f82f..47d5a5afeaf50e294a1b6ffd3ad47f2e39dc9bae 100644 (file)
@@ -1,8 +1,8 @@
 \version "1.7.18"
 \header{
     texidoc="@cindex Beam Control
-Controlling beam positions."
-}
+Controlling beam positions.
+}
 \score { 
     \context Voice \notes\relative c {
        %% from upper staffline (position 4) to centre (position 0)
index e3d227c1993a632d9ab84456f62bc014527aac77..b6348d54e4e59f25c4088e75190da426e24c1a1d 100644 (file)
@@ -2,8 +2,8 @@
 \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."
-}
+two sets of four 32nds joined as if they were 8th notes.
+}
 
 fragment = \notes {
   f'32 g a b b a g f
index a66afd6057d5589f6c005e4b7aeb25314a8017b4..d6dbc7729e8be166c76b3abc6b22ffeea3c70463 100644 (file)
@@ -1,8 +1,8 @@
 \header {
 % this example doesn't look very useful.  delete it?
 texidoc = "@cindex Beam Damp
-Beams are less steep than the notes they encompass. "
-}
+Beams are less steep than the notes they encompass.
+}
 
 \version "1.7.18"
 \score{
index ab5294f8164352f70bf5b6097b6705c4d492610b..1af618998b6cbba621a0f60f963ec48f615defe4 100644 (file)
@@ -1,8 +1,8 @@
 \version "1.7.18"
 \header{
        texidoc="@cindex Beam Isknee
-Lilypond can beam across a Piano Staff."
-}
+Lilypond can beam across a Piano Staff.
+}
 \score{
        \context PianoStaff <
        \context Staff=one \notes\relative c'{
index 37b2ee2392339ea964658357b225d09795f607b6..522c2a2da954f353f4d5981badb1da414f39d8c1 100644 (file)
@@ -3,8 +3,8 @@
        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."
-}
+altered if desired.
+}
 
 fragment = \notes {
    b''8-[ b]
index d2628a0fda9cf4ffb2acb094e7597640d17c81e6..d5fcc0bb555fbfa579ca4200e951f8c3e7d79c3e 100644 (file)
@@ -2,8 +2,8 @@
 
 \header{
 texidoc="@cindex Beam Over Rests
-Beams over rests."
-}
+Beams over rests.
+}
 
 \score{
         \context Staff=one \notes\relative c''{
index 41754ef59d940c784d06c00b9ca5285220ac63ea..ba861f2701657a32f7adf44e5d550f7233f2d50a 100644 (file)
@@ -1,8 +1,8 @@
 \version "1.7.18"
 \header {
   texidoc="@cindex Beam Stem Test
-Beam-stem attachment test.  Helper file for ps/dvips problems."
-}
+Beam-stem attachment test.  Helper file for ps/dvips problems.
+}
        
 \score {
   \context RhythmicStaff \notes {
index 4e48d15623bbc917308a7b3ec924b986fc5215a5..0136905cb6ba3a8d7946377b837051fd55aadbb3 100644 (file)
@@ -9,8 +9,8 @@
 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)."
-}
+a slur to a rest or spacer rest).
+}
 
 blanknotes = { \property Voice.NoteHead
               \override #'transparent  = ##t
index 984ecae5823c4b5558c945c46f42249426d968ef..4320b3d001b9241a53c37aa7d045748a84059913 100644 (file)
@@ -1,8 +1,8 @@
 \version "1.7.18"
 \header {
   texidoc="@cindex Blank Paper
-Blank music paper with clefs"
-}
+Blank music paper with clefs.
+}
 \score {
   \notes {
     % \clef violin
index 74f9490b06ac7b00fe271048d41db7c8fe84a084..8717929d9b256cfee6bdcfe8011d445369c1c9c1 100644 (file)
@@ -1,12 +1,12 @@
 \version "1.7.18"
+% TODO: check that this file actually works.
 \header {
 texidoc = "@cindex Boxed Molecule
 You can override the molecule callback to draw a box around
 arbitrary grobs.
 
-TODO:  circled molecules."
-% TODO: check that this one actually works.
-}
+TODO:  circled molecules.
+" }
 
 
  \score { \notes \relative c''  {
index 1d4927966331de4d5f5805ed32a88cde6b106c7f..b059e3d1e9497a12063503eaf28dadc614af0572 100644 (file)
@@ -4,9 +4,7 @@
         texidoc = "@cindex Broken Spanner Adjustment
 Broken spanners can be adjusted individually, but
 this requires complicated scheme code.
-  "
-
-}
+" }
 
 #(define (my-callback grob)
   (let* (
index c0bb3e4f27a3ca7a4262e07c76c2669e95367346..f952ac31c46c4b81e79313fa57356cf51445f8de 100644 (file)
@@ -3,8 +3,8 @@
 % followvoice examples in input/test
 \header{
        texidoc = "@cindex Piano followVoice
-followVoice: connect note heads with line when thread switches staff."
-}
+followVoice: connect note heads with line when thread switches staff.
+}
 \score{
     \context PianoStaff <
         \context Staff=one \notes\relative c''{
index b828638f8ce137f1a1964ce4b8de1689063c4ba8..97e1c624f4d279313cff82494ef4adec9a6ee09d 100644 (file)
@@ -1,5 +1,5 @@
 \version "1.7.18"
-% TODO: move to regression?
+% TODO: move to regression or delete?
 \header{
 enteredby =     "jcn"
 copyright =     "PD"
index 7f3eb62bc0d0cefcb6b24baa3d91d1c779c24251..e2d6703cfef57721a333a2a1023b4b38e134c6b6 100644 (file)
@@ -1,8 +1,8 @@
 \version "1.7.18"
 \header {
-texidoc =  " Small caps is available as font-shape caps.
-
-       " }
+texidoc =  "@cindex Capital Letters
+You can set the font to use small caps.
+" }
 shapeSC   = \property Lyrics.LyricText \override #'font-shape = #'caps
  shapeNorm = \property Lyrics.LyricText \revert   #'font-shape
 
index 216502774cab75559cc1d89897bbc6033895c6f7..a164079dc26e98921871babb0f4d82daa1be8112 100644 (file)
@@ -1,16 +1,17 @@
 \version "1.7.18"
-
-%% FIXME
-
+\header{
+       texinfo="@cindex Cautionary Accidentals
+Lilypond can display cautionary accidentals in different ways.
+" }
 \score { \notes \context Staff \transpose c c'' {
   \key d \major
 %  \property Staff.autoReminders = #'cautionary
   \property Staff.Accidental \override #'font-relative-size = #0
-  <<dis c>>1 cis2 d
-%  \property Staff.Accidental \override #'cautionary-size = #-1
-  <<dis c>>1 cis2 d
-%  \property Staff.Accidental \override #'paren-cautionaries = ##f
-  <<dis c>>1 cis2 d
+  <<dis c>>1 cis?2 d?
+  \property Staff.Accidental \override #'cautionary-style = #'smaller
+  <<dis c>>1 cis?2 d?
+  \property Staff.Accidental \override #'cautionary-style = #'parentheses
+  <<dis c>>1 cis?2 d?
 
 }
 }
index be26f9df91c049ad226eea5b7bcf770aece69203..2bd43dc42dc437b08038ecd428ae90acd283d5d4 100644 (file)
@@ -1,7 +1,8 @@
 \version "1.7.18"
 \header{
-    texidoc = "chord/markup test"
-}
+    texidoc = "@cindex Chord Markup
+chord/markup test.
+" }
 
 \paper{ raggedright = ##t }
 
index d1d8e55d507309a0b9dd4f1e5a2c631560086803..3d85dd73716db039444bb600ff64afc541a6092b 100644 (file)
@@ -1,3 +1,4 @@
+% FIXME: currently doesn't do anything useful.  fix or delete.
 \header {
     texidoc = "Chord name scheme test -- double-plus-new-chord-name jazz"
 }
index 02559254396be4c6d510e6e9fa3aba4bc50d4677..d14fa524932bbb7d0ffa99fa54d8b9ca58e6291e 100644 (file)
@@ -1,11 +1,9 @@
-
 \version "1.7.18"
 \header  {
-
-    texidoc = "By setting @code{ChordNames.chordRootNamer}, the root
-of the chord may be named with a different function."
-
-}
+    texidoc = "@cindex Chord Names German
+By setting @code{ChordNames.chordRootNamer}, the root
+of the chord may be named with a different function.
+" }
 
 scm = \chords { c4/c cis/cis cisis/cisis ces/ces ceses/ceses b/b bis/bis bes/bes beses/beses } 
 \score {
index a0966e5b20f5eaa9772ee547c35b0a86a00406ec..97f4cea53a1e3fb24d4eda33744e1b85e1cbffa1 100644 (file)
@@ -1,4 +1,5 @@
 \version "1.7.18"
+% FIXME: doesn't display anything useful.
 \header {
 texidoc = "Jazz notation for chord names.
 
index 486a2035bdfcfe7c0500c6b6f63dc84aeb038efc..0f725f6fb4ffa116d4ab0807a80f63a2f58447a3 100644 (file)
@@ -1,4 +1,4 @@
-
+% FIXME: doesn't display anything useful.
 \version "1.7.18"
 \score { \notes { c4^"fixme"}}
 
index d2cb2abdd530661a5d47e7a003c8f6f49e93b1c6..861b70e57f0e4c6e2352f39d91efaa3c7b4e849e 100644 (file)
@@ -1,11 +1,10 @@
 \version "1.7.18"
 \header {
-
-    texidoc = "Appending @code{_8} or @code{^8} to a clef name, will
-    add an octavation sign to the clef."
-
-}
-
+    texidoc = "@cindex Chord Octavation
+Appending @code{_8} or @code{^8} to a clef name will
+add an octavation sign to the clef, although the clef
+name needs to be in quotes (such as \"treble^8\").
+" }
 
 \score { 
   \context Voice \notes\relative c {
index 1642b97da2b9562ebe54642d37efe916415305e3..41a4d5e4e695cf902bfb107bbc3772f607e181b9 100644 (file)
@@ -1,10 +1,9 @@
-
 \version "1.7.18"
 \header {
 
-    texidoc = "Scales, but with clef and key signature at the end of the line."
-
-}
+    texidoc = "@cindex Clef End of Line
+Scales, but with clef and key signature at the end of the line.
+}
 
 \score {
     \notes \transpose c c' {
index 3336e52a4dd093a928e3f6cc96fd012d5e95889e..36378c6b25b9ecf9f5e78a5b79c2e7b0c841e950 100644 (file)
@@ -1,8 +1,9 @@
 \version "1.7.18"
-% The volta texts should read: 1-4  and  5
-% Not 1 and 2
-% (see 1.2.17)
-
+% TODO: rethink name and whole file -- possible deletion or major
+% changes.
+\header{
+       texinfo="@cindex Coda Kludge"
+}
 %{
 Hi,
        I want to write some music that has the structure:
index 0b15c0045ca45d8b212003767f244e89aac2c1ea..1d4f8605eb2cd75865044cf7c90d1921472bbbf6 100644 (file)
   enteredby =   "JCN"
 
 
-texidoc = "Demonstration of how to set up an orchestral score."  
-}
+texidoc = "@cindex Orchestra Score
+@cindex Coriolan Score
+Demonstration of how to set up an orchestral score (Bethoven's Coriolan overture).
+" }
 
 raisedFlat = \markup { \raise #0.4 \smaller \smaller \musicglyph #"accidentals--1"  }
 
index e7b3d51bcf7e044efbf6e10f645d234e9e945540..16f08a31a78217ef26f252677b939de2acb7f294 100644 (file)
@@ -1,11 +1,11 @@
 \version "1.7.18"
 \header{
     
-    texidoc="Display the number of systems, or the system number of a
-    Grob.  This can be most useful to assertain that a piece uses a
-    specified number of lines."
-    
-}
+    texidoc="@cindex Count Systems
+Display the number of systems, or the system number of a
+Grob.  This can be most useful to assertain that a piece uses a
+specified number of lines.
+}
 
 #(define (display-systemno smob)
   (let* ((this-system (ly:get-system smob))
index a224ef53e93c0e3a403818ad0d8aa1f41ff315c2..35a224794ca8fbae07658e25247048a3e8458945 100644 (file)
@@ -1,5 +1,8 @@
 \version "1.7.18"
-
+\header{
+       texinfo="@cindex Crescendi
+Lilypond can print crescendi in a number of different ways.
+" }
 \score{
 \notes\relative c''{
 a1\fff\> \!a-\pp
index e08a684354934ae900d61e9e6cad61a7f6fa33fc..bea085fc8e2fe0244ed4b6d5d7e3a952ebab7948 100644 (file)
@@ -1,5 +1,5 @@
 \version "1.7.18"
-
+% delete; covered by cresendi.ly
 
 fragment = \notes {
   \context Voice {
index ed8634c3aa4b8a64d44f92a9672b3cde95f3685f..439bd12a2b367b5f8f87c9cf00e77f99b28b2fae 100644 (file)
@@ -1,10 +1,12 @@
 \version "1.7.18"
+% TODO: check to see if this example can be simplified using \small
+% or \tiny.
 \header {
 
-    texidoc = "Cue notes should be set in smaller type. Cue clefs are
-usually not restored explicitly."
-
-}
+    texidoc = "@cindex Cue Notes
+Cue notes should be set in smaller type.  Cue clefs are
+usually not restored explicitly.
+"  }
 
 
 \score {