]> git.donarmstrong.com Git - lilypond.git/commitdiff
input/test/key-clefs.ly: moved to regression
authorgpercival <gpercival>
Sat, 28 Jun 2003 22:48:28 +0000 (22:48 +0000)
committergpercival <gpercival>
Sat, 28 Jun 2003 22:48:28 +0000 (22:48 +0000)
input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
input/no-notation/README: added note about midi-*.ly files
input/test/two-key.ly: moved to no-notation/parse5.ly
input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
input/test/ {various}: modified comments, marked some files for deletion

25 files changed:
ChangeLog
input/no-notation/README
input/no-notation/midi-grace.ly [new file with mode: 0644]
input/no-notation/parse5.ly [new file with mode: 0644]
input/regression/key-clefs.ly [new file with mode: 0644]
input/test/key-clefs.ly [deleted file]
input/test/perform-grace.ly [deleted file]
input/test/script-abbreviations.ly
input/test/script-chart.ly
input/test/short-part-combine.ly [deleted file]
input/test/sketch.ly [deleted file]
input/test/slur-dash.ly
input/test/slur-follow-music.ly
input/test/slur-proof.ly
input/test/slur-symmetry-2.ly
input/test/slur-symmetry-3.ly
input/test/solo-a2.ly
input/test/span-bars.ly
input/test/system-start-brace.ly [deleted file]
input/test/system-start-bracket.ly [deleted file]
input/test/tablature-hammer.ly
input/test/tie-broken.ly
input/test/two-key.ly [deleted file]
input/test/two-slurs.ly [deleted file]
input/test/voice-switch.ly [deleted file]

index 1a7714b3179d40009a1ed409d5a3b5e1dd2fc637..e04179b940c2f06a42b0c89a45bc263f75c02f64 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2003-06-28  Graham Percival  <gperlist@shaw.ca>
+
+       * input/test/key-clefs.ly: moved to regression.
+
+       * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
+
+       * input/no-notation/README: added note about midi-*.ly files.
+
+       * input/test/two-key.ly: moved to no-notation/parse5.ly
+
+       * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
+       system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
+
+       * input/test/ {various}: modified comments, marked some for deletion.
+
 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
        * scm/chord-name.scm (note-name->markup): don't superscript root
index 357b67355d216cf7bfa1eb76edbb48adfbc5fd71..b832c119ca95fe6ce99460bfb69802931e3c6dcb 100644 (file)
@@ -4,4 +4,8 @@ Some are bugs that should be fixed to generate output, andd then
 moved to ../bugs or ../regression.
 
 Some (notably parse*.ly) are just error/warning generation tests
-and should remain here.
\ No newline at end of file
+and should remain here.
+
+Some (notably midi-*.ly) test midi output, which does not usually
+get tested in ../regression files.
+
diff --git a/input/no-notation/midi-grace.ly b/input/no-notation/midi-grace.ly
new file mode 100644 (file)
index 0000000..75665a8
--- /dev/null
@@ -0,0 +1,14 @@
+\version "1.7.18"
+\header{ texidoc = "Tests MIDI output with grace notes. " }
+
+\score { 
+  \context Voice \notes\relative c {
+    \context Voice=VoiceOne
+       \grace c8 d4 d d d d
+       \grace { e16 f e f } d4 d d d d 
+       
+  }
+  \paper { }  
+  \midi { }
+}
+%% new-chords-done %%
diff --git a/input/no-notation/parse5.ly b/input/no-notation/parse5.ly
new file mode 100644 (file)
index 0000000..9347c82
--- /dev/null
@@ -0,0 +1,11 @@
+\version "1.7.18"
+%If you specify two different key sigs at one point, a
+%warning is printed.
+
+\score { \notes
+\context Voice <
+ { \key cis \major cis4 \key bes \major bes4 }
+ { \key cis \major fis4 \key es \major g4 }  
+>
+}
+%% new-chords-done %%
diff --git a/input/regression/key-clefs.ly b/input/regression/key-clefs.ly
new file mode 100644 (file)
index 0000000..6a19e0d
--- /dev/null
@@ -0,0 +1,27 @@
+\version "1.7.18"
+\header { texidoc = "Tests placement of accidentals in every clef. " }
+
+\score { \notes
+  \relative cis' {
+
+% \clef french % same as octaviated bass
+\clef violin
+\key cis \major cis1  \key ces \major ces
+\clef soprano
+\key cis \major cis \key ces \major ces
+\clef mezzosoprano
+\key cis \major cis \key ces \major ces
+\clef alto
+\key cis \major cis \key ces \major ces
+\clef tenor
+\key cis \major cis \key ces \major ces
+\clef baritone
+\key cis \major cis \key ces \major ces
+\clef bass
+\key cis \major cis \key ces \major  ces
+}
+
+       \paper{\paperSixteen}
+
+}
+%% new-chords-done %%
diff --git a/input/test/key-clefs.ly b/input/test/key-clefs.ly
deleted file mode 100644 (file)
index 4bbc647..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-\version "1.7.18"
-% candidate for regression -gp
-\header { texidoc = "REGRESSION or DELETE " }
-
-\score { \notes
-  \relative cis' {
-
-% \clef french % same as octaviated bass
-\clef violin
-\key cis \major cis1  \key ces \major ces
-\clef soprano
-\key cis \major cis \key ces \major ces
-\clef mezzosoprano
-\key cis \major cis \key ces \major ces
-\clef alto
-\key cis \major cis \key ces \major ces
-\clef tenor
-\key cis \major cis \key ces \major ces
-\clef baritone
-\key cis \major cis \key ces \major ces
-\clef bass
-\key cis \major cis \key ces \major  ces
-}
-
-       \paper{\paperSixteen}
-
-}
-%% new-chords-done %%
diff --git a/input/test/perform-grace.ly b/input/test/perform-grace.ly
deleted file mode 100644 (file)
index 7529b09..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-\version "1.7.18"
-% regression or delete.  -gp
-\header{ texidoc = "DELETE or REGRESSION." }
-
-\score { 
-  \context Voice \notes\relative c {
-    \context Voice=VoiceOne
-       \grace c8 d4 d d d d
-       \grace { e16 f e f } d4 d d d d 
-       
-  }
-  \paper { }  
-  \midi { }
-}
-%% new-chords-done %%
index 5159046c327814f17ed31c2d0dfb2ad7cb8a91e4..7e114bcbe09fb33a8cda3fc262317bc62731949c 100644 (file)
@@ -1,7 +1,6 @@
 \version "1.7.18"
-% covered by refman.  delete.  -gp
-\header { texidoc = "DELETE; covered by refman.
-@cindex Script Abbreviations
+% FIXMEsoon: check if test/ is the right place.
+\header { texidoc = "@cindex Script Abbreviations
 Some scripts may be entered using an abbreviation. "
 }
 
index 9d78191eb874a4ad4ea07da9ab68cc22e7f0fc78..79da0bc424954cda1989550e95e36714df5b31e6 100644 (file)
@@ -1,8 +1,8 @@
 \version "1.7.18"
-% covered in refman.  delete, or move to an appendix. -gp
+% FIXMEsoon: check if test/ is the best place.
 \header {
-    texidoc ="Covered in refman; DELETE or move to an appendix.  Or maybe REGRESSION.
-A chart showing all feta scripts"
+    texidoc ="@cindex Feta scripts
+A chart showing all feta scripts"
 }
 
 \score {
diff --git a/input/test/short-part-combine.ly b/input/test/short-part-combine.ly
deleted file mode 100644 (file)
index 7eaa319..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-\version "1.7.18"
-\header {texidoc="
-covered by part-combine.ly.  DELETE. "}
-
-\score{
-       \context Staff <
-               \context Voice=one \partcombine Voice
-                       \context Thread=one \notes\relative c''
-                               {
-                                       d e f
-                               }
-                       \context Thread=two \notes\relative c''
-                               {
-                                       d d d
-                               }
-               >
-}
-%% new-chords-done %%
diff --git a/input/test/sketch.ly b/input/test/sketch.ly
deleted file mode 100644 (file)
index 01722aa..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-\version "1.7.18"
-% looks like a really old file.  delete.  -gp
-\header {
-texidoc="DELETE.
-sketch output supported features"
-}
-\score {
-  \notes\relative c''' {
-% doesn't work yet  
-%    \time 3/4
-    a4( a a a a-)
-    \stemDown
-    a,8( b c d-)
-    \stemUp
-    \slurDown d16( c b a-)
-  }
-}
-%% new-chords-done %%
index b5422f329b528622c8be2375d8d83c7a58dbee01..fba9e2ed10000e06ff9a88fd49c357cf1654153f 100644 (file)
@@ -1,6 +1,7 @@
 \version "1.7.18"
-% regression or delete.  -gp
-\header {texidoc = "REGRESSION or DELETE. "} 
+\header {texidoc = "@cindex Slur, dotted
+You can print different kinds of slurs (dotted, dashed, etc). "
+} 
 \score{
        \notes{
                c( d e  c-) |
                \slurSolid
                c( d e  c-) |
        }
-       \paper{ 
-             indent = 0.0\pt
+       \paper{ raggedright=##t }
+%            indent = 0.0\pt
                %for broken!
                % linewidth= 30.\mm
-
-       }
+%      }
 }
 
 
index a36300f0610aa619cc65033ed984a42736f5b5a8..303162520cc7a6a5ee3acfc5cd19da915413dab1 100644 (file)
@@ -1,5 +1,6 @@
 \version "1.7.18"
 % more fodder for regression.  -gp
+\header {texidoc = "DELETE or REGRESSION"}
 
 \score { 
   \context Voice \notes\relative c {
index d88ff40cb8b478c42476592f57e1fe25a5cdef5a..58be644ea4f77b8d7f9c67ff1cb6004623d8424a 100644 (file)
@@ -1,5 +1,6 @@
 \version "1.7.18"
 % looks pretty, but it's for regression.  -gp
+\header { texidoc = "REGRESSION?  or DELETE. "}
 
 x = {
   \outputproperty #(make-type-checker 'note-head-interface) 
index 1af46ea4a43c9e9931188cf06203e036ebef73fd..916a63ebfeb86cf1e4d2fc06aa8172b7af47608b 100644 (file)
@@ -1,9 +1,10 @@
 \version "1.7.18"
 % another regression.  -gp
-\header{
+\header { texidoc = "REGRESSION or DELETE. "}
+%\header{
 % should look the same
-title="symmetry"
-}
+%title="symmetry"
+%}
 \score{
        \notes\relative c'{
                 g'8-[( e  c'-) g,]
index 177f4916c5641f455aeaed6af9c4a11c389af029..abdaea5d5c8dc68a6ef5711bca8ddfba0874ff06 100644 (file)
@@ -1,12 +1,11 @@
 \version "1.7.18"
 % regression, and should be merged with -2.
-\header{
-title="symmetry.
-
-Both slurs should look the same.
-
-"
-}
+\header { texidoc = "REGRESSION or DELETE. "}
+%\header{
+%title="symmetry.
+%
+%Both slurs should look the same. "
+%}
 
 \score{
        \notes\relative c'{
index 092a98ee803a5f5937e807a231a07f032d6e4298..79378eb94ded8e30d88fbca4fa4edbe753a25af2 100644 (file)
@@ -1,4 +1,10 @@
 \version "1.7.18"
+%rename to partcobine- something.  -gp
+
+\header {texidoc = "@cindex Partcombine something. "
+
+% FIXMEsoon.
+}
 
 \score{
        \context Staff = one <
@@ -16,7 +22,7 @@
                                }
                >
        \paper{
-               linewidth = 100.\mm
+%              linewidth = 100.\mm
                raggedright=##t
        }
 }
index f3bd836de9ea609581002189a7dcfff15c4dbfbd..9f562c1ba1af87d3c9ea5a658a628b500dd640b7 100644 (file)
@@ -1,5 +1,6 @@
 \version "1.7.18"
-% regression again?  *sigh*  :)   -gp
+
+\header { texidoc = "I really don't understand this one.  DELETE or REGRESSION? -gp " }
 
 nt =  \notes { c1 \break c1 c1 } 
 stuff =  \notes \relative c'' <
diff --git a/input/test/system-start-brace.ly b/input/test/system-start-brace.ly
deleted file mode 100644 (file)
index 966eacd..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-\version "1.7.18"
-\header {texidoc = "DELETE. "} 
-
-\score {
-       \notes  \context PianoStaff < \context Staff = SA { s1 }
-               \context Staff = SB { s1 }>
-}
-%% new-chords-done %%
diff --git a/input/test/system-start-bracket.ly b/input/test/system-start-bracket.ly
deleted file mode 100644 (file)
index 589fb85..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-\version "1.7.18"
-\header {texidoc = "DELETE. "} 
-
-\score {
-       \notes  \context StaffGroup < \context Staff = SA { s1 }
-               \context Staff = SB { s1 }>
-}
-%% new-chords-done %%
index a2c14babdbebbe28f77bf5ced55cc81e18861e46..edebb530824cb3ad264527cf849424df9a647323 100644 (file)
@@ -1,5 +1,7 @@
 \version "1.7.18"
-\header {texidoc = "DELETE. "} 
+\header {texidoc = "@cindex Tablature hammer
+You can fake a hammer in tablature with slurs. "
+} 
 
 \score{
   \context TabStaff <
@@ -9,5 +11,6 @@
                d(c-)
   }
   >
+       \paper{ raggedright = ##t}
 }
 %% new-chords-done %%
index 20e1f46e66a085aa79d2e0af77ea52799989e3d6..07597c00c161048919e166dd54c30e45ad29b8da 100644 (file)
@@ -1,5 +1,7 @@
 \version "1.7.18"
 % regression stuff.  -gp
+\header {texidoc = "REGRESSION or DELETE. "
+}
 
 \score{
        \notes \relative c''{
diff --git a/input/test/two-key.ly b/input/test/two-key.ly
deleted file mode 100644 (file)
index 273b6c6..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-\version "1.7.18"
-
-\header { texidoc = "If you specify two different key sigs at one point, a
-  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
-\context Voice <
- { \key cis \major cis4 \key bes \major bes4 }
- { \key cis \major fis4 \key es \major g4 }  
->
-}
-%% new-chords-done %%
diff --git a/input/test/two-slurs.ly b/input/test/two-slurs.ly
deleted file mode 100644 (file)
index 0466be9..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-\version "1.7.18"
-
-\header{ texidoc = "@cindex Two Slurs
-You can print a slur in each voice.  DELETE?
-remove?  -hwn
-"
-}
-
-% We'd want to combine the stems, but have two slurs too...
-% Looks like the a-due engraver
-
-
-
-\score{
-       \context Staff <
-               \context Voice=v \notes\relative c''{
-                       \stemUp
-                       a4 c4.(g8-) a4
-               }
-               \context Voice=u \notes\relative c''{
-                       \stemDown
-                       g4 e4.(d8-) c4
-               }
-       >
-       \paper{
-               linewidth=60.\mm
-       }
-}
-%% new-chords-done %%
diff --git a/input/test/voice-switch.ly b/input/test/voice-switch.ly
deleted file mode 100644 (file)
index 30da167..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-\version "1.7.18"
-\header{texidoc = "DELETE.
-We have other partcombine examples -- if that's
-what this is.  -gp  "}
-
-\score{
-       \context Staff <
-               \context Voice=one\skip 1
-               \context Voice=two\skip 1
-               \context Voice=one \partcombine Voice
-                       \context Thread=one \notes\relative c'' {
-                               c2 c2
-                               c2 c2
-                       }
-                       \context Thread=two \notes\relative c'' {
-                               b2 a4 (a-)
-                               a2 a4 (a-)
-                               
-                       }
-       >
-       \paper{
-               linewidth=140.\mm
-       }
-}
-
-
-%% new-chords-done %%