From df273799bd4547ab22dbb45baf285621e8eb1136 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Sat, 16 Oct 2004 20:50:22 +0000 Subject: [PATCH] Removing files. --- input/template/piano-4-voices.ly | 42 -------------------------------- input/template/piano-lyrics.ly | 42 -------------------------------- 2 files changed, 84 deletions(-) delete mode 100644 input/template/piano-4-voices.ly delete mode 100644 input/template/piano-lyrics.ly 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 { } -} -- 2.39.2