]> git.donarmstrong.com Git - lilypond.git/commitdiff
Added texinfo index.
authorGraham Percival <graham@percival-music.ca>
Thu, 19 Jun 2003 04:48:29 +0000 (04:48 +0000)
committerGraham Percival <graham@percival-music.ca>
Thu, 19 Jun 2003 04:48:29 +0000 (04:48 +0000)
23 files changed:
ChangeLog
input/test/manual-clef.ly
input/test/maximum-rest-count.ly
input/test/mensural-ligatures.ly
input/test/midi-scales.ly
input/test/midi-tuplets.ly
input/test/mmrest-collision.ly
input/test/move-accidentals.ly
input/test/move-mark.ly
input/test/move-notehead.ly
input/test/move-specific-text.ly
input/test/multi-slope.ly
input/test/music-box.ly
input/test/music-creation.ly
input/test/nested-groups.ly
input/test/no-bar-lines.ly
input/test/no-staff.ly
input/test/no-stem-extend.ly
input/test/note-shift.ly
input/test/notemode-chords.ly
input/test/octave-duplicate.ly
input/test/orchestalpart.ly
input/test/ossia.ly

index 5f941fa2fe71e48dbb1ef4fbd6e510ce30276bb5..37024ecc5635e0f53fcfcf46725b6526392f6b28 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,8 @@
 
        * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
 
+       * input/test/[l-o]*.ly: added texidoc index.
+
 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
        * scm/music-functions.scm (make-ottava-set): 
index cd44e93be2e6903a4dd1d48afa5c2a389acf7028..27c3b6ba4198613be8a8e2abf1665f830aa23e72 100644 (file)
@@ -1,11 +1,8 @@
 \version "1.7.18"
-
-
-%{
-
-Test clef engraver by setting \property directly. \clef is merely a front-end  to this.
-
-%}
+% possible rename to clef-manual-control
+\header{ texidoc = "@cindex Clef Manual Control
+You can use the clef engraver by setting \property directly.  \clef
+is merely a front-end to this. " }
 
 \score { \notes {
   \property Staff.clefGlyph = #"clefs-F"
@@ -21,8 +18,10 @@ Test clef engraver by setting \property directly. \clef is merely a front-end  t
        \property Staff.clefOctavation = #0 
        \property Staff.clefPosition = #0
   c'4
-       \clef "bla"
+       \clef "bass"
   c'4
 
-}}
+}
+       \paper{ raggedright = ##t }
+}
 %% new-chords-done %%
index 6cb4f831b17822920683f205d73d8dcc55061b60..75e6bf62a671613a73d45790172c321b97871559 100644 (file)
@@ -1,6 +1,8 @@
 \version "1.7.18"
+% possible rename to rest-foo
 \header {
-    texidoc = "Control the number of rests in a collision   with maximum-rest-count."
+    texidoc = "@cindex Rest Collision Count
+Control the number of rests in a collision with maximum-rest-count."
 }
 
 \score{
                r
        }
        >
-\paper{
-}
-\midi{
-\tempo 1 = 60
-}
+       \paper{ raggedright = ##t }
 }
 %% new-chords-done %%
index 3da27b3f72af87bdff8104d648d0ea6ab7f12834..10a90eaaa8e6dab156ef27b4d48be17d1ee78d9e 100644 (file)
@@ -1,6 +1,9 @@
 \version "1.7.19"
-\header {
-    title      = "mensural ligature test"
+% TODO:
+% check with ancient- stuff.  rename, merge, something.  -gp
+% check font size -- 26 looks too big, but need to ask.  -gp
+\header { texidoc = "@cindex Ancient Mensural Ligatures
+Lilypond can print mensural ligatures."
 }
 
 \include "paper26.ly"
index 88773a515e429cba0d4528b3b57ce3e01c91cb84..4819b40e051c6d4491b4e1313ba0b37598d2313a 100644 (file)
@@ -1,4 +1,5 @@
 \version "1.7.18"
+% candidate for regression.  -gp
 \header {
 texidoc="MIDI and midi2ly test file.  Diff between this and midi2ly.py (experimental, 1.5.17) should be minimal"
 }
index e149fb56372078f0982205129957825afb4a76b4..d411b18fe6d29e30412a72f7738984825458415e 100644 (file)
@@ -1,5 +1,5 @@
 \version "1.7.18"
-
+% candidate for regression.  -gp
 \header {
 texidoc = "
 
index be44ee3cde746d10e5fcee8ab7c18d57671eae29..f40a34cbf0d078613bdab24cd4d0ba060497f06b 100644 (file)
@@ -1,5 +1,6 @@
 \version "1.7.18"
-
+% candidate for regression.  -gp
+\header { texidoc = "" }
 \score {
   \context Staff \notes <
     \context Voice=i {
@@ -22,6 +23,7 @@
       \consists Multi_measure_rest_engraver
       \consists Bar_engraver
     }
+       raggedright = ##t
   }
 }
 %% new-chords-done %%
index 72b287348876715fc6397a6eb078c797dd3e15d2..a9f686cece4cac134e2db8fbb79fd25e4a8998c5 100644 (file)
@@ -1,10 +1,9 @@
 \version "1.7.18"
-\header {
+% possible rename to scheme- or something like that.  -gp
+\header { texidoc= "@cindex Scheme Manual Accidentals
+Positions of accidentals may be manually set. This
+involves some scheme code. " }
 
-        texidoc= "Positions of accidentals may be manually set. This
-involves some scheme code."
-
-}
 #(define (make-acc-position-checker pos)
   (lambda (elt)
    (and
index 8aebfe880c0c077ccf8f768692718e2f5c02210e..cd33b72bd6420d7cb7a54ab28c398a1017742a3c 100644 (file)
@@ -1,4 +1,8 @@
 \version "1.7.18"
+% possible rename to scheme- or something like that.  -gp
+\header { texidoc = "@cindex Scheme Move Mark
+You can move objects around with scheme.  This example shows how to
+move marks around. " }
 
 \score{
 \context Staff \notes\relative c''{
index 32d9e46d3199bc739ed69f6aee09f38e18733bf6..d9404c18da55c0b306da1ce1a25bd4c70bdc3291 100644 (file)
@@ -1,5 +1,8 @@
 \version "1.7.18"
-
+% possible rename to scheme- or something like that.  -gp
+\header { texidoc = "@cindex Scheme Move Notehead
+You can move objects around with scheme.  This example shows how to
+move noteheads around. " }
 
 fragment = \notes {
     \outputproperty #(make-type-checker 'note-head-interface)
index f1b9b68c4bf107aebd63d3a5208b09566b0b7812..bb6332529c2a8e8edf2ffc33a45e95a1922cab5f 100644 (file)
@@ -1,4 +1,8 @@
 \version "1.7.18"
+% possible rename to scheme- or something like that.  -gp
+\header { texidoc = "@cindex Scheme Move Text
+You can move objects around with scheme.  This example shows how to
+move text around. " }
 
 #(define (make-text-checker text)
    (lambda (grob) (equal? text (ly:get-grob-property grob 'text))))
index acc22f3b92a316fd9814bf5e397ab339c63772b7..634c69c749d1a4ec8e4c72f46b05039e3b253e7e 100644 (file)
@@ -1,10 +1,10 @@
 \version "1.7.18"
-
+% candidate for delete or regression.  -gp
 \score { 
   \context Voice \notes\relative c {
                 c8-[ c16 c16]
        
   }
-  \paper { }  
+  \paper { raggedright = ##t}  
 }
 %% new-chords-done %%
index aca2dc684f72a31d09ef18e6d5fa5bd878fde450..1ba8b58c86fd33549024e386d57bc00165124b95 100644 (file)
@@ -1,13 +1,11 @@
-
-\header{
-texidoc = "This example shows prelude in C major of WTK1, but coded
-using Scheme functions to save typing work.
-"
-
-}
-
-\include "deutsch.ly"
 \version "1.7.18"
+\include "deutsch.ly"
+% possible rename to scheme- something.  -gp
+% TODO: ask if it needs to have so many empty bars in the middle.  -gp
+\header{ texidoc = "@cindex Scheme Music Box
+This example shows prelude in C major of WTK1, but coded
+using Scheme functions to avoid typing work. " }
+
 
 #(define (transform music)
   (let* ((es (ly:get-mus-property music 'elements))
index 9599d5f403d31235cd178ba56d9aa23c1e3ac323..9b731a33308904ee5c5a0f2daa09494c79dd698a 100644 (file)
@@ -1,10 +1,9 @@
 \version "1.7.18"  %% or actually: 1.7.1 ...
-\header {
-
- texidoc = "You can create music expressions from Scheme.  The
- mechanism for this is rather clumsy to use, so avoid if possible."
-
- }
+% possible rename to scheme- something.  -gp
+\header { texidoc = "@cindex Scheme Music Creation
+You can create music expressions from Scheme.  The
+mechanism for this is rather clumsy to use, so avoid it if possible. "
+}
 
 #(define (make-note-req p d)
    (let* ((ml (make-music-by-name 'NoteEvent)))
@@ -28,5 +27,7 @@ fooMusic  = #(seq-music-list
      (make-note (list (make-note-req (ly:make-pitch 1 1 0) (ly:make-duration 2 0)))))
      )
      
-\score { \fooMusic }
+\score { \fooMusic 
+\paper { raggedright = ##t }
+}
 %% new-chords-done %%
index f2554cfe860a1cc237337d9c8dd2ac2bdd139de7..480ffaff73d2853e378032aa0fb325e9d5b4bdf1 100644 (file)
@@ -1,9 +1,10 @@
 \version "1.7.18" 
 
-\header{
-texidoc="
-In InnerStaffGroup and InnerChoirStaff, the brackets should be shiftet leftwards.
-"
+\header{ texidoc="@cindex Nested Staff Groups
+Lilypond can print nested groups of staffs. "
+
+%   old texidoc; it sounds like a testing comment, rather than an "example" comment.
+%In InnerStaffGroup and InnerChoirStaff, the brackets should be shiftet leftwards.
 }
 
 \score { \notes
index 1e4e99267e1e8ec9d56038e721913acef3e98f45..d9e2f1f928174c374c26b8d77741d18097adf80c 100644 (file)
@@ -1,4 +1,9 @@
 \version "1.7.18"
+% possible rename to bar-lines-foo.  -gp
+
+\header{ texidoc = "@cindex Bar Lines Remove
+You can stop Lilypond from printing bar lines by removing the engraver. "
+}
 
 \score {
   \notes \relative c'' {
index 80ca0dcf47d0097d07b21e4d4afb0e44ba9d2012..3ac30c3b63142c7c7034ec3c78a2a6553af744c8 100644 (file)
@@ -1,7 +1,12 @@
 \version "1.7.18"
+% possible rename to staff-something.  -gp
+
+\header{ texidoc = "@cindex Staff Remove
+You can stop Lilypond from printing the staff by removing the engraver. "
+}
 
 \score {
-  \notes { c4 c4 c8 c8 }
+  \notes { c4 d4 e8 d8 }
   \paper {
     raggedright = ##t
     \translator {
index ddacd4b6d35c9db61adc39dfd9d907ef8615b166..202e41aae1d09dbb48effb0fe2a64843c848b9e1 100644 (file)
@@ -1,6 +1,7 @@
 \version "1.7.18"
-\header {
- texidoc = "Don't extend stems to cetner line."
+
+\header { texidoc = "@cindex No Stem Extend
+You can stop Lilypond from extending stems to the center line. "
 }
 
 \score { 
@@ -19,7 +20,6 @@
        >
        
   }
-  \paper { }  
-  \midi { }
+  \paper { raggedright = ##t}  
 }
 %% new-chords-done %%
index 7c849a37127ee1f8426a7f45242ddda71ec942fd..2bc5023429ca5ffb5ff04da4f8e1c3752ba40816 100644 (file)
@@ -1,4 +1,5 @@
 \version "1.7.18"
+% pretty similar to hshift.ly.  Probably delete soon.
 
 \score { 
   \context Voice \notes\relative c {
@@ -30,6 +31,5 @@
   \paper {
     raggedright = ##t
   }  
-  \midi { }
 }
 %% new-chords-done %%
index f18fd3d5011148d6303a8fa96f320f40e5d7fb09..a61dc2ccfa78f70b488591b32d5944ad6cd016ab 100644 (file)
@@ -1,5 +1,5 @@
 \version "1.7.18"
-
+% looks like an old file; probably delete.
 
 \score{
        \notes \transpose c c'{
@@ -8,6 +8,6 @@
 %              @c1@ @c-7@ @c-7^5@-1-3
                \chords { c1 c:7 c:7^5 }
        }
-
+       \paper { raggedright=##t}
 }
 %% new-chords-done %%
index 0d6fac5866c1ee6d1353ac3fcf3256cf1362b95c..677c95bd5f876224883cb09642c6678e6d6a9e83 100644 (file)
@@ -1,6 +1,6 @@
 \version "1.7.18"
-\header {
-texidoc="Octave duplicate parts of music"
+\header { texidoc="@cindex Octave Doubling
+Octave doubling parts of music. "
 }
 
 upperOne = \notes\relative c'' {
index 97447e3eb94397cd66d063cd3739442d21d0c544..91b6765febda885f2918b5fa5ac2dca46370f8a0 100644 (file)
@@ -1,12 +1,10 @@
 \version "1.7.18"
+% candidate for delete.  Nothing to see here.
 
-
-\score
-{
-       \notes { c1 c1 \property Score.skipBars = ##t c1 \break R1*8 c1 c1 c1 c1
-       }
-       \paper {
-
-       }
+\score {
+       \notes {
+               c1 c1 \property Score.skipBars = ##t c1 \break R1*8 c1 c1 c1 c1
+               }
+       \paper { raggedright = ##t }
 }
 %% new-chords-done %%
index 494980c97f9c11292de32638887e62479de3a445..a3c57f8b1b612165fd28182373c3479a4515813c 100644 (file)
@@ -1,9 +1,9 @@
 \version "1.7.18"
-\header {
-
-texidoc = "Ossias present alternatives for a piece. They are not
-really supported, but can be somewhat faked in lily."
+% pretty much a duplicate of extra-staff.ly. candidate for merge or delete. -gp
 
+\header { texidoc = "@cindex Ossia
+Ossias present alternatives for a piece. They are not
+really supported, but can be somewhat faked in lily. "
 }
 
 \score {
@@ -12,5 +12,6 @@ really supported, but can be somewhat faked in lily."
        \context Staff = stb { c1 c1 }
        >
 }
+       \paper {raggedright= ##t}
 }
 %% new-chords-done %%