From: Graham Percival Date: Sat, 16 Oct 2004 20:50:22 +0000 (+0000) Subject: Removing files. X-Git-Tag: release/2.3.23~23 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=df273799bd4547ab22dbb45baf285621e8eb1136;p=lilypond.git Removing files. --- diff --git a/input/template/piano-4-voices.ly b/input/template/piano-4-voices.ly deleted file mode 100644 index 676dded68e..0000000000 --- a/input/template/piano-4-voices.ly +++ /dev/null @@ -1,42 +0,0 @@ -\version "2.3.22" - -\header { - texidoc ="Polyphonic piano music." -} - -upperOne = \relative c'' { - \voiceOne - a b c d -} - -upperTwo = \relative c' { - \voiceTwo - a2 c -} - -lowerOne = \relative c { - \voiceOne - a2 c -} - -lowerTwo = \relative c { - \voiceTwo - a1 -} - -\score { - \context PianoStaff << - %\time 4/4 - \context Staff = upper << - \context Voice = one \upperOne - \context Voice = two \upperTwo - >> - \context Staff = lower << - \clef bass - \context Voice = one \lowerOne - \context Voice = two \lowerTwo - >> - >> - \layout { } - \midi { } -} diff --git a/input/template/piano-lyrics.ly b/input/template/piano-lyrics.ly deleted file mode 100644 index 13a5e9066c..0000000000 --- a/input/template/piano-lyrics.ly +++ /dev/null @@ -1,42 +0,0 @@ -\version "2.3.22" - -\header { - texidoc ="Lyrics between two staffs." -} - -upper = \relative c'' { - a b c d -} - -lower = \relative c { - a2 c -} - -text = \lyricmode { - Aaa Bee Cee Dee -} - -\score { - \context GrandStaff << - \context Staff = upper { - \context Voice = singer \upper - } - \lyricsto "singer" \new Lyrics \text - \context Staff = lower << - \clef bass - \lower - >> - >> - \layout { - \context { - \GrandStaff - \accepts "Lyrics" - } - \context { - %\Lyrics - \Lyrics - \consists "Bar_engraver" - } - } - \midi { } -}