From 0bfb7d50d1e500faf025da31952a19bdac3072aa Mon Sep 17 00:00:00 2001 From: hanwen Date: Sat, 31 Jul 2004 18:49:59 +0000 Subject: [PATCH] *** empty log message *** --- input/{test => regression}/page-breaks.ly | 0 input/test/part-combine.ly | 32 ----------------------- input/test/repeat-manual.ly | 25 ------------------ 3 files changed, 57 deletions(-) rename input/{test => regression}/page-breaks.ly (100%) delete mode 100644 input/test/part-combine.ly delete mode 100644 input/test/repeat-manual.ly diff --git a/input/test/page-breaks.ly b/input/regression/page-breaks.ly similarity index 100% rename from input/test/page-breaks.ly rename to input/regression/page-breaks.ly diff --git a/input/test/part-combine.ly b/input/test/part-combine.ly deleted file mode 100644 index 9bdb7f4897..0000000000 --- a/input/test/part-combine.ly +++ /dev/null @@ -1,32 +0,0 @@ - -\version "2.3.8" - -\header{ texidoc="@cindex Part Combine -In orchestral scores and hymns, voices are traditionally combined into -one staff. LilyPond has a part combiner that combines, or separates, two -voices according to the actual rhythm and pitch. Configurable texts, such -as ``solo'' and ``@`a2'', are typeset automatically in appropriate -places. " -} - -\score{ - \context Staff = flauti << - \time 4/4 - \partcombine - \relative c'' { - c4 d e f | b,4 d c d | r2 e4 f | c4 d e f | - c4 r e f | c4 r e f | c4 r a r | a a r a | - a2 \set soloADue = ##f a | - } - \relative c'' { - g4 b d f | r2 c4 d | a c c d | a4. b8 c4 d - c r e r | r2 s2 | a,4 r a r | a r r a | - a2 \set soloADue = ##f a | - } - >> - \paper{ - raggedright = ##t - } -} - - diff --git a/input/test/repeat-manual.ly b/input/test/repeat-manual.ly deleted file mode 100644 index 01eb8079a8..0000000000 --- a/input/test/repeat-manual.ly +++ /dev/null @@ -1,25 +0,0 @@ - -\version "2.3.8" -\header { texidoc = "@cindex Repeat Manual -By controlling manually the signs and numbers in repeats, an unusual -output can be produced. " -} - -\score { \relative c'' { -% First a normal looking repeat: - c2 c - \set Score.repeatCommands = #'((volta "1.")) - c c - \set Score.repeatCommands = #'((volta #f) end-repeat (volta "2.")) - c c - \set Score.repeatCommands = #'((volta #f)) -% Then a more strange one: - c c - \set Score.repeatCommands = #'((volta "93") end-repeat) - c c - \set Score.repeatCommands = #'((volta #f)) - c c -} - \paper{raggedright=##t} -} - -- 2.39.5