From a7cdf6c27f0f5e47036d0e47b873804de96ee8a4 Mon Sep 17 00:00:00 2001 From: gpercival Date: Thu, 19 Jun 2003 20:16:33 +0000 Subject: [PATCH] *** empty log message *** --- input/{test => regression}/beam-damp.ly | 12 +--- .../beam-knee-symmetry.ly} | 0 input/regression/beam-second.ly | 4 -- input/{test => regression}/grace-end.ly | 0 input/{test => regression}/lyric-extender.ly | 3 +- input/{test => regression}/lyric-hyphen.ly | 3 +- .../multi-measure-rest-instr-name.ly} | 11 +-- input/test/beam-stem-test.ly | 19 ------ input/test/beamed-slur-endings.ly | 30 -------- input/test/diverse-spacing.ly | 17 ----- input/test/duration-check.ly | 56 --------------- input/test/knee.ly | 12 ---- input/test/ly2dvi-testpage.ly | 3 +- input/test/lyrics.ly | 68 ------------------- 14 files changed, 9 insertions(+), 229 deletions(-) rename input/{test => regression}/beam-damp.ly (50%) rename input/{test/knee-sym.ly => regression/beam-knee-symmetry.ly} (100%) rename input/{test => regression}/grace-end.ly (100%) rename input/{test => regression}/lyric-extender.ly (70%) rename input/{test => regression}/lyric-hyphen.ly (74%) rename input/{test/instrument-name-mmrest.ly => regression/multi-measure-rest-instr-name.ly} (63%) delete mode 100644 input/test/beam-stem-test.ly delete mode 100644 input/test/beamed-slur-endings.ly delete mode 100644 input/test/diverse-spacing.ly delete mode 100644 input/test/duration-check.ly delete mode 100644 input/test/knee.ly delete mode 100644 input/test/lyrics.ly diff --git a/input/test/beam-damp.ly b/input/regression/beam-damp.ly similarity index 50% rename from input/test/beam-damp.ly rename to input/regression/beam-damp.ly index 4e363f04b3..8b9be4e509 100644 --- a/input/test/beam-damp.ly +++ b/input/regression/beam-damp.ly @@ -1,13 +1,7 @@ -\header { -% this example doesn't look very useful. Perhaps remove it in -% the future, although it _does_ demonstrate a neat feature of -% lilypond. Maybe regression? -texidoc = "@cindex Beam Damp -Beams are less steep than the notes they encompass. -DELETE or REGRESSION -" } - \version "1.7.18" +\header { texidoc = "@cindex Beam Damp +Beams are less steep than the notes they encompass. " } + \score{ \notes\relative c''{ % \stemUp diff --git a/input/test/knee-sym.ly b/input/regression/beam-knee-symmetry.ly similarity index 100% rename from input/test/knee-sym.ly rename to input/regression/beam-knee-symmetry.ly diff --git a/input/regression/beam-second.ly b/input/regression/beam-second.ly index 99b9145b37..dd9bcf0033 100644 --- a/input/regression/beam-second.ly +++ b/input/regression/beam-second.ly @@ -1,8 +1,4 @@ \version "1.7.18" -% delete me? -%TODO: what's this for? manual beaming? (the two pairs of 16ths) -% showing \stemUp? -% all of those things are covered in refman and/or other files \header{ texidoc=" Seconds are tricky. We used to have problems with seconds being too diff --git a/input/test/grace-end.ly b/input/regression/grace-end.ly similarity index 100% rename from input/test/grace-end.ly rename to input/regression/grace-end.ly diff --git a/input/test/lyric-extender.ly b/input/regression/lyric-extender.ly similarity index 70% rename from input/test/lyric-extender.ly rename to input/regression/lyric-extender.ly index 976017ffb6..050af628d0 100644 --- a/input/test/lyric-extender.ly +++ b/input/regression/lyric-extender.ly @@ -1,6 +1,5 @@ \version "1.7.18" -% regression -gp -\header { texidoc= "DELETE or REGRESSION. "} +\header { texidoc= "Tests lyric extenders. "} \score{ < \context Staff \notes { c (c-) (c-) c } diff --git a/input/test/lyric-hyphen.ly b/input/regression/lyric-hyphen.ly similarity index 74% rename from input/test/lyric-hyphen.ly rename to input/regression/lyric-hyphen.ly index 22da2bcc9e..e42af8ac58 100644 --- a/input/test/lyric-hyphen.ly +++ b/input/regression/lyric-hyphen.ly @@ -1,6 +1,5 @@ \version "1.7.18" -% regression -gp -\header {texidoc="DELETE or REGRESSION. "} +\header {texidoc="Tests lyric hyphens. "} \score{ < \context Staff \notes { c' (c'-) (c'-) c' } diff --git a/input/test/instrument-name-mmrest.ly b/input/regression/multi-measure-rest-instr-name.ly similarity index 63% rename from input/test/instrument-name-mmrest.ly rename to input/regression/multi-measure-rest-instr-name.ly index 253881d5dd..32041c6d60 100644 --- a/input/test/instrument-name-mmrest.ly +++ b/input/regression/multi-measure-rest-instr-name.ly @@ -1,13 +1,6 @@ \version "1.7.18" -% candidate for regression. -gp -\header { texidoc = "REGRESSION or DELETE " } -%{ - -this combines instrument names and multimeasure rests (there was an -interesting bug in 1.3.98) - -%} - +\header { texidoc = "This combines instrument names and multimeasure rests (there was an +interesting bug in 1.3.98). " } \score{ \context Staff < diff --git a/input/test/beam-stem-test.ly b/input/test/beam-stem-test.ly deleted file mode 100644 index 9d1b3e71dc..0000000000 --- a/input/test/beam-stem-test.ly +++ /dev/null @@ -1,19 +0,0 @@ -\version "1.7.18" -% I'm not certain this is useful. Candidate for -% future remove-ing. -\header { - texidoc="@cindex Beam Stem Test -Beam-stem attachment test. Helper file for ps/dvips problems. -REGRESSION or DELETE. " } - -\score { - \context RhythmicStaff \notes { - \stemUp c8-[ c] - \stemDown c8-[ c] - \stemUp c8.-[ c16] - } - \paper { - raggedright = ##t - magnification = 64 - } -}%% new-chords-done %% diff --git a/input/test/beamed-slur-endings.ly b/input/test/beamed-slur-endings.ly deleted file mode 100644 index 2625277f60..0000000000 --- a/input/test/beamed-slur-endings.ly +++ /dev/null @@ -1,30 +0,0 @@ -\version "1.7.18" -% this looks like an example of slurs, not beaming. And it -% looks like regression. -% possible rename to slur-something. -\header { texidoc = "REGRESSION or DELETE " } -\score{ - \notes \relative c''{ - \slurUp c8-(-( c-)-( c4-)-) - \slurDown a8-(-(a-)a4-) - \break - - \slurDown a8-(-(a-)-(a4-)-) - \slurUp c8-(-( c-)c4-) - \break - - \slurDown e8-(-(e-)-( e4-)-) - \slurUp f,8-(-( f-) f4-) - \break - - \slurUp e8-(-(e-)-( e4-)-) - \slurDown f'8-(-(f-)f4-) - \break - - } - \paper{ - indent = 0.0 - linewidth = 60.0\mm - } -} -%% new-chords-done %% diff --git a/input/test/diverse-spacing.ly b/input/test/diverse-spacing.ly deleted file mode 100644 index d8b3effb92..0000000000 --- a/input/test/diverse-spacing.ly +++ /dev/null @@ -1,17 +0,0 @@ -\version "1.7.18" -% I think this one could be removed or regression'd. -\header{texidoc="REGRESSION or DELETE " } -% a few 32nds shouldn't stretch spacing enormously. -\score { -\notes { \time 3/4 -\relative c'{ - g'8. c16 es8. d16 c8. bes32 as g8. c,16 - es4 r8 es | - d-[ es f g as c ] - b4 g r -} - -} -\paper { raggedright = ##t} -} -%% new-chords-done %% diff --git a/input/test/duration-check.ly b/input/test/duration-check.ly deleted file mode 100644 index 6aeb4fb3d5..0000000000 --- a/input/test/duration-check.ly +++ /dev/null @@ -1,56 +0,0 @@ -\version "1.7.18" -% candidate for remove or regression. -\header { - texidoc = "Check whether all @code{duration} properties can -be printed. This once helped track down an obscure memory corruption -bug. MOVE TO REGRESSION? (probably not DELETE) " - -} - - - -#(define (duration-check music) - "Check all rest durations in MUSIC" - - (let* ((name (ly:music-name music)) - (elts (ly:get-mus-property music 'elements)) - (e (ly:get-mus-property music 'element)) - (duration (ly:get-mus-property music 'duration))) - - (if (not (equal? '() duration)) - (begin - (write "duration: " (current-error-port)) - (write duration (current-error-port)) - (newline (current-error-port))) - - (if (equal? name "Rest_req") - (begin - (write "URG" (current-error-port)) - (write name (current-error-port)) - (write music (current-error-port)) - (newline (current-error-port)) - ;;(scm-error 'system-error #f "urg" #f #f))) - (error "boo") - ))) - - (if (pair? elts) - (map duration-check elts)) - - (if (ly:music? e) - (duration-check e))) - - music) - -\score { - \apply #duration-check - < - \notes\relative c'' { - a b8 c16 <>4. - } - \notes\relative c'' { - a b8 c16 d a2 r - } - > -\paper{raggedright = ##t} -} -%% new-chords-done %% diff --git a/input/test/knee.ly b/input/test/knee.ly deleted file mode 100644 index 871b94d04f..0000000000 --- a/input/test/knee.ly +++ /dev/null @@ -1,12 +0,0 @@ -\version "1.7.18" -% candidate for regression? -gp -\header { texidoc = "REGRESSION or DELETE "} -\score{ - \notes\relative c'{ - \property Voice.Beam \override #'auto-knee-gap = ##f - c16-[ \stemDown c'' \stemBoth c,, d] - \stemDown d''-[ a \stemBoth c,, g,] - \stemUp g-[ c' \stemBoth a'' d'] - } -} -%% new-chords-done %% diff --git a/input/test/ly2dvi-testpage.ly b/input/test/ly2dvi-testpage.ly index 4d05bc4889..c6e793f47a 100644 --- a/input/test/ly2dvi-testpage.ly +++ b/input/test/ly2dvi-testpage.ly @@ -1,5 +1,6 @@ \version "1.7.18" -% candidate for regression. -gp +% MERGE with title.ly -gp + %{ Test ly2dvi features. %} diff --git a/input/test/lyrics.ly b/input/test/lyrics.ly deleted file mode 100644 index 68fdf575e3..0000000000 --- a/input/test/lyrics.ly +++ /dev/null @@ -1,68 +0,0 @@ -\version "1.7.18" -% looks like another lyric test. regression. -gp -\header { texidoc="DELETE or REGRESSION. "} -somewhatLong = \lyrics{ - \property Lyrics . LyricText \set #'font-style = #'roman - AaaaaaA2 - BbbbbbB2 - CcccccC2 - DdddddD2 - EeeeeeE2 - FfffffF2 -} - -ratherLong = \lyrics{ - \property Lyrics . LyricText \set #'font-style = #'roman - LLLLoooonggggg2 - Syyllllaaabbble2 - LLLLoooonggggg2 - Syyllllllaaabbble2 - LLLLoooonggggg2 - Syyyylllaaabbble2 -} - -quiteLong = \lyrics{ - \property Lyrics . LyricText \set #'font-style = #'roman - LLLLLLLLLooooongggggggg2 - Syyyyyyyyyyyyylllllllaaaaaabbble2 - LLLLLLLLLooooongggggggg2 - Syyyyyyyyyyyyylllllllaaaaaabbble2 - LLLLLLLLLooooongggggggg2 - Syyyyyyyyyyyyylllllllaaaaaabbble2 -} - -somewhatLongLyricsStaff = \context Lyrics = somewhat < - \somewhatLong -> - -ratherLongLyricsStaff = \context Lyrics = rather < - \ratherLong -> - -quiteLongLyricsStaff = \context Lyrics = quite < - \quiteLong -> - -melody = \notes -\transpose c c{ - c4 e4 g4 e4 c4 e4 g4 e4 c4 e4 g4 e4 c4 e4 g4 e4 - c4 e4 g4 e4 c4 e4 g4 e4 c4 e4 g4 e4 c4 e4 g4 e4 -} - -melodicStaff = \context Staff = mel < - \melody -> - -\score -{ - < - \melodicStaff - \somewhatLongLyricsStaff -% \ratherLongLyricsStaff - \quiteLongLyricsStaff - > - \paper{ - - } -} -%% new-chords-done %% -- 2.39.5