From 46a1e885755fb4033ddb9b658845e00d9f41f4c6 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Sun, 13 May 2007 23:02:35 -0700 Subject: [PATCH] Remove input/test/ files that have been moved into LSR. --- input/test/dynamic-extra.ly | 23 ------------------- input/test/header-ifelse.ly | 21 ------------------ input/test/staff-bracket.ly | 44 ------------------------------------- 3 files changed, 88 deletions(-) delete mode 100644 input/test/dynamic-extra.ly delete mode 100644 input/test/header-ifelse.ly delete mode 100644 input/test/staff-bracket.ly diff --git a/input/test/dynamic-extra.ly b/input/test/dynamic-extra.ly deleted file mode 100644 index e2f25f7d90..0000000000 --- a/input/test/dynamic-extra.ly +++ /dev/null @@ -1,23 +0,0 @@ - -\version "2.10.0" -% probably should be merged into refman. -\header{ - texidoc = "@cindex Dynamic Piu Forte -Più forte dynamics is produced using @code{\markup}. " } - -piuf = \markup { \italic "più" \dynamic "f" } - -\layout{ragged-right = ##t} - -\relative c''{ - c-\piuf - c - c2\< c2\! - - c2\< c2\! -} - - -%% Local Variables: -%% coding: utf-8 -%% End: diff --git a/input/test/header-ifelse.ly b/input/test/header-ifelse.ly deleted file mode 100644 index c6ea946340..0000000000 --- a/input/test/header-ifelse.ly +++ /dev/null @@ -1,21 +0,0 @@ -\version "2.10.0" - - -#(if (not (defined? 'pieceTagLine)) - (define pieceTagLine (string-append "Title has version " (lilypond-version)))) - -\header{ - title = \pieceTagLine - texidoc = " - -High level functionality (eg. conditional defines), can be -accomplished with GUILE. - -This example puts the current version in the title via Scheme. - -" -} - -\layout {ragged-right=##t} -{ c'4 } - diff --git a/input/test/staff-bracket.ly b/input/test/staff-bracket.ly deleted file mode 100644 index 217f952530..0000000000 --- a/input/test/staff-bracket.ly +++ /dev/null @@ -1,44 +0,0 @@ -\version "2.10.0" - -\header{ - texidoc="@cindex Nested Staff Groups -Staves can be nested in various combinations. Here, @code{StaffGroup} -and @code{ChoirStaff} produce similar straight brackets, whereas -@code{GrandStaff} produces curly brackets. In @code{InnerStaffGroup} -and @code{InnerChoirStaff}, the brackets are shifted leftwards." -} - -\score { -<< - \new StaffGroup << - \new Staff {c' d' e' f'} - \new InnerStaffGroup << - \new Staff {c' d' e' f'} - \new GrandStaff << - \new Staff {c' d' e' f'} - \new Staff {c' d' e' f'} - >> - \new Staff {c' d' e' f'} - >> - \new ChoirStaff << - \new Staff {c' d' e' f'} - \new InnerStaffGroup << - \new Staff {c' d' e' f'} - >> - \new Staff {c' d' e' f'} - >> - >> - \new ChoirStaff << - \new Staff {c' d' e' f'} - \new InnerChoirStaff << - \new Staff {c' d' e' f'} - \new Staff {c' d' e' f'} - >> - \new Staff {c' d' e' f'} - >> - ->> - - \layout { ragged-right = ##t} -} - -- 2.39.2