]> git.donarmstrong.com Git - lilypond.git/commitdiff
Marked file for deletion, or just modified comments.
authorgpercival <gpercival>
Fri, 20 Jun 2003 20:50:19 +0000 (20:50 +0000)
committergpercival <gpercival>
Fri, 20 Jun 2003 20:50:19 +0000 (20:50 +0000)
28 files changed:
ChangeLog
input/test/multi-slope.ly
input/test/note-shift.ly
input/test/notemode-chords.ly
input/test/orchestalpart.ly
input/test/perform-grace.ly
input/test/perform-tie.ly
input/test/rhythmic-staff.ly
input/test/script-abbreviations.ly
input/test/script-chart.ly
input/test/short-part-combine.ly
input/test/simple-slur-endings.ly
input/test/sketch.ly
input/test/slur-area.ly
input/test/slur-attachment.ly
input/test/slur-broken-cross-staff.ly
input/test/slur-broken.ly
input/test/slur-damping.ly
input/test/slur-dash.ly
input/test/slur-positions.ly
input/test/system-start-brace.ly
input/test/system-start-bracket.ly
input/test/tablature-hammer.ly
input/test/thumb.ly
input/test/two-key.ly
input/test/two-slurs.ly
input/test/vertical-align.ly
input/test/voice-switch.ly

index 3a3b6001679df234532b78ed54eae3c1505b136f..6a81127d540e331c7642cebd42c01d04220572e2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,8 @@
        * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
        deleted file.
 
+       * input/test/ {many} : marked file for possible deletion.
+
 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
        * input/regression/beam-funky.ly: add note about (disputed)
index 634c69c749d1a4ec8e4c72f46b05039e3b253e7e..2ddc121f31042eaa4ebccd340ca2be1f0759ba3e 100644 (file)
@@ -1,5 +1,7 @@
 \version "1.7.18"
 % candidate for delete or regression.  -gp
+\header { texidoc = "DELETE. " }
+
 \score { 
   \context Voice \notes\relative c {
                 c8-[ c16 c16]
index 2bc5023429ca5ffb5ff04da4f8e1c3752ba40816..a2764193c9c05db38d5e070d262e90ce77be6c84 100644 (file)
@@ -1,5 +1,6 @@
 \version "1.7.18"
-% pretty similar to hshift.ly.  Probably delete soon.
+\header{ texidoc = "
+pretty similar to hshift.ly.  DELETE. "}
 
 \score { 
   \context Voice \notes\relative c {
index a61dc2ccfa78f70b488591b32d5944ad6cd016ab..fb0369b0ef869a6960bc24c630db21d8c65667fa 100644 (file)
@@ -1,5 +1,6 @@
 \version "1.7.18"
-% looks like an old file; probably delete.
+\header{ texidoc = "
+looks like an old file; probably DELETE. "}
 
 \score{
        \notes \transpose c c'{
index 91b6765febda885f2918b5fa5ac2dca46370f8a0..4b46fe6214ac4534e5f5848de6ff9ff22bee9f5a 100644 (file)
@@ -1,5 +1,6 @@
 \version "1.7.18"
-% candidate for delete.  Nothing to see here.
+\header{ texidoc = "
+DELETE. "} 
 
 \score {
        \notes {
index d741b6136f6808f62a7d683e87e5c6a16ba213a8..7529b09940c63dbe1eafba6908b61d6a1cd80371 100644 (file)
@@ -1,6 +1,6 @@
 \version "1.7.18"
 % regression or delete.  -gp
-\header{ texidoc = "" }
+\header{ texidoc = "DELETE or REGRESSION." }
 
 \score { 
   \context Voice \notes\relative c {
index 2c9902a414638c68eee6ea1377faf5f27e811051..bc6dc05f865ed59d77a8468d61cdca0d52a856af 100644 (file)
@@ -1,6 +1,6 @@
 \version "1.7.18"
 % regression or delete. -gp
-\header { texidoc= "" }
+\header { texidoc= "DELETE or REGRESSION. " }
 
 \score { 
   \context Voice \notes\relative c {
index 48e095e311bb1ac2cc8926b2fbbb82c5ac07b2a2..35a1d252f8e6966999a6552ca93509a939e1b5bb 100644 (file)
@@ -1,6 +1,6 @@
 \version "1.7.18"
 % covered by refman, I think.  delete or regression.  -gp
-\header { texidoc = ""}
+\header { texidoc = "DELETE or REGRESSION. "}
 \score{
   \context RhythmicStaff {
     \notes\relative c''{ 
index 02fd19b71320a4aa5de45ea79dc09f7c22a19310..5159046c327814f17ed31c2d0dfb2ad7cb8a91e4 100644 (file)
@@ -1,6 +1,7 @@
 \version "1.7.18"
 % covered by refman.  delete.  -gp
-\header { texidoc = "@cindex Script Abbreviations
+\header { texidoc = "DELETE; covered by refman.
+@cindex Script Abbreviations
 Some scripts may be entered using an abbreviation. "
 }
 
index 36cbbc50d0811a8e321b1d47b23a18398b3a120b..9d78191eb874a4ad4ea07da9ab68cc22e7f0fc78 100644 (file)
@@ -1,7 +1,8 @@
 \version "1.7.18"
 % covered in refman.  delete, or move to an appendix. -gp
 \header {
-    texidoc ="A chart showing all feta scripts"
+    texidoc ="Covered in refman; DELETE or move to an appendix.  Or maybe REGRESSION.
+A chart showing all feta scripts"
 }
 
 \score {
index 89783ca084314b7ea317909bb13a25b59cb97966..7eaa31930ec3daf8d096a43ca4e16a6fbdf16df9 100644 (file)
@@ -1,5 +1,6 @@
 \version "1.7.18"
-% covered by part-combine.ly.  delete -gp
+\header {texidoc="
+covered by part-combine.ly.  DELETE. "}
 
 \score{
        \context Staff <
index c4a31c55cebf657558e2fd63806aab84981d1c22..dc0cd168d31e22a6c719a5d072774d2e92a0adfc 100644 (file)
@@ -1,6 +1,6 @@
 \version "1.7.18"
 %  regression or delete.  -gp
-\header {texidoc = ""}
+\header {texidoc = "REGRESSION or DELETE. "}
 \score{
        \notes \relative c''{
                \slurUp c(a-) d(g,-)\break
index 2beab50097866509d698770782e7f91c4b0e76d3..01722aad926d2081a044da0aa5af2a7cd9a20c43 100644 (file)
@@ -1,7 +1,8 @@
 \version "1.7.18"
 % looks like a really old file.  delete.  -gp
 \header {
-texidoc="sketch output supported features"
+texidoc="DELETE.
+sketch output supported features"
 }
 \score {
   \notes\relative c''' {
index 38379e39b9a58761c0da243e230e41d325a4b437..4826791d49e151ba0e313ce5c525d4b9a3713423 100644 (file)
@@ -1,6 +1,8 @@
 \version "1.7.18"
 % regression or delete.  -gp
+\header {texidoc="
+REGRESSION or DELETE. "}
+
 \score{
 \notes\relative c''{
 
index b87da39b799ffeaffcef1570e9c18523fb863b70..9f6915b675168cf90a64281e43bea4d5c9da2f20 100644 (file)
@@ -1,5 +1,6 @@
 \version "1.7.18"
-% covered by slur-attachment-override.  delete  -gp
+\header {texidoc="
+covered by slur-attachment-override.  DELETE. "}
 
 fragment = \notes {
   \property Voice.Slur \set #'direction = #1
index 364d59af62fda294ab27085af47e58e086c5a71c..2c31043525e6c05e411f47b1d2f28e1c66454664 100644 (file)
@@ -1,6 +1,6 @@
 \version "1.7.18"
 % regression or delete.  -gp
-\header{ texidoc="
+\header{ texidoc=" REGRESSION or DELETE.
 Slur behave decently when broken across linebreak. "
 }
 
index 7c3946cd85f2d14274f4ebd244135d1af89f3fc4..0b4d12f944a9bdbe86ae8c3c2e6a4c13c368403e 100644 (file)
@@ -1,5 +1,6 @@
 \version "1.7.18"
 % regression or delete.  -gp
+\header{ texidoc=" REGRESSION or DELETE. "}
 
 \score{
        \notes\relative c''{
index a990ddcdd1380e9cf626d09dc8bcd6d7fff208ac..4c8038445c2a3fa2a253b6e799b9c6711037d65c 100644 (file)
@@ -1,5 +1,6 @@
 \version "1.7.18"
 % delete.  -gp
+\header{ texidoc=" DELETE. "}
 
 \score{
        \notes\relative c'{
index c50387268449250c6b7421b9fbbc21613fd42baf..b5422f329b528622c8be2375d8d83c7a58dbee01 100644 (file)
@@ -1,6 +1,6 @@
 \version "1.7.18"
 % regression or delete.  -gp
-
+\header {texidoc = "REGRESSION or DELETE. "} 
 \score{
        \notes{
                c( d e  c-) |
index 48254c413d7ba0ca57c39d9db477ce1a3f8e1b05..908ec19252ddc3529c5b14c160a0c3238741170f 100644 (file)
@@ -1,5 +1,6 @@
 \version "1.7.18"
-% if this test isn't covered in regression, we're in trouble.  :)  delete.  -gp
+\header {texidoc = "
+if this test isn't covered in regression, we're in trouble.  :)  DELETE. "}
 
 \score{
        \notes\relative c''{
index fbc93966894414b7de5db6dee4d9a2c848e79a4d..966eacdc8f308a41888a3ca8a13467d941ef7d8e 100644 (file)
@@ -1,5 +1,5 @@
 \version "1.7.18"
-% delete.
+\header {texidoc = "DELETE. "} 
 
 \score {
        \notes  \context PianoStaff < \context Staff = SA { s1 }
index 545d5b36f55f023be82aec6c4a31470e1fa38804..589fb85bb3086a42810a5193c90c660b198332eb 100644 (file)
@@ -1,5 +1,5 @@
 \version "1.7.18"
-% delete.
+\header {texidoc = "DELETE. "} 
 
 \score {
        \notes  \context StaffGroup < \context Staff = SA { s1 }
index 0c0807a334fde5e7fcd2b414bfd150fd35ca557e..a2c14babdbebbe28f77bf5ced55cc81e18861e46 100644 (file)
@@ -1,8 +1,5 @@
 \version "1.7.18"
-% delete.  -gp
-\header {
-texidoc = "" 
-}
+\header {texidoc = "DELETE. "} 
 
 \score{
   \context TabStaff <
index 106bb470d85562cb48ea628891d5b49089029b6b..cc39393f422e8d19cf5f659dd36223521aa4c307 100644 (file)
@@ -1,8 +1,9 @@
 \version "1.7.18"
-% delete; covered in refman.  Trust me, I'm a cellist, and I found
-% this stuff easily in the refman.  :)   -gp
 
 \header{ texidoc = "
+DELETE; covered in refman.  Trust me, I'm a cellist, and I found
+this stuff easily in the refman.  :)   -gp
+
 the thumb-script is used in cello music to indicate a note that should
  be played with your thumb."
 
index d98e078ebba1ee9086f5e85ec8e5e66f06115749..273b6c6ec013d9aeaa32d3c49a15bc60c8621084 100644 (file)
@@ -1,10 +1,13 @@
 \version "1.7.18"
-% regression -gp
-% no, it doesn't test notation. Perhaps no-notation, but
-% delete is also fine with me. -hwn
 
 \header { texidoc = "If you specify two different key sigs at one point, a
-  warning is printed.  DELETE"
+  warning is printed.  DELETE.
+
+regression?  -gp
+
+no, it doesn't test notation. Perhaps no-notation, but
+delete is also fine with me. -hwn
+"
 }
 
 \score { \notes
index f086e6121bd28d232048f8189128da25e8fe63a5..0466be9f0356166d67c9ec66ed95c70c4278584f 100644 (file)
@@ -1,8 +1,9 @@
 \version "1.7.18"
-% remove?  -hwn
 
 \header{ texidoc = "@cindex Two Slurs
-You can print a slur in each voice.  DELETE?"
+You can print a slur in each voice.  DELETE?
+remove?  -hwn
+"
 }
 
 % We'd want to combine the stems, but have two slurs too...
index 82d87b738b12db7c063a3a872d831f3a39605e57..5941d3a0de914ab0d287ea9d23d47d29e91bb1c0 100644 (file)
@@ -1,5 +1,5 @@
 \version "1.7.18"
-% regression or delete.  -gp
+\header{texidoc = "REGRESSION or DELETE. "}
 
 \score {
 \notes <
index f4fae7cdebcc273c08a7cfc0316e244324b04ada..30da1670103127c192dea343193c9df889508aa4 100644 (file)
@@ -1,6 +1,7 @@
 \version "1.7.18"
-% delete.  We have other partcombine examples -- if that's
-% what this is.  -gp
+\header{texidoc = "DELETE.
+We have other partcombine examples -- if that's
+what this is.  -gp  "}
 
 \score{
        \context Staff <