From 4182eebd1cce7874daf4d289e95c1ff8993d8d5b Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Sun, 22 Jun 2003 08:49:21 +0000 Subject: [PATCH] Deleted files. --- ChangeLog | 4 ++++ input/test/follow-break.ly | 29 ---------------------------- input/test/multi-slope.ly | 12 ------------ input/test/note-shift.ly | 36 ----------------------------------- input/test/notemode-chords.ly | 14 -------------- input/test/orchestalpart.ly | 11 ----------- input/test/rhythmic-staff.ly | 19 ------------------ input/test/vertical-align.ly | 21 -------------------- 8 files changed, 4 insertions(+), 142 deletions(-) delete mode 100644 input/test/follow-break.ly delete mode 100644 input/test/multi-slope.ly delete mode 100644 input/test/note-shift.ly delete mode 100644 input/test/notemode-chords.ly delete mode 100644 input/test/orchestalpart.ly delete mode 100644 input/test/rhythmic-staff.ly delete mode 100644 input/test/vertical-align.ly diff --git a/ChangeLog b/ChangeLog index 606b5b311d..4f6f962f35 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,10 @@ * Documentation/user/refman.itely: added thumb info to Fingering. + * input/test/ follow-break.ly multi-slope.ly note-shift.ly + notemode-chords.ly orchestalpart.ly rhythmic-staff.ly + vertical-align.ly : deleted files. + 2003-06-21 Han-Wen Nienhuys * lily/align-interface.cc (find_fixed_alignment_parent): new function. diff --git a/input/test/follow-break.ly b/input/test/follow-break.ly deleted file mode 100644 index a63b0d0d4e..0000000000 --- a/input/test/follow-break.ly +++ /dev/null @@ -1,29 +0,0 @@ -\version "1.7.18" -% MERGED: stuff from follow-break.ly to follow-thread.ly. DELETE NOW - -\header{ -% texidoc = "@cindex followVoice Break -%followVoice: connect note heads with line when thread switches staff. " } -texidoc = "MERGED with follow-thread. DELETE."} - -\score{ - \context PianoStaff < - \context Staff=one \notes\relative c''{ - \context Thread { - a1 \break - \translator Staff=two - a, - } - } - \context Staff=two { \clef bass \skip 1*2 } - > - \paper{ - raggedright = ##t - linewidth = 70.\mm - \translator { - \ScoreContext - followVoice = ##t - } - } -} -%% new-chords-done %% diff --git a/input/test/multi-slope.ly b/input/test/multi-slope.ly deleted file mode 100644 index 2ddc121f31..0000000000 --- a/input/test/multi-slope.ly +++ /dev/null @@ -1,12 +0,0 @@ -\version "1.7.18" -% candidate for delete or regression. -gp -\header { texidoc = "DELETE. " } - -\score { - \context Voice \notes\relative c { - c8-[ c16 c16] - - } - \paper { raggedright = ##t} -} -%% new-chords-done %% diff --git a/input/test/note-shift.ly b/input/test/note-shift.ly deleted file mode 100644 index a2764193c9..0000000000 --- a/input/test/note-shift.ly +++ /dev/null @@ -1,36 +0,0 @@ -\version "1.7.18" -\header{ texidoc = " -pretty similar to hshift.ly. DELETE. "} - -\score { - \context Voice \notes\relative c { - \context Staff \notes\relative c''< - \context Voice=one { - \property Voice.NoteColumn \override #'horizontal-shift = #0 - \stemUp\slurUp\tieUp - e4 - } - \context Voice=two { - \stemUp\slurUp\tieUp - \property Voice.NoteColumn \override #'horizontal-shift = #1 - cis - } - \context Voice=three { - \property Voice.NoteColumn \override #'horizontal-shift = #2 - \stemUp\slurUp\tieUp - ais - } - \context Voice=four { - \stemDown\slurDown\tieDown - \property Voice .NoteColumn \override #'horizontal-shift = #-1 - fis - } - > - - - } - \paper { - raggedright = ##t - } -} -%% new-chords-done %% diff --git a/input/test/notemode-chords.ly b/input/test/notemode-chords.ly deleted file mode 100644 index fb0369b0ef..0000000000 --- a/input/test/notemode-chords.ly +++ /dev/null @@ -1,14 +0,0 @@ -\version "1.7.18" -\header{ texidoc = " -looks like an old file; probably DELETE. "} - -\score{ - \notes \transpose c c'{ -% 1.1.53: @x@ syntax dropped -% if you want fingering, write chord explicitily eg << c-1 e-2 g-3 >>1 -% @c1@ @c-7@ @c-7^5@-1-3 - \chords { c1 c:7 c:7^5 } - } - \paper { raggedright=##t} -} -%% new-chords-done %% diff --git a/input/test/orchestalpart.ly b/input/test/orchestalpart.ly deleted file mode 100644 index 4b46fe6214..0000000000 --- a/input/test/orchestalpart.ly +++ /dev/null @@ -1,11 +0,0 @@ -\version "1.7.18" -\header{ texidoc = " -DELETE. "} - -\score { - \notes { - c1 c1 \property Score.skipBars = ##t c1 \break R1*8 c1 c1 c1 c1 - } - \paper { raggedright = ##t } -} -%% new-chords-done %% diff --git a/input/test/rhythmic-staff.ly b/input/test/rhythmic-staff.ly deleted file mode 100644 index 35a1d252f8..0000000000 --- a/input/test/rhythmic-staff.ly +++ /dev/null @@ -1,19 +0,0 @@ -\version "1.7.18" -% covered by refman, I think. delete or regression. -gp -\header { texidoc = "DELETE or REGRESSION. "} -\score{ - \context RhythmicStaff { - \notes\relative c''{ - \clef "percussion" - \time 4/4 - r4 r g2 | r4 g r2 | g1:32 | r1 | - } - } - \paper{ - \translator{ - \RhythmicStaffContext - \consists "Clef_engraver" - } - } -} -%% new-chords-done %% diff --git a/input/test/vertical-align.ly b/input/test/vertical-align.ly deleted file mode 100644 index 5941d3a0de..0000000000 --- a/input/test/vertical-align.ly +++ /dev/null @@ -1,21 +0,0 @@ -\version "1.7.18" -\header{texidoc = "REGRESSION or DELETE. "} - -\score { -\notes < - \context GrandStaff < { - c'1 \break c'''''1 - } - { c'1 \break c,,,,1} - > - -> - -\paper{ - \translator{\StaffContext - VerticalAlignment \override #'threshold = #'(7 . 12) - } -} - -} -%% new-chords-done %% -- 2.39.2